Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
DPlatformPeiLib.c36 UINTN FdtPages; in PlatformPeim() local
52 FdtPages = EFI_SIZE_TO_PAGES (FdtSize); in PlatformPeim()
53 NewBase = AllocatePages (FdtPages); in PlatformPeim()
55 fdt_open_into (Base, NewBase, EFI_PAGES_TO_SIZE (FdtPages)); in PlatformPeim()