]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: broadwell: Split CPU init
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:51 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:13 +0000 (13:02 +0800)
commit9231206b73a3eee6e68e4dd708abdb4e625eac71
tree2a9fa3d6f26410a2ea01c50b6a85d5b7cf407564
parent6b83b29578907da0561b5055ad09d8d8dbcfb098
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>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/cpu.c
arch/x86/cpu/broadwell/cpu_full.c [new file with mode: 0644]