[U-Boot] [PATCH V3 2/5] i.mx: add the initial support for freescale i.MX6Q processor
Jason Hui
jason.hui at linaro.org
Thu Dec 1 02:57:54 CET 2011
On Thu, Dec 1, 2011 at 8:07 AM, Fabio Estevam <festevam at gmail.com> wrote:
> On Fri, Nov 25, 2011 at 8:18 AM, Jason Liu <jason.hui at linaro.org> wrote:
>
>> +u32 get_cpu_rev(void)
>> +{
>> + int system_rev = 0x61000 | CHIP_REV_1_0;
>
> Can´t we do this from reading from a chip location?
>
> This way we don´t need to change when new silicon version shows up.
The questions is that which location and encode schema we need follow,
take a look at mx5, it is different with mx51 and mx53, so before the new
tapout of i.mx6q, I don't have a clear vision about it.
>
> Regards,
>
> Fabio Estevam
More information about the U-Boot
mailing list