]> git.dujemihanovic.xyz Git - u-boot.git/commit
Move bootorder and bootoption apis to lib
authorRaymond Mao <raymond.mao@linaro.org>
Mon, 19 Jun 2023 21:22:58 +0000 (14:22 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Jul 2023 09:20:41 +0000 (11:20 +0200)
commit339b527bd4507404a2128ddad24ba060eba342c9
tree7c339f09b2438c92b6223c6ba800f0602544145e
parentb3bbad816e97538c8c3b8acad7c7e134261cf3a3
Move bootorder and bootoption apis to lib

Rename and move bootorder and bootoption apis from cmd to lib
for re-use between eficonfig and bootmgr
Fix 'unexpected indentation' when 'make htmldocs' after functions
are moved

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/bootmenu.c
cmd/eficonfig.c
include/efi_config.h
include/efi_loader.h
lib/efi_loader/efi_bootmgr.c
lib/efi_loader/efi_helper.c