Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-06-12 Thread Roytburd, Benjamin
Thanks, Ben From: Roytburd, Benjamin Sent: Wednesday, May 17, 2023 11:41 AM To: Nishanth Menon Cc: Tom Rini ; u-boot@lists.denx.de Subject: Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x Enabling ECC has not given me any problems in runn

Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-17 Thread Roytburd, Benjamin
. I have not implemented DMA yet, but when I do I wil formally submit a patch with it. From: Nishanth Menon Sent: Wednesday, May 17, 2023 11:30 AM To: Roytburd, Benjamin Cc: Tom Rini ; u-boot@lists.denx.de Subject: Re: Pull Request / Patch: Enable Usage of ECC

Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-17 Thread Nishanth Menon
On 14:23-20230505, Roytburd, Benjamin wrote: > Nishanth, > Gentle reminder: Please do not top post - email etiquette in upstream mailing as well as please do not use flowed formatting. See [1] (I use neomutt personally with 70 char line break) > Agreed, this is very expensive for boot time, I c

Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-05 Thread Roytburd, Benjamin
@lists.denx.de Subject: Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x Benjamin, On 21:59-20230504, Tom Rini wrote: > On Thu, May 04, 2023 at 12:47:29PM +, Roytburd, Benjamin wrote: > o > > Hello, > > > > Recently, when working with the AM65x_GP_EVM de

Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-05 Thread Nishanth Menon
Benjamin, On 21:59-20230504, Tom Rini wrote: > On Thu, May 04, 2023 at 12:47:29PM +, Roytburd, Benjamin wrote: > o > > Hello, > > > > Recently, when working with the AM65x_GP_EVM development board, I found > > that the U-boot source code (specifically the SPL), does not properly > > initial

Re: Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-04 Thread Tom Rini
On Thu, May 04, 2023 at 12:47:29PM +, Roytburd, Benjamin wrote: o > Hello, > > Recently, when working with the AM65x_GP_EVM development board, I found that > the U-boot source code (specifically the SPL), does not properly initialize > the DDRSS ram drivers for the AM6548. There are missing

Pull Request / Patch: Enable Usage of ECC with DDR on AM654x

2023-05-04 Thread Roytburd, Benjamin
Hello, Recently, when working with the AM65x_GP_EVM development board, I found that the U-boot source code (specifically the SPL), does not properly initialize the DDRSS ram drivers for the AM6548. There are missing register writes that are required from DDR to function with ECC on. I validate