commit | ac5abc700a43b3d448c86932196db22af470eca1 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Tue Feb 18 09:54:05 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 4ec16c7d08661696c9725e71f6fd6605b678ea85 | |
parent | 97aa276579b28b86f4a3e235b50762c0191c2ac3 [diff] |
efi/arm: Move FDT param discovery code out of efi.c On ARM systems, we discover the UEFI system table address and memory map address from the /chosen node in the device tree, or in the Xen case, from a similar node under /hypervisor. Before making some functional changes to that code, move it into its own file that only gets built if CONFIG_EFI_PARAMS_FROM_FDT=y. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>