Re: [U-Boot] [PATCH v3] i.MX28: extend print_cpuinfo() to use chip information

2012-07-17 Thread Stefano Babic
On 16/07/2012 21:59, Otavio Salvador wrote: > The information now is gathered from HW_DIGCTL_CHIPID register and > includes the chip modem and revision on the output. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, next branch, thanks. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v3] i.MX28: extend print_cpuinfo() to use chip information

2012-07-16 Thread Otavio Salvador
On Mon, Jul 16, 2012 at 5:19 PM, Marek Vasut wrote: >> The information now is gathered from HW_DIGCTL_CHIPID register and >> includes the chip modem and revision on the output. >> >> Signed-off-by: Otavio Salvador > > This one is OK with me, queue for next maybe? Fine with me. This is not urgent

Re: [U-Boot] [PATCH v3] i.MX28: extend print_cpuinfo() to use chip information

2012-07-16 Thread Marek Vasut
Dear Otavio Salvador, > The information now is gathered from HW_DIGCTL_CHIPID register and > includes the chip modem and revision on the output. > > Signed-off-by: Otavio Salvador This one is OK with me, queue for next maybe? Acked-by: Marek Vasut > --- > Changes in v2: > - use ?? for uniden

[U-Boot] [PATCH v3] i.MX28: extend print_cpuinfo() to use chip information

2012-07-16 Thread Otavio Salvador
The information now is gathered from HW_DIGCTL_CHIPID register and includes the chip modem and revision on the output. Signed-off-by: Otavio Salvador --- Changes in v2: - use ?? for unidentified revision and cpu type - use numeric revisions Changes in v3: - drop mx23 data as it will be posted in