
3 Feb
2016
3 Feb
'16
4:31 a.m.
On 1 February 2016 at 19:45, Alexander Graf agraf@suse.de wrote:
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
v1 -> v2:
- Move to GPLv2+
- Default to y
v2 -> v3:
- Add memory file
lib/Kconfig | 1 + lib/Makefile | 1 + lib/efi_loader/Kconfig | 9 +++++++++ lib/efi_loader/Makefile | 12 ++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 lib/efi_loader/Kconfig create mode 100644 lib/efi_loader/Makefile
Reviewed-by: Simon Glass sjg@chromium.org Tested on Beaglebone Black and Minnowboard MAX: Tested-by: Simon Glass sjg@chromium.org