u-boot/arch/x86/cpu/i386
Bin Meng 9168326037 x86: Don't copy the cpu_call64() function to a hardcoded address
Before jumping to 64-bit U-Boot proper, SPL copies the cpu_call64()
function to a hardcoded address 0x3000000. This can have potential
conflicts with application usage. Switch the destination address
to be allocated from the heap to avoid such risk.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-02-12 14:37:16 +08:00
..
call64.S x86: Don't copy the cpu_call64() function to a hardcoded address 2019-02-12 14:37:16 +08:00
cpu.c x86: Don't copy the cpu_call64() function to a hardcoded address 2019-02-12 14:37:16 +08:00
interrupt.c x86: make the LAPIC / IOAPIC construct switchable with Kconfig 2018-12-10 10:12:29 +08:00
Makefile x86: Move setjmp to the i386 directory 2017-02-07 13:07:36 +08:00
setjmp.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00