Re: [U-Boot] [PATCH] x86: Set APs' req_seq to the reg number from device tree

2015-08-14 Thread Simon Glass
On 10 August 2015 at 06:58, Simon Glass wrote: > On 10 August 2015 at 00:58, Bin Meng wrote: >> Multiple APs are brought up simultaneously and they may get the same >> seq num in the uclass_resolve_seq() during device_probe(). To avoid >> this, set req_seq to the reg number in the device tree in

Re: [U-Boot] [PATCH] x86: Set APs' req_seq to the reg number from device tree

2015-08-10 Thread Simon Glass
On 10 August 2015 at 00:58, Bin Meng wrote: > Multiple APs are brought up simultaneously and they may get the same > seq num in the uclass_resolve_seq() during device_probe(). To avoid > this, set req_seq to the reg number in the device tree in advance. > > Signed-off-by: Bin Meng > --- > > arch

[U-Boot] [PATCH] x86: Set APs' req_seq to the reg number from device tree

2015-08-09 Thread Bin Meng
Multiple APs are brought up simultaneously and they may get the same seq num in the uclass_resolve_seq() during device_probe(). To avoid this, set req_seq to the reg number in the device tree in advance. Signed-off-by: Bin Meng --- arch/x86/cpu/mp_init.c | 7 +++ 1 file changed, 7 insertion