]> Git Repo - J-u-boot.git/commit
Kconfig: clean up the efi configuration status
authorIlias Apalodimas <[email protected]>
Fri, 30 Aug 2024 11:45:27 +0000 (14:45 +0300)
committerHeinrich Schuchardt <[email protected]>
Thu, 12 Sep 2024 15:33:52 +0000 (17:33 +0200)
commit775f7657ba583d6bbd0b2833cd589247292a17be
treeea3017e1d7a07d286960bdf3da5616a726b33c46
parent063b4ed07de41ea688e9f6e2d4168b192243ba58
Kconfig: clean up the efi configuration status

The EFI_LOADER and EFI config options are randomly scattered under lib/
making it cumbersome to navigate and enable options, unless you really
know what you are doing. On top of that the existing options are in
random order instead of a logical one.

So let's move things around a bit and move them under boot/. Present a
generic UEFI entry where people can select Capsules, Protocols,
Services,  and an option to compile U-Boot as an EFI for X86

Signed-off-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
boot/Kconfig
lib/Kconfig
lib/efi/Kconfig
lib/efi_loader/Kconfig
This page took 0.033992 seconds and 4 git commands to generate.