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

2016-02-02 Thread Simon Glass
On 1 February 2016 at 19:45, Alexander Graf 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 > Reviewed-by: Simon Glass > > --- > > v1 -> v2: > > - Move to G

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

2016-02-01 Thread Alexander Graf
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 Reviewed-by: Simon Glass --- v1 -> v2: - Move to GPLv2+ - Default to y v2 -> v3: - Add memory file --- lib/Kconfi