]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Add 64-bit start-up code
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:48 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit8266a0d153861f506fff15ccdcfcb082c4846838
treea08e209898c0fb4ef2a696444e25828273adc3ad
parent426d9643a7e22f94a36920f254bd28d46a34a464
x86: Add 64-bit start-up code

Add code to start up U-Boot in 64-bit mode. It is fairly simple since we are
running from RAM and SPL has done the low-level init.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Makefile
arch/x86/cpu/Makefile
arch/x86/cpu/start64.S [new file with mode: 0644]