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

Bin Meng bmeng.cn at gmail.com
Wed May 1 15:25:46 UTC 2019


On Fri, Apr 26, 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  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
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list