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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
BoardClkGens.c 280 EFI_PLATFORM_INFO_HOB *PlatformInfoHob;
296 Status = GetPlatformInfoHob ((CONST EFI_PEI_SERVICES **) PeiServices, &PlatformInfoHob);
299 DEBUG((EFI_D_ERROR, "PlatformInfo protocol is working in ConfigurePlatformClocks()...%x\n",PlatformInfoHob->PlatformFlavor));
374 DEBUG((EFI_D_ERROR, "board id is %x, platform id is %x\n",PlatformInfoHob->BoardId,PlatformInfoHob->PlatformFlavor));
377 switch (PlatformInfoHob->BoardId) {
381 switch(PlatformInfoHob->PlatformFlavor) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
BoardGpios.c 63 EFI_PLATFORM_INFO_HOB *PlatformInfoHob;
70 Status = GetPlatformInfoHob ((const EFI_PEI_SERVICES **)PeiServices, &PlatformInfoHob);
77 DEBUG ((EFI_D_INFO, "Platform Flavor | Board ID = 0x%X | 0x%X\n", PlatformInfoHob->PlatformFlavor, PlatformInfoHob->BoardId));
93 switch (PlatformInfoHob->BoardId)
133 Before call it, make sure PlatformInfoHob->BoardId&PlatformFlavor is get correctly.
136 @param PlatformInfoHob PlatformInfoHob pointer with PlatformFlavor specified.
146 IN EFI_PLATFORM_INFO_HOB *PlatformInfoHob
159 switch (PlatformInfoHob->BoardId) {
    [all...]

Completed in 76 milliseconds