commit | 6e1a81a4fa3c660d93f9123cf80e5fdb38d3d3e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:49 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 16382539c364328410d68d96a911fa4df202d593 | |
parent | 8157b33398ff5dcbaf306a3276b220cdceb5cb21 [diff] |
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>