+0
−135
drivers/firmware/efi/fdtparams.c
0 → 100644
+142
−0
Loading
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>