[U-Boot] [PATCH 19/40] x86: broadwell: Split CPU init

Bin Meng bmeng.cn at gmail.com
Fri Feb 22 07:19:15 UTC 2019


On Wed, Jan 30, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
>  arch/x86/cpu/broadwell/Makefile   |   1 +
>  arch/x86/cpu/broadwell/cpu.c      | 673 -----------------------------
>  arch/x86/cpu/broadwell/cpu_full.c | 694 ++++++++++++++++++++++++++++++
>  3 files changed, 695 insertions(+), 673 deletions(-)
>  create mode 100644 arch/x86/cpu/broadwell/cpu_full.c
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list