Searched refs:PlatformInfo (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | MemoryCallback.c | 38 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 …]
|
D | PlatformEarlyInit.c | 417 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/ |
D | GenMake.py | 415 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 …]
|
D | AutoGen.py | 2544 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 …]
|
D | GenC.py | 780 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber 1073 PcdTokenNumber = Info.PlatformInfo.PcdTokenNumber 1610 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.RFCLanguages] 1612 FilterInfo = [EDK2Module] + [Info.PlatformInfo.Platform.ISOLanguages]
|
D | GenPcdDb.py | 1031 … 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/ |
D | Platform.c | 702 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/ |
D | IchPlatformPolicy.c | 57 IN EFI_PLATFORM_INFO_HOB *PlatformInfo in InitPchPlatformPolicy() argument 119 if ((PlatformInfo->BoardId == BOARD_ID_BL_FFRD) && (PlatformInfo->BoardRev == PR0)) in InitPchPlatformPolicy()
|
D | PlatformDxe.h | 466 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
|
D | Platform.c | 175 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
|