Searched refs:gHob (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
D | HobGeneration.c | 586 HOB_TEMPLATE *gHob = &gHobTemplate; variable 620 gHob->MemoryFreeUnder1MB.ResourceLength = EbdaAddress - EFI_MEMORY_BELOW_1MB_START; in PrepareHobMemory() 621 gHob->MemoryFreeUnder1MB.PhysicalStart = EFI_MEMORY_BELOW_1MB_START; in PrepareHobMemory() 627 gHob->MemoryAbove1MB.PhysicalStart = 0; in PrepareHobMemory() 628 gHob->MemoryAbove1MB.ResourceLength = 0; in PrepareHobMemory() 629 gHob->MemoryAbove4GB.PhysicalStart = 0; in PrepareHobMemory() 630 gHob->MemoryAbove4GB.ResourceLength = 0; in PrepareHobMemory() 644 if (gHob->MemoryAbove1MB.PhysicalStart == 0) { in PrepareHobMemory() 645 gHob->MemoryAbove1MB.PhysicalStart = EfiMemoryDescriptor[Index].PhysicalStart; in PrepareHobMemory() 646 …gHob->MemoryAbove1MB.ResourceLength = LShiftU64 (EfiMemoryDescriptor[Index].NumberOfPages, EFI_PAG… in PrepareHobMemory() [all …]
|
D | DxeInit.c | 191 PageTableBase = PreparePageTable (StackBottom, gHob->Cpu.SizeOfMemorySpace); in DxeInit() 207 PrepareHobLegacyTable (gHob); in DxeInit() 209 PreparePpisNeededByDxeCore (gHob); in DxeInit() 236 gHob, in DxeInit() 237 gHob->Phit.EfiMemoryTop, gHob->Phit.EfiMemoryBottom, in DxeInit() 238 gHob->Phit.EfiFreeMemoryTop, gHob->Phit.EfiFreeMemoryBottom, in DxeInit() 239 gHob->NvStorageFvb.FvbInfo.Entries[0].Base, gHob->NvFtwFvb.FvbInfo.Entries[0].Length, in DxeInit() 240 gHob->BfvResource.PhysicalStart, gHob->BfvResource.ResourceLength, in DxeInit() 241 gHob->NvStorageFvResource.PhysicalStart, gHob->NvStorageFvResource.ResourceLength, in DxeInit() 242 gHob->NvStorage.FvbInfo.Entries[0].Base, gHob->NvStorage.FvbInfo.Entries[0].Length, in DxeInit() [all …]
|
D | HobGeneration.h | 111 extern HOB_TEMPLATE *gHob;
|