Home
last modified time | relevance | path

Searched refs:BootModeBuffer (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
DSaveMemoryConfig.c57 EFI_PLATFORM_SETUP_ID *BootModeBuffer; in SaveMemoryConfigEntryPoint() local
67 BootModeBuffer = NULL; in SaveMemoryConfigEntryPoint()
92 BootModeBuffer = GET_GUID_HOB_DATA (GuidHob); in SaveMemoryConfigEntryPoint()
98 if (BootModeBuffer) { in SaveMemoryConfigEntryPoint()
100 &BootModeBuffer->SetupName, in SaveMemoryConfigEntryPoint()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
DPciPlatform.c206 EFI_PLATFORM_SETUP_ID *BootModeBuffer; in GetPciRom()
221 BootModeBuffer = GET_GUID_HOB_DATA (GuidHob.Guid); in GetPciRom()
222 if (!CompareMem (&BootModeBuffer->SetupName, MANUFACTURE_SETUP_NAME, in GetPciRom()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatform.c1518 EFI_PLATFORM_SETUP_ID *BootModeBuffer; in InitMfgAndConfigModeStateVar() local
1524 BootModeBuffer = GET_GUID_HOB_DATA (HobList); in InitMfgAndConfigModeStateVar()
1530 &BootModeBuffer->SetupName, in InitMfgAndConfigModeStateVar()
1551 EFI_PLATFORM_SETUP_ID *BootModeBuffer; in InitPlatformBootMode() local
1556 BootModeBuffer = GET_GUID_HOB_DATA (HobList); in InitPlatformBootMode()
1557 mPlatformBootMode = BootModeBuffer->PlatformBootMode; in InitPlatformBootMode()