[U-Boot] [PATCH 13/16] efi_loader: hook up in build environment

Simon Glass sjg at chromium.org
Wed Feb 3 04:31:40 CET 2016


On 1 February 2016 at 19:45, Alexander Graf <agraf at 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 at suse.de>
> Reviewed-by: Simon Glass <sjg at 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 at chromium.org>
Tested on Beaglebone Black and Minnowboard MAX:
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list