Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
DVirt.c75 UINT64 NewBase, CurBase; in ArmPlatformInitializeSystemMemory() local
82 NewBase = 0; in ArmPlatformInitializeSystemMemory()
120 if (NewBase > CurBase || NewBase == 0) { in ArmPlatformInitializeSystemMemory()
121 NewBase = CurBase; in ArmPlatformInitializeSystemMemory()
134 ASSERT (FixedPcdGet64 (PcdSystemMemoryBase) == NewBase); in ArmPlatformInitializeSystemMemory()
149 (UINT64)PcdGet32 (PcdFdSize)) <= NewBase) || in ArmPlatformInitializeSystemMemory()
150 ((UINT64)PcdGet64 (PcdFdBaseAddress) >= (NewBase + NewSize))); in ArmPlatformInitializeSystemMemory()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
DMemoryInitPeiLib.c64 VOID *OldBase, *NewBase; in MoveNvStoreImage() local
78 NewBase = AllocateAlignedRuntimePages (EFI_SIZE_TO_PAGES (Size), SIZE_64KB); in MoveNvStoreImage()
79 ASSERT (NewBase != NULL); in MoveNvStoreImage()
81 CopyMem (NewBase, OldBase, Size); in MoveNvStoreImage()
84 __FUNCTION__, OldBase, NewBase)); in MoveNvStoreImage()
86 PcdSet64 (PcdFlashNvStorageVariableBase64, (UINT64)NewBase); in MoveNvStoreImage()
88 PcdSet64 (PcdFlashNvStorageFtwWorkingBase64, (UINT64)NewBase + in MoveNvStoreImage()
91 PcdSet64 (PcdFlashNvStorageFtwSpareBase64, (UINT64)NewBase + in MoveNvStoreImage()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
DPlatformPeiLib.c34 VOID *NewBase; in PlatformPeim() local
53 NewBase = AllocatePages (FdtPages); in PlatformPeim()
54 ASSERT (NewBase != NULL); in PlatformPeim()
55 fdt_open_into (Base, NewBase, EFI_PAGES_TO_SIZE (FdtPages)); in PlatformPeim()
59 *FdtHobData = (UINTN)NewBase; in PlatformPeim()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
DBasePeCoff.c1157 CHAR8 *NewBase; in PeCoffLoaderRelocateImageForRuntime() local
1178 NewBase = (CHAR8 *)((UINTN)VirtImageBase); in PeCoffLoaderRelocateImageForRuntime()
1179 Adjust = (UINTN) NewBase - (UINTN) OldBase; in PeCoffLoaderRelocateImageForRuntime()
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
DBasePeCoff.c1708 CHAR8 *NewBase; in PeCoffLoaderRelocateImageForRuntime() local
1729 NewBase = (CHAR8 *)((UINTN)VirtImageBase); in PeCoffLoaderRelocateImageForRuntime()
1730 Adjust = (UINTN) NewBase - (UINTN) OldBase; in PeCoffLoaderRelocateImageForRuntime()