commit | 57c5d363df945c05d09d22a28e9ae94bcde802e7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 04 12:33:43 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:05 2015 -0600 |
tree | 187e49f4883f8743de24e052be195099e2474133 | |
parent | c24aae5e47ae7c7278182114356dc9901f2a2665 [diff] |
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>