Re: [PATCH v3 14/25] x86: mp: Park CPUs before running the OS

2020-07-11 Thread Simon Glass
Hi Bin, On Tue, 7 Jul 2020 at 19:55, Simon Glass wrote: > > Hi Bin, > > On Tue, 7 Jul 2020 at 02:26, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Jul 6, 2020 at 11:37 AM Simon Glass wrote: > > > > > > With the new MP features the CPUs are no-longer parked when the OS is run. > > > Fix this

Re: [PATCH v3 14/25] x86: mp: Park CPUs before running the OS

2020-07-07 Thread Simon Glass
Hi Bin, On Tue, 7 Jul 2020 at 02:26, Bin Meng wrote: > > Hi Simon, > > On Mon, Jul 6, 2020 at 11:37 AM Simon Glass wrote: > > > > With the new MP features the CPUs are no-longer parked when the OS is run. > > Fix this by calling a special function to park them, just before the OS is > > started.

Re: [PATCH v3 14/25] x86: mp: Park CPUs before running the OS

2020-07-07 Thread Bin Meng
Hi Simon, On Mon, Jul 6, 2020 at 11:37 AM Simon Glass wrote: > > With the new MP features the CPUs are no-longer parked when the OS is run. > Fix this by calling a special function to park them, just before the OS is > started. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --

[PATCH v3 14/25] x86: mp: Park CPUs before running the OS

2020-07-05 Thread Simon Glass
With the new MP features the CPUs are no-longer parked when the OS is run. Fix this by calling a special function to park them, just before the OS is started. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v3: - Update the comment for mp_park_aps() arch/x86/cpu/cpu.c