Re: [PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-02-06 Thread Thor Thayer
Hi Mark, On 02/06/2015 12:45 PM, Mark Rutland wrote: On Fri, Jan 09, 2015 at 02:53:53AM +, ttha...@opensource.altera.com wrote: From: Thor Thayer This patch enables the ECC for On-Chip RAM on machine startup. The ECC has to be enabled before data is is stored in memory otherwise the ECC

Re: [PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-02-06 Thread Mark Rutland
On Fri, Jan 09, 2015 at 02:53:53AM +, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > This patch enables the ECC for On-Chip RAM on machine > startup. The ECC has to be enabled before data is > is stored in memory otherwise the ECC will fail on > reads. Where else is this

Re: [PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-02-06 Thread Thor Thayer
Hi Mark, On 02/06/2015 12:45 PM, Mark Rutland wrote: On Fri, Jan 09, 2015 at 02:53:53AM +, ttha...@opensource.altera.com wrote: From: Thor Thayer ttha...@opensource.altera.com This patch enables the ECC for On-Chip RAM on machine startup. The ECC has to be enabled before data is is

Re: [PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-02-06 Thread Mark Rutland
On Fri, Jan 09, 2015 at 02:53:53AM +, ttha...@opensource.altera.com wrote: From: Thor Thayer ttha...@opensource.altera.com This patch enables the ECC for On-Chip RAM on machine startup. The ECC has to be enabled before data is is stored in memory otherwise the ECC will fail on reads.

[PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-01-08 Thread tthayer
From: Thor Thayer This patch enables the ECC for On-Chip RAM on machine startup. The ECC has to be enabled before data is is stored in memory otherwise the ECC will fail on reads. Signed-off-by: Thor Thayer --- v2: Split OCRAM ECC portion separately. Addition of iounmap() and

[PATCHv6 2/5] arm: socfpga: Enable OCRAM ECC on startup.

2015-01-08 Thread tthayer
From: Thor Thayer ttha...@opensource.altera.com This patch enables the ECC for On-Chip RAM on machine startup. The ECC has to be enabled before data is is stored in memory otherwise the ECC will fail on reads. Signed-off-by: Thor Thayer ttha...@opensource.altera.com --- v2: Split OCRAM ECC