u-boot/arch/x86
Simon Glass 23b89d4d6e x86: Don't build call64 and setjmp on 64-bit
These are currently not supported. Calling 64-bit code from 64-bit U-Boot is
much simpler, so this code is not needed. setjmp() is not yet implemented for
64-bit.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-02-06 11:38:46 +08:00
..
cpu x86: Don't build call64 and setjmp on 64-bit 2017-02-06 11:38:46 +08:00
dts x86: dts: Mark serial as needed before relocation 2017-02-06 11:38:46 +08:00
include/asm x86: Fix up type sizes for 64-bit 2017-02-06 11:38:46 +08:00
lib x86: Don't build call64 and setjmp on 64-bit 2017-02-06 11:38:46 +08:00
Kconfig x86: Kconfig: Add location options for 16/32-bit init 2017-02-06 11:38:46 +08:00
Makefile x86: Add 64-bit start-up code 2017-02-06 11:38:46 +08:00
config.mk efi_loader: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00