Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLibInternal.h177 #define FV_IMAGES_TOP_ADDRESS 0x100000000 macro
DGenFvImageLib.c3136 if ((FvInfo.BaseAddress + *FvImageSize) == FV_IMAGES_TOP_ADDRESS) { in GenerateFvImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.h191 #define FV_IMAGES_TOP_ADDRESS 0x100000000ULL macro
DGenFvInternalLib.c1697 …Ia32SecEntryOffset = (INT32) (SecCorePhysicalAddress - (FV_IMAGES_TOP_ADDRESS - IA32_SEC_CORE_EN… in UpdateResetVector()
1756 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer)); in UpdateResetVector()
2587 if ((mFvDataInfo.BaseAddress + mFvDataInfo.Size) == FV_IMAGES_TOP_ADDRESS) { in GenerateFvImage()