Searched hist:ac5abc70 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/firmware/efi/ |
H A D | fdtparams.c | ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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> ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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>
|
H A D | Makefile | ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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> ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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>
|
H A D | efi.c | ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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> ac5abc70 Tue Feb 18 02:54:05 CST 2020 Ard Biesheuvel <ardb@kernel.org> 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>
|