]> git.baikalelectronics.ru Git - uboot.git/commit
x86: board_f: Update init sequence for 64-bit startup
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:49 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit08b4f3edd467928eed301e41b2c1603fef88c821
tree16382539c364328410d68d96a911fa4df202d593
parent8266a0d153861f506fff15ccdcfcb082c4846838
x86: board_f: Update init sequence for 64-bit startup

Adjust the code so that 64-bit startup works. Since we don't need to do CAR
changes in U-Boot proper anymore (they are done in SPL) we can simplify the
flow and return normally from board_init_f().

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/board_f.c