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

2018-02-01 Thread Ezequiel Garcia
On 1 February 2018 at 05:26, Michal Simek wrote: > On 31.1.2018 22:25, Ezequiel Garcia wrote: >> On 26 January 2018 at 09:33, Michal Simek wrote: >>> Hi, >>> >>> >>> On 17.1.2018 14:56, Ezequiel Garcia wrote: This commit adds CPU and silicon

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

2018-02-01 Thread Michal Simek
On 31.1.2018 22:25, Ezequiel Garcia wrote: > On 26 January 2018 at 09:33, Michal Simek wrote: >> Hi, >> >> >> On 17.1.2018 14:56, Ezequiel Garcia wrote: >>> This commit adds CPU and silicon version information >>> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >>>

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

2018-01-31 Thread Ezequiel Garcia
On 26 January 2018 at 09:33, Michal Simek wrote: > Hi, > > > On 17.1.2018 14:56, Ezequiel Garcia wrote: >> This commit adds CPU and silicon version information >> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >> respectively. >> >> Signed-off-by: Ariel

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

2018-01-26 Thread Michal Simek
Hi, On 17.1.2018 14:56, 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

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

2018-01-17 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/cpu.c | 46