]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: hook up in build environment
authorAlexander Graf <agraf@suse.de>
Fri, 4 Mar 2016 00:10:07 +0000 (01:10 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 01:30:11 +0000 (21:30 -0400)
commited980b8c62fbe17052ec6151a68b5b0be3809485
tree15004a9cb6588552d759eff388ff430dd0302953
parent649829157e9c034fd5eda0de87a39afa248bd4b2
efi_loader: hook up in build environment

Now that we have all the bits and pieces ready for EFI payload loading
support, hook them up in Makefiles and KConfigs so that we can build.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
[trini: Enable only when we of OF_LIBFDT, disable on kwb and colibri_pxa270]
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/colibri_pxa270_defconfig
configs/kwb_defconfig
lib/Kconfig
lib/Makefile
lib/efi_loader/Kconfig [new file with mode: 0644]
lib/efi_loader/Makefile [new file with mode: 0644]