Re: [PATCH v2 17/25] x86: Don't enable SMP in SPL

2020-06-28 Thread Bin Meng
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass 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: Si

Re: [PATCH v2 17/25] x86: Don't enable SMP in SPL

2020-06-16 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 17/25] x86: Don't enable SMP in SPL > > 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 thi

[PATCH v2 17/25] x86: Don't enable SMP in SPL

2020-06-14 Thread Simon Glass
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 --- Changes in v2: - Add a new patch to avoid enabl