rv1126-uboot/arch/x86/lib
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
..
efi
fsp
Makefile x86: Don't try to run the VGA BIOS in 64-bit mode 2017-02-06 11:38:46 +08:00
acpi_table.c x86: Use unsigned long for address in table generation 2017-02-06 11:38:46 +08:00
asm-offsets.c
bios.c x86: lib: Fix types and casts for 64-bit compilation 2017-02-06 11:38:46 +08:00
bios.h
bios_asm.S
bios_interrupts.c
bootm.c x86: Don't build call64 and setjmp on 64-bit 2017-02-06 11:38:46 +08:00
cmd_boot.c
cmd_mtrr.c
coreboot_table.c
crt0_ia32_efi.S
crt0_x86_64_efi.S
e820.c
elf_ia32_efi.lds
elf_x86_64_efi.lds
gcc.c
i8254.c
i8259.c
init_helpers.c x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR 2017-02-06 11:38:46 +08:00
interrupts.c
lpc-uclass.c
mpspec.c x86: Update mpspec to build on 64-bit machines 2017-02-06 11:38:46 +08:00
mrccache.c
northbridge-uclass.c
physmem.c
pinctrl_ich6.c x86: lib: Fix types and casts for 64-bit compilation 2017-02-06 11:38:46 +08:00
pirq_routing.c x86: lib: Fix types and casts for 64-bit compilation 2017-02-06 11:38:46 +08:00
ramtest.c
reloc_ia32_efi.c
reloc_x86_64_efi.c
relocate.c x86: Tidy up use of size_t in relocation 2017-02-06 11:38:46 +08:00
sections.c
sfi.c x86: Use unsigned long for address in table generation 2017-02-06 11:38:46 +08:00
spl.c x86: Add an SPL implementation 2017-02-06 11:38:46 +08:00
string.c
tables.c x86: Use unsigned long for address in table generation 2017-02-06 11:38:46 +08:00
zimage.c x86: Use unsigned long for address in table generation 2017-02-06 11:38:46 +08:00