Searched refs:fdt_pages (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootefi.c | 55 unsigned long fdt_ram_start = -1L, fdt_pages; in copy_fdt() local 73 fdt_pages = fdt_size >> EFI_PAGE_SHIFT; in copy_fdt() 77 if (efi_allocate_pages(1, EFI_BOOT_SERVICES_DATA, fdt_pages, in copy_fdt() 81 if (efi_allocate_pages(1, EFI_BOOT_SERVICES_DATA, fdt_pages, in copy_fdt() 134 ulong fdt_pages, fdt_size, fdt_start, fdt_end; in do_bootefi_exec() local 167 fdt_pages = fdt_size >> EFI_PAGE_SHIFT; in do_bootefi_exec() 169 fdt_pages += 2; in do_bootefi_exec() 170 efi_add_memory_map(fdt_start, fdt_pages, in do_bootefi_exec()
|