Re: [U-Boot] [PATCH v2 4/7] x86: Allow cpu-x86 driver to be probed for UP

2015-07-21 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 7:37 AM, Simon Glass wrote: > Hi Bin, > > On 21 July 2015 at 09:37, Bin Meng wrote: >> On Tue, Jul 21, 2015 at 8:15 PM, Bin Meng wrote: >>> Currently cpu-x86 driver is probed only for SMP. We add the same >>> support for UP when there is only one cpu node in th

Re: [U-Boot] [PATCH v2 4/7] x86: Allow cpu-x86 driver to be probed for UP

2015-07-21 Thread Simon Glass
Hi Bin, On 21 July 2015 at 09:37, Bin Meng wrote: > On Tue, Jul 21, 2015 at 8:15 PM, Bin Meng wrote: >> Currently cpu-x86 driver is probed only for SMP. We add the same >> support for UP when there is only one cpu node in the deive tree. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in

Re: [U-Boot] [PATCH v2 4/7] x86: Allow cpu-x86 driver to be probed for UP

2015-07-21 Thread Bin Meng
On Tue, Jul 21, 2015 at 8:15 PM, Bin Meng wrote: > Currently cpu-x86 driver is probed only for SMP. We add the same > support for UP when there is only one cpu node in the deive tree. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - New patch to allow cpu-x86 driver to be probed for UP

[U-Boot] [PATCH v2 4/7] x86: Allow cpu-x86 driver to be probed for UP

2015-07-21 Thread Bin Meng
Currently cpu-x86 driver is probed only for SMP. We add the same support for UP when there is only one cpu node in the deive tree. Signed-off-by: Bin Meng --- Changes in v2: - New patch to allow cpu-x86 driver to be probed for UP arch/x86/cpu/cpu.c | 7 +++ 1 file changed, 7 insertions(+)