Re: [U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-16 Thread Michal Simek
Hi, On 16.1.2018 19:38, Ezequiel Garcia wrote: > On 16 January 2018 at 09:08, Michal Simek wrote: >> On 15.1.2018 16:46, Ezequiel Garcia wrote: >>> This commit adds CPU and silicon version information >>> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >>> respectively. >>> >>> Signed-off-b

Re: [U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-16 Thread Ezequiel Garcia
On 16 January 2018 at 09:08, Michal Simek wrote: > On 15.1.2018 16:46, Ezequiel Garcia wrote: >> This commit adds CPU and silicon version information >> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >> respectively. >> >> Signed-off-by: Ariel D'Alessandro >> Signed-off-by: Ezequiel Garcia

Re: [U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-16 Thread Michal Simek
On 15.1.2018 16:46, Ezequiel Garcia wrote: > This commit adds CPU and silicon version information > consuming the SLCR IDCODE and DEVCFG MCTRL registers, > respectively. > > Signed-off-by: Ariel D'Alessandro > Signed-off-by: Ezequiel Garcia > --- > arch/arm/mach-zynq/Makefile | 1 + > arch/a

[U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-15 Thread Ezequiel Garcia
This commit adds CPU and silicon version information consuming the SLCR IDCODE and DEVCFG MCTRL registers, respectively. Signed-off-by: Ariel D'Alessandro Signed-off-by: Ezequiel Garcia --- arch/arm/mach-zynq/Makefile | 1 + arch/arm/mach-zynq/cpu_info.c | 49