commit | 409cb19ffa920454cf61edd690325db6706acf7e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:51 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:13 2019 +0800 |
tree | 2a9fa3d6f26410a2ea01c50b6a85d5b7cf407564 | |
parent | 412f11b3655bacfa8efa4097e399adeeb7d80bcc [diff] |
x86: broadwell: Split CPU init Split the CPU init into two parts - the 'full' init which happens in the first U-Boot phase, and the rest of the init that happens on subsequent stages. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>