Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-09-01 Thread Stefano Babic
On 01/09/2015 03:06, Peng Fan wrote: > Hi Stefano, > > On Mon, Aug 31, 2015 at 07:05:10PM +0200, Stefano Babic wrote: >> On 31/08/2015 18:57, Stefano Babic wrote: >>> On 26/08/2015 09:40, Peng Fan wrote: There is a hole in shadow registers address map of size 0x100 between bank 5 and

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-09-01 Thread Peng Fan
Hi Stefano, On Tue, Sep 01, 2015 at 09:24:24AM +0200, Stefano Babic wrote: >On 01/09/2015 03:06, Peng Fan wrote: >> Hi Stefano, >> >> On Mon, Aug 31, 2015 at 07:05:10PM +0200, Stefano Babic wrote: >>> On 31/08/2015 18:57, Stefano Babic wrote: On 26/08/2015 09:40, Peng Fan wrote: > There

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-09-01 Thread Stefano Babic
Hi Peng, On 01/09/2015 08:22, Peng Fan wrote: > Sorry, it is not. It lokks like this breaks mx6 boards. Can you take a look, please ? >>> >>> The is_cpu_type only effects on mx6. >>> >>> I applied this following patch: >>> https://patchwork.ozlabs.org/patch/512669/ >>> >>>

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-08-31 Thread Peng Fan
Hi Stefano, On Mon, Aug 31, 2015 at 07:05:10PM +0200, Stefano Babic wrote: >On 31/08/2015 18:57, Stefano Babic wrote: >> On 26/08/2015 09:40, Peng Fan wrote: >>> There is a hole in shadow registers address map of size 0x100 >>> between bank 5 and bank 6 on iMX6QP, iMX6DQ, iMX6SDL, iMX6SX and

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-08-31 Thread Stefano Babic
On 26/08/2015 09:40, Peng Fan wrote: > There is a hole in shadow registers address map of size 0x100 > between bank 5 and bank 6 on iMX6QP, iMX6DQ, iMX6SDL, iMX6SX and iMX6UL. > Bank 5 ends at 0x6F0 and Bank 6 starts at 0x800. When reading the fuses, > we should account for this hole in address

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-08-31 Thread Stefano Babic
On 31/08/2015 18:57, Stefano Babic wrote: > On 26/08/2015 09:40, Peng Fan wrote: >> There is a hole in shadow registers address map of size 0x100 >> between bank 5 and bank 6 on iMX6QP, iMX6DQ, iMX6SDL, iMX6SX and iMX6UL. >> Bank 5 ends at 0x6F0 and Bank 6 starts at 0x800. When reading the fuses,

[U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-08-26 Thread Peng Fan
There is a hole in shadow registers address map of size 0x100 between bank 5 and bank 6 on iMX6QP, iMX6DQ, iMX6SDL, iMX6SX and iMX6UL. Bank 5 ends at 0x6F0 and Bank 6 starts at 0x800. When reading the fuses, we should account for this hole in address space. Similar hole exists between bank 14 and