HomeSort by relevance Sort by last modified time
    Searched defs:PlatformInfo (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
MemoryCallback.c 38 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
65 EFI_PLATFORM_INFO_HOB *PlatformInfo;
83 PlatformInfo = GET_GUID_HOB_DATA(Hob.Raw);
85 UpdateDefaultSetupValue (PlatformInfo);
87 DEBUG ((EFI_D_ERROR, "Memory TOLM: %X\n", PlatformInfo->MemData.MemTolm));
88 DEBUG ((EFI_D_ERROR, "PCIE OSBASE: %lX\n", PlatformInfo->PciData.PciExpressBase));
92 PlatformInfo->PciData.PciExpressBase,
93 PlatformInfo->PciData.PciExpressSize)
98 PlatformInfo->PciData.PciResourceMem32Base,
99 PlatformInfo->PciData.PciResourceMem32Limit)
    [all...]
PlatformEarlyInit.c 417 IN EFI_PLATFORM_INFO_HOB *PlatformInfo
619 if (!((PlatformInfo->BoardId == BOARD_ID_BL_FFRD && PlatformInfo->BoardRev== PR11) && (SystemConfiguration->CfioPnpSettings == 1))) {
662 IN EFI_PLATFORM_INFO_HOB *PlatformInfo)
671 if(PlatformInfo->BoardRev == 3) {
829 EFI_PLATFORM_INFO_HOB *PlatformInfo;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 34 #include <Guid/PlatformInfo.h>
702 EFI_PLATFORM_INFO_HOB PlatformInfo;
712 ZeroMem (&PlatformInfo, sizeof(PlatformInfo));
809 // Initialize PlatformInfo HOB
811 Status = ReadPlatformIds(PeiServices, &PlatformInfo);
819 PlatformInfo.CfioEnabled = 1;
822 PlatformInfo.CfioEnabled = 0;
826 // Build HOB for PlatformInfo
830 &PlatformInfo,
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 79 public static PlatformInfo sPlatformInfo;
478 public static class PlatformInfo {
488 public PlatformInfo() {}
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 287 milliseconds