Home
last modified time | relevance | path

Searched refs:HandoffInformationTable (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
DPeiHobLib.c107 Hob.HandoffInformationTable->Version = Version; in BuildHobHandoffInfoTable()
108 Hob.HandoffInformationTable->BootMode = BootMode; in BuildHobHandoffInfoTable()
110 Hob.HandoffInformationTable->EfiMemoryTop = EfiMemoryTop; in BuildHobHandoffInfoTable()
111 Hob.HandoffInformationTable->EfiMemoryBottom = EfiMemoryBottom; in BuildHobHandoffInfoTable()
112 Hob.HandoffInformationTable->EfiFreeMemoryTop = EfiFreeMemoryTop; in BuildHobHandoffInfoTable()
113 Hob.HandoffInformationTable->EfiFreeMemoryBottom = EfiFreeMemoryBottom; in BuildHobHandoffInfoTable()
115 HobEnd.Raw = (VOID*)(Hob.HandoffInformationTable + 1); in BuildHobHandoffInfoTable()
116 Hob.HandoffInformationTable->EfiEndOfHobList = (EFI_PHYSICAL_ADDRESS) (UINTN) HobEnd.Raw; in BuildHobHandoffInfoTable()
118 HandOffHob.HandoffInformationTable->EfiFreeMemoryBottom = (EFI_PHYSICAL_ADDRESS) (UINTN) Hob.Raw; in BuildHobHandoffInfoTable()
161 Hob.Raw = (VOID*)(UINTN)(HandOffHob.HandoffInformationTable->EfiEndOfHobList); in BuildHobModule()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/
DMemoryAllocationLib.c49 Offset = Hob.HandoffInformationTable->EfiFreeMemoryTop & 0xFFF; in AllocatePages()
52 Hob.HandoffInformationTable->EfiFreeMemoryTop -= Offset; in AllocatePages()
58 …if (Hob.HandoffInformationTable->EfiFreeMemoryTop - ((Pages * EFI_PAGE_SIZE) + sizeof (EFI_HOB_MEM… in AllocatePages()
64 Hob.HandoffInformationTable->EfiFreeMemoryTop -= Pages * EFI_PAGE_SIZE; in AllocatePages()
73 Hob.HandoffInformationTable->EfiFreeMemoryTop, in AllocatePages()
77 return (VOID *)(UINTN)Hob.HandoffInformationTable->EfiFreeMemoryTop; in AllocatePages()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
DPeiMain.c154 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; in PeiCore() local
223 HandoffInformationTable = OldCoreData->HobList.HandoffInformationTable; in PeiCore()
225HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList + OldCoreDat… in PeiCore()
227HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList - OldCoreDat… in PeiCore()
229HandoffInformationTable->EfiMemoryTop = OldCoreData->PhysicalMemoryBegin + OldCoreData->Phy… in PeiCore()
230 HandoffInformationTable->EfiMemoryBottom = OldCoreData->PhysicalMemoryBegin; in PeiCore()
231 HandoffInformationTable->EfiFreeMemoryTop = OldCoreData->FreePhysicalMemoryTop; in PeiCore()
232HandoffInformationTable->EfiFreeMemoryBottom = HandoffInformationTable->EfiEndOfHobList + sizeof (… in PeiCore()
250 …4(PcdLoadModuleAtFixAddressEnable) != 0 && (OldCoreData->HobList.HandoffInformationTable->BootMode… in PeiCore()
263 … if ((HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME && PcdGetBool (PcdShadowPeimOnS3Boot)) in PeiCore()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c135 Hob.HandoffInformationTable->Version, in EblHobCmd()
136 Hob.HandoffInformationTable->BootMode, in EblHobCmd()
137 Hob.HandoffInformationTable->EfiMemoryTop, in EblHobCmd()
138 Hob.HandoffInformationTable->EfiMemoryBottom in EblHobCmd()
146 Hob.HandoffInformationTable->EfiFreeMemoryTop, in EblHobCmd()
147 Hob.HandoffInformationTable->EfiFreeMemoryBottom, in EblHobCmd()
148 Hob.HandoffInformationTable->EfiEndOfHobList in EblHobCmd()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/BootMode/
DBootMode.c48 HandOffHob = (PrivateData->HobList.HandoffInformationTable); in PeiGetBootMode()
80 HandOffHob = (PrivateData->HobList.HandoffInformationTable); in PeiSetBootMode()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Memory/
DMemoryServices.c174 FreeMemoryTop = &(Hob.HandoffInformationTable->EfiFreeMemoryTop); in PeiAllocatePages()
175 FreeMemoryBottom = &(Hob.HandoffInformationTable->EfiFreeMemoryBottom); in PeiAllocatePages()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/
DDispatcher.c686 …0x%X\n", Private->HobList.Raw, (UINT32)((UINTN) Private->HobList.HandoffInformationTable->EfiFreeM… in PeiCheckAndSwitchStack()
692 …(UINT32)((UINTN)Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - (UINTN)Private->Ho… in PeiCheckAndSwitchStack()
696 …if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->B… in PeiCheckAndSwitchStack()
838 …Size = (UINTN) (Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - Private->HobList.H… in PeiCheckAndSwitchStack()
951 …if ((Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_O… in PeiDispatcher()
1143 …(Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME || PcdGetBool (PcdShadowP… in PeiDispatcher()
1149 …if ((Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME) && !PcdGetBool (PcdS… in PeiDispatcher()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c120 …if (Private->PeiMemoryInstalled && (((Private->HobList.HandoffInformationTable->BootMode != BOOT_… in GetImageReadFunction()
121 …((Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME) && PcdGetBool (PcdShado… in GetImageReadFunction()
384 if (Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME) { in LoadAndRelocatePeCoffImage()
449 …if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->B… in LoadAndRelocatePeCoffImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/
DHob.c142 return Hob.HandoffInformationTable->Version; in GetHobVersion()
177 *BootMode = Hob.HandoffInformationTable->BootMode; in GetHobBootMode()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h463 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h235 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
DHob.c394 return Hob.HandoffInformationTable->BootMode; in GetBootMode()
418 Hob.HandoffInformationTable->BootMode = BootMode; in SetBootMode()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
DLightMemoryTest.c875 BootMode = Hob.HandoffInformationTable->BootMode; in GenericMemoryTestEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2095 PhitHob = Hob.HandoffInformationTable; in CoreInitializeMemoryServices()