Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c74 EFI_PHYSICAL_ADDRESS *RelocatedFdt, in RelocateFdt() argument
94 *RelocatedFdt = LINUX_FDT_MAX_OFFSET; in RelocateFdt()
96 EFI_SIZE_TO_PAGES (*RelocatedFdtSize), RelocatedFdt); in RelocateFdt()
98 …below address 0x%lX (%r). Will try again at a random address anywhere.\n", *RelocatedFdt, Status)); in RelocateFdt()
105 EFI_SIZE_TO_PAGES (*RelocatedFdtSize), RelocatedFdt); in RelocateFdt()
110 …0x%lX.\nWARNING: There is a risk of accidental overwriting by other code/data.\n", *RelocatedFdt)); in RelocateFdt()
114 *RelocatedFdtAlloc = *RelocatedFdt; in RelocateFdt()
116 *RelocatedFdt = ALIGN (*RelocatedFdt, FdtAlignment); in RelocateFdt()
121 (VOID*)(UINTN)(*RelocatedFdt), *RelocatedFdtSize); in RelocateFdt()