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-05 Thread Roytburd, Benjamin
probably be the best option here instead of memset / for loop, but I do not have that implemented yet. I could submit it in a future patch. Thanks, Ben From: Nishanth Menon Sent: Friday, May 5, 2023, 8:51 AM To: Tom Rini Cc: Roytburd, Benjamin ; u-boot

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