Searched refs:FdtPages (Results 1 – 1 of 1) sorted by relevance
36 UINTN FdtPages; in PlatformPeim() local52 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()