[U-Boot] [PATCH v3 15/28] x86: Support building the EFI stub

Simon Glass sjg at chromium.org
Wed Aug 5 20:03:16 CEST 2015


On 5 August 2015 at 06:20, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Wed, Aug 5, 2015 at 2:33 AM, Simon Glass <sjg at chromium.org> wrote:
>> Add support for building a 32/64-bit EFI stub for x86. This involves
>> building the startup and relocation code for either i386 or x86_64.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v3:
>> - Move 64-bit comment to just above the 64-bit flag adjustments
>>
>> Changes in v2:
>> - Add a comment as to why the AFLAGS_REMOVE_.. lines are needed
>> - Move the crt and reloc files into arch/x86/lib/efi/
>>
>>  arch/x86/lib/Makefile     |  2 +-
>>  arch/x86/lib/efi/Makefile | 24 ++++++++++++++++++++++++
>>  2 files changed, 25 insertions(+), 1 deletion(-)
>>  create mode 100644 arch/x86/lib/efi/Makefile
>>
[snip]
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot-x86.


More information about the U-Boot mailing list