Re: [U-Boot] [PATCH v4 14/17] cpu: Add cpu_probe_all method

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six wrote: > Add a method to probe all CPUs of the board. > > Signed-off-by: Mario Six > --- > > Notes: > v3 -> v4: > New in v4 > > drivers/cpu/cpu-uclass.c | 23 +++ > include/cpu.h| 7 +++ > 2 files changed, 30 inser

[U-Boot] [PATCH v4 14/17] cpu: Add cpu_probe_all method

2018-08-06 Thread Mario Six
Add a method to probe all CPUs of the board. Signed-off-by: Mario Six --- Notes: v3 -> v4: New in v4 drivers/cpu/cpu-uclass.c | 23 +++ include/cpu.h| 7 +++ 2 files changed, 30 insertions(+) diff --git a/drivers/cpu/cpu-uclass.c b/drivers/cpu/cpu-