Home
last modified time | relevance | path

Searched refs:PlatformInfo (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryCallback.c38 IN EFI_PLATFORM_INFO_HOB *PlatformInfo in UpdateDefaultSetupValue()
66 EFI_PLATFORM_INFO_HOB *PlatformInfo; in EndOfPeiPpiNotifyCallback()
84 PlatformInfo = GET_GUID_HOB_DATA(Hob.Raw); in EndOfPeiPpiNotifyCallback()
86 UpdateDefaultSetupValue (PlatformInfo); in EndOfPeiPpiNotifyCallback()
88 DEBUG ((EFI_D_ERROR, "Memory TOLM: %X\n", PlatformInfo->MemData.MemTolm)); in EndOfPeiPpiNotifyCallback()
89 DEBUG ((EFI_D_ERROR, "PCIE OSBASE: %lX\n", PlatformInfo->PciData.PciExpressBase)); in EndOfPeiPpiNotifyCallback()
93 PlatformInfo->PciData.PciExpressBase, in EndOfPeiPpiNotifyCallback()
94 PlatformInfo->PciData.PciExpressSize) in EndOfPeiPpiNotifyCallback()
99 PlatformInfo->PciData.PciResourceMem32Base, in EndOfPeiPpiNotifyCallback()
100 PlatformInfo->PciData.PciResourceMem32Limit) in EndOfPeiPpiNotifyCallback()
[all …]
DPlatformEarlyInit.c416 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
618 …if (!((PlatformInfo->BoardId == BOARD_ID_BL_FFRD && PlatformInfo->BoardRev== PR11) && (SystemConfi…
661 IN EFI_PLATFORM_INFO_HOB *PlatformInfo)
670 if(PlatformInfo->BoardRev == 3) {
828 EFI_PLATFORM_INFO_HOB *PlatformInfo; in PlatformEarlyInitEntry()
861 PlatformInfo = GET_GUID_HOB_DATA(Hob.Raw); in PlatformEarlyInitEntry()
866 MultiPlatformInfoInit(PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
876 Status = UpdateBootMode (PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
879 SetPlatformBootMode (PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
891 PlatformInfoUpdate(PeiServices, PlatformInfo, &SystemConfiguration); in PlatformEarlyInitEntry()
[all …]
DPchInitPeim.c745 EFI_PLATFORM_INFO_HOB PlatformInfo;
772 ZeroMem (&PlatformInfo, sizeof(PlatformInfo));
773 MultiPlatformInfoInit(PeiServices, &PlatformInfo);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py415 self.PlatformInfo = self._AutoGenObject.PlatformInfo
573 "platform_name" : self.PlatformInfo.Name,
574 "platform_guid" : self.PlatformInfo.Guid,
575 "platform_version" : self.PlatformInfo.Version,
576 "platform_relative_directory": self.PlatformInfo.SourceDir,
577 "platform_output_directory" : self.PlatformInfo.OutputDir,
594 "platform_build_directory" : self.PlatformInfo.BuildDir,
938 self.PlatformInfo = self._AutoGenObject.PlatformInfo
976 "platform_name" : self.PlatformInfo.Name,
977 "platform_guid" : self.PlatformInfo.Guid,
[all …]
DAutoGen.py2191 self.PlatformInfo = PlatformAutoGen(Workspace, PlatformFile, Target, Toolchain, Arch)
2193 if not self.PlatformInfo.ValidModule(self.MetaFile):
2209 self.ToolChainFamily = self.PlatformInfo.ToolChainFamily
2210 self.BuildRuleFamily = self.PlatformInfo.BuildRuleFamily
2298 for Module in self.PlatformInfo.ModuleAutoGenList:
2331 self._Macro["BUILD_DIR" ] = self.PlatformInfo.BuildDir
2332 … self._Macro["BIN_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2333 … self._Macro["LIB_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2412 self.PlatformInfo.BuildDir,
2464 return self.PlatformInfo.BuildCommand
[all …]
DGenC.py768 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber
1050 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber
1568 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.RFCLanguages]
1570 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.ISOLanguages]
DGenPcdDb.py1008 … AdditionalAutoGenC, PcdDbBuffer = CreatePcdDatabasePhaseSpecificAutoGen (Info.PlatformInfo, 'PEI')
1016 … AdditionalAutoGenC, PcdDbBuffer = CreatePcdDatabasePhaseSpecificAutoGen (Info.PlatformInfo, Phase)
1021 DbFileName = os.path.join(Info.PlatformInfo.BuildDir, "FV", Phase + "PcdDataBase.raw")
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DPlatform.c702 EFI_PLATFORM_INFO_HOB PlatformInfo; in PeiInitPlatform()
712 ZeroMem (&PlatformInfo, sizeof(PlatformInfo)); in PeiInitPlatform()
811 Status = ReadPlatformIds(PeiServices, &PlatformInfo); in PeiInitPlatform()
819 PlatformInfo.CfioEnabled = 1; in PeiInitPlatform()
822 PlatformInfo.CfioEnabled = 0; in PeiInitPlatform()
830 &PlatformInfo, in PeiInitPlatform()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DIchPlatformPolicy.c57 IN EFI_PLATFORM_INFO_HOB *PlatformInfo in InitPchPlatformPolicy() argument
119 if ((PlatformInfo->BoardId == BOARD_ID_BL_FFRD) && (PlatformInfo->BoardRev == PR0)) in InitPchPlatformPolicy()
DPlatformDxe.h466 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
DPlatform.c175 IN EFI_PLATFORM_INFO_HOB *PlatformInfo