commit | 49a643b6ef167f12d8e3c10f0f9880dbf7da334f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 03 21:09:07 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 07 18:36:55 2021 +0100 |
tree | 791e368520ae892b7b2b32b80cabeacff1b81639 | |
parent | 359a89da2fa540338a951113a3f47ccb16f19da3 [diff] |
efi: Create a 64-bit app Most modern platforms use 64-bit EFI so it is useful to have a U-Boot app that runs under that. Add a (non-functional) build for this. Note that --whole-archive causes the gcc 9.2 linker to crash, so disable this for now. Once this is resolved, things should work. For now, avoid mentioning the documentation for the 64-bit app, since it does not work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>