u-boot/arch/x86/cpu/x86_64
Simon Glass e16c47fa3d 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>
2021-11-07 18:36:55 +01:00
..
cpu.c efi: Create a 64-bit app 2021-11-07 18:36:55 +01:00
interrupts.c common: Move interrupt functions into a new header 2019-12-02 18:25:00 -05:00
Makefile efi: Create a 64-bit app 2021-11-07 18:36:55 +01:00
misc.c efi: Create a 64-bit app 2021-11-07 18:36:55 +01:00
setjmp.S x86: Add 64-bit setjmp/longjmp implementation 2018-06-24 08:56:04 +08:00