[PATCH v2 02/25] x86: Move MP code into mp_init

Bin Meng bmeng.cn at gmail.com
Sun Jun 28 07:23:10 CEST 2020


On Mon, Jun 15, 2020 at 1:00 AM Simon Glass <sjg at chromium.org> wrote:
>
> At present the 'flight plan' for CPUs is passed into mp_init. But it is
> always the same. Move it into the mp_init file so everything is in one
> place. Also drop the SMI function since it does nothing. If we implement
> SMIs, more refactoring will be needed anyway.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
> ---
>
> (no changes since v1)
>
>  arch/x86/cpu/i386/cpu.c   | 24 +++++-------------------
>  arch/x86/cpu/mp_init.c    | 22 ++++++++++------------
>  arch/x86/include/asm/mp.h | 17 +----------------
>  3 files changed, 16 insertions(+), 47 deletions(-)
>

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


More information about the U-Boot mailing list