Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
DPlatformPeiLib.c35 UINTN FdtSize; in PlatformPeim() local
51 FdtSize = fdt_totalsize (Base) + PcdGet32 (PcdDeviceTreeAllocationPadding); in PlatformPeim()
52 FdtPages = EFI_SIZE_TO_PAGES (FdtSize); in PlatformPeim()