Skip to content
Commit 4fc8e738 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: libstub: remove DT dependency from generic stub



Refactor the generic EFI stub entry code so that all the dependencies on
device tree are abstracted and hidden behind a generic efi_boot_kernel()
routine that can also be implemented in other ways. This allows users of
the generic stub to avoid using FDT for passing information to the core
kernel.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent f4dc7fff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment