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

Simon Glass sjg at chromium.org
Sun Jan 31 16:24:03 CET 2016


On 14 January 2016 at 22:06, 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>
>
> ---
>
> v1 -> v2:
>
>   - Move to GPLv2+
>   - Default to y
> ---
>  lib/Kconfig             |  1 +
>  lib/Makefile            |  1 +
>  lib/efi_loader/Kconfig  |  9 +++++++++
>  lib/efi_loader/Makefile | 11 +++++++++++
>  4 files changed, 22 insertions(+)
>  create mode 100644 lib/efi_loader/Kconfig
>  create mode 100644 lib/efi_loader/Makefile

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list