Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DHobGeneration.c606 UINT64 EbdaAddress; in PrepareHobMemory() local
612 EbdaAddress = ((UINT64)(*(UINT16 *)(UINTN)(EBDA_VALUE_ADDRESS))) << 4; in PrepareHobMemory()
613 if (EbdaAddress < 0x9A000 || EbdaAddress > EFI_MEMORY_BELOW_1MB_END) { in PrepareHobMemory()
618 EbdaAddress = EFI_MEMORY_BELOW_1MB_END; in PrepareHobMemory()
620 gHob->MemoryFreeUnder1MB.ResourceLength = EbdaAddress - EFI_MEMORY_BELOW_1MB_START; in PrepareHobMemory()