Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1472 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; in UpdateResetVector() local
1621 PeiCorePhysicalAddress = FvInfo->BaseAddress; in UpdateResetVector()
1622PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + SecHeaderSize - (UINTN) FvImage->FileI… in UpdateResetVector()
1623 PeiCorePhysicalAddress += EntryPoint; in UpdateResetVector()
1624 …re physical entry point address", "Address = 0x%llX", (unsigned long long) PeiCorePhysicalAddress); in UpdateResetVector()
1633 PeiCorePhysicalAddress |= 0x8000000000000000ULL; in UpdateResetVector()
1638 if (PeiCorePhysicalAddress & 0xF) { in UpdateResetVector()
1641 (unsigned long long) PeiCorePhysicalAddress in UpdateResetVector()
1652 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress); in UpdateResetVector()
1690 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress; in UpdateResetVector()
[all …]
DGenFvInternalLib.h277 IN UINT64 PeiCorePhysicalAddress
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.h95 IN UINT64 PeiCorePhysicalAddress
DGenFvImageLib.c2530 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; in UpdateResetVector() local
2599 PeiCorePhysicalAddress = FvInfo->BaseAddress; in UpdateResetVector()
2600PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) Fv… in UpdateResetVector()
2601 PeiCorePhysicalAddress += EntryPoint; in UpdateResetVector()
2610 PeiCorePhysicalAddress |= 0x8000000000000000; in UpdateResetVector()
2615 if (PeiCorePhysicalAddress & 0xF) { in UpdateResetVector()
2618 PeiCorePhysicalAddress in UpdateResetVector()
2629 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress); in UpdateResetVector()
2702 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress; in UpdateResetVector()
3156 IN UINT64 PeiCorePhysicalAddress in UpdatePeiCoreEntryInFit() argument
[all …]