Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c2287 UINT32 MaxRomAddr; in LegacyBiosInstallRom() local
2303 MaxRomAddr = PcdGet32 (PcdEndOpromShadowAddress); in LegacyBiosInstallRom()
2308 (MaxRomAddr > (Private->Legacy16Table->UmaAddress))) { in LegacyBiosInstallRom()
2309 MaxRomAddr = Private->Legacy16Table->UmaAddress; in LegacyBiosInstallRom()
2344 if (RuntimeAddress + *RuntimeImageLength > MaxRomAddr) { in LegacyBiosInstallRom()
2362 if (InitAddress + ImageSize > MaxRomAddr) { in LegacyBiosInstallRom()