]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
authorSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 21:59:31 +0000 (23:59 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
commit6fe80876dcc7d5b22ef1b88db14209770716c3cb
tree1d53013c97d242e05c8265e59077f07db719d03e
parent77a93ae681646437121b8db85b85dad40016fa51
efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE

This is not actually a command so the name is confusing. Use
BOOTEFI_HELLO_COMPILE instead. Put it in the efi_loader directory
with the other such config options.

The link rule (for $(obj)/%_efi.so) in scripts/Makefile.lib handles
pulling in efi_crt0.o and efi_reloc.o so drop the 'extra' rules.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
13 files changed:
arch/arm/lib/Makefile
arch/riscv/lib/Makefile
arch/x86/lib/Makefile
cmd/Kconfig
configs/octeontx2_95xx_defconfig
configs/octeontx2_96xx_defconfig
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig
doc/develop/uefi/uefi.rst
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
test/py/tests/test_efi_fit.py
test/py/tests/test_efi_loader.py