efi_loader: Allow to compile helloworld.efi w/o bundling it
Today we can compile a self-contained hello world efi test binary that allows us to quickly verify whether the EFI loader framwork works. We can use that binary outside of the self-contained test case though, by providing it to a to-be-tested system via tftp. This patch separates compilation of the helloworld.efi file from including it in the u-boot binary for "bootefi hello". It also modifies the efi_loader test case to enable travis to pick up the compiled file. Because we're now no longer bloating the resulting u-boot binary, we can enable compilation always, giving us good travis test coverage. Signed-off-by:Alexander Graf <agraf@suse.de> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/lib/Makefile 1 addition, 1 deletionarch/arm/lib/Makefile
- arch/x86/config.mk 1 addition, 1 deletionarch/x86/config.mk
- arch/x86/lib/Makefile 1 addition, 1 deletionarch/x86/lib/Makefile
- cmd/Kconfig 14 additions, 1 deletioncmd/Kconfig
- configs/qemu-x86_efi_payload64_defconfig 1 addition, 0 deletionsconfigs/qemu-x86_efi_payload64_defconfig
- configs/stm32f429-discovery_defconfig 1 addition, 0 deletionsconfigs/stm32f429-discovery_defconfig
- lib/efi_loader/Makefile 3 additions, 0 deletionslib/efi_loader/Makefile
- test/py/tests/test_efi_loader.py 1 addition, 1 deletiontest/py/tests/test_efi_loader.py
Loading
Please register or sign in to comment