Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryCallback.c38 IN EFI_PLATFORM_INFO_HOB *PlatformInfo in UpdateDefaultSetupValue()
65 EFI_PLATFORM_INFO_HOB *PlatformInfo; in EndOfPeiPpiNotifyCallback()
83 PlatformInfo = GET_GUID_HOB_DATA(Hob.Raw); in EndOfPeiPpiNotifyCallback()
85 UpdateDefaultSetupValue (PlatformInfo); in EndOfPeiPpiNotifyCallback()
87 DEBUG ((EFI_D_ERROR, "Memory TOLM: %X\n", PlatformInfo->MemData.MemTolm)); in EndOfPeiPpiNotifyCallback()
88 DEBUG ((EFI_D_ERROR, "PCIE OSBASE: %lX\n", PlatformInfo->PciData.PciExpressBase)); in EndOfPeiPpiNotifyCallback()
92 PlatformInfo->PciData.PciExpressBase, in EndOfPeiPpiNotifyCallback()
93 PlatformInfo->PciData.PciExpressSize) in EndOfPeiPpiNotifyCallback()
98 PlatformInfo->PciData.PciResourceMem32Base, in EndOfPeiPpiNotifyCallback()
99 PlatformInfo->PciData.PciResourceMem32Limit) in EndOfPeiPpiNotifyCallback()
[all …]
DPlatformEarlyInit.c417 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
619 …if (!((PlatformInfo->BoardId == BOARD_ID_BL_FFRD && PlatformInfo->BoardRev== PR11) && (SystemConfi…
662 IN EFI_PLATFORM_INFO_HOB *PlatformInfo)
671 if(PlatformInfo->BoardRev == 3) {
829 EFI_PLATFORM_INFO_HOB *PlatformInfo; in PlatformEarlyInitEntry()
1014 PlatformInfo = GET_GUID_HOB_DATA(Hob.Raw); in PlatformEarlyInitEntry()
1019 MultiPlatformInfoInit(PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
1029 Status = UpdateBootMode (PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
1032 SetPlatformBootMode (PeiServices, PlatformInfo); in PlatformEarlyInitEntry()
1044 PlatformInfoUpdate(PeiServices, PlatformInfo, &SystemConfiguration); in PlatformEarlyInitEntry()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py415 self.PlatformInfo = self._AutoGenObject.PlatformInfo
624 "platform_name" : self.PlatformInfo.Name,
625 "platform_guid" : self.PlatformInfo.Guid,
626 "platform_version" : self.PlatformInfo.Version,
627 "platform_relative_directory": self.PlatformInfo.SourceDir,
628 "platform_output_directory" : self.PlatformInfo.OutputDir,
647 "platform_build_directory" : self.PlatformInfo.BuildDir,
1099 self.PlatformInfo = self._AutoGenObject.PlatformInfo
1137 "platform_name" : self.PlatformInfo.Name,
1138 "platform_guid" : self.PlatformInfo.Guid,
[all …]
DAutoGen.py2544 self.PlatformInfo = PlatformAutoGen(Workspace, PlatformFile, Target, Toolchain, Arch)
2546 if not self.PlatformInfo.ValidModule(self.MetaFile):
2562 self.ToolChainFamily = self.PlatformInfo.ToolChainFamily
2563 self.BuildRuleFamily = self.PlatformInfo.BuildRuleFamily
2653 for Module in self.PlatformInfo.ModuleAutoGenList:
2686 self._Macro["BUILD_DIR" ] = self.PlatformInfo.BuildDir
2687 … self._Macro["BIN_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2688 … self._Macro["LIB_DIR" ] = os.path.join(self.PlatformInfo.BuildDir, self.Arch)
2694 self._Macro["PLATFORM_NAME" ] = self.PlatformInfo.Name
2695 self._Macro["PLATFORM_GUID" ] = self.PlatformInfo.Guid
[all …]
DGenC.py780 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber
1073 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber
1610 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.RFCLanguages]
1612 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.ISOLanguages]
DGenPcdDb.py1031 … AdditionalAutoGenC, PcdDbBuffer = CreatePcdDatabasePhaseSpecificAutoGen (Info.PlatformInfo, 'PEI')
1039 … AdditionalAutoGenC, PcdDbBuffer = CreatePcdDatabasePhaseSpecificAutoGen (Info.PlatformInfo, Phase)
1044 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