[PATCH v2 17/25] x86: Don't enable SMP in SPL
Bin Meng
bmeng.cn at gmail.com
Sun Jun 28 10:06:47 CEST 2020
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass <sjg at chromium.org> wrote:
>
> SMP should be set up in U-Boot where possible, not SPL. Disable it in SPL.
> For 64-bit U-Boot we should find a way to allow SMP operations in U-Boot,
> but this is somewhat more complicated. For now that is disabled too.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Add a new patch to avoid enabling SMP in SPL
>
> arch/x86/cpu/Makefile | 2 +-
> arch/x86/include/asm/mp.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list