]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
efi: Support building a u-boot-app.efi executable
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:43 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:55 +0000 (08:00 +0200)
commitcb5d681b39cf010ce786828d8bf61404dfa2d58b
tree54984af69649c2c2ef4f4ec50705bad50a42af00
parent77debade6447e3af6758729aa7e00fb7e59fcb7e
efi: Support building a u-boot-app.efi executable

Add support for building U-Boot as an EFI application with a .efi suffix.
This can be loaded by EFI provided that EFI has the same bit width (32-
or 64-bit) as U-Boot. This unfortunate limitation is imposed by EFI.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile