RE: [v1 11/17] ddr: socfpga: Enable memory test on memory size less than 1GB

2021-04-15 Thread Chee, Tien Fong
; Gan, > Yau Wai > Subject: RE: [v1 11/17] ddr: socfpga: Enable memory test on memory size less > than 1GB > > > > > -Original Message- > > From: Lim, Elly Siew Chin > > Sent: Wednesday, March 31, 2021 10:39 PM > > To: u-boot@lists.denx.de

RE: [v1 11/17] ddr: socfpga: Enable memory test on memory size less than 1GB

2021-04-08 Thread Tan, Ley Foon
, > Yau Wai > Subject: [v1 11/17] ddr: socfpga: Enable memory test on memory size less > than 1GB > > From: Tien Fong Chee > > Minimum 1GB memory size is required in current memory test, so this patch > improves the memory test for processing memory size less than 1GB,

[v1 11/17] ddr: socfpga: Enable memory test on memory size less than 1GB

2021-03-31 Thread Siew Chin Lim
From: Tien Fong Chee Minimum 1GB memory size is required in current memory test, so this patch improves the memory test for processing memory size less than 1GB, and the size in power of two. Signed-off-by: Tien Fong Chee --- drivers/ddr/altera/sdram_soc64.c | 18 -- 1 file cha