ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [PATCH 0/2] sunxi: h616: fix DRAM size detection
@ 2025-03-09  6:31 Jernej Skrabec
  2025-03-09  6:31 ` [PATCH 1/2] sunxi: h616: dram: Rework " Jernej Skrabec
  2025-03-09  6:31 ` [PATCH 2/2] sunxi: H616: dram: Improve address wrapping detection Jernej Skrabec
  0 siblings, 2 replies; 7+ messages in thread
From: Jernej Skrabec @ 2025-03-09  6:31 UTC (permalink / raw)
  To: jagan, andre.przywara, trini
  Cc: macromorgan, u-boot, linux-sunxi, Jernej Skrabec

I got multiple reports that DRAM size is occasionally misdetected on H616.
Some analysis revealed that issues are the same as on currently WIP A523
DRAM driver. Namely:
- size check might test outside H616 DRAM memory region
- only one dword pattern is not enough for memory aliasing testing

Following patches solve these two issues.

Best regards,
Jernej

Jernej Skrabec (2):
  sunxi: h616: dram: Rework size detection
  sunxi: H616: dram: Improve address wrapping detection

 arch/arm/mach-sunxi/dram_sun50i_h616.c | 74 +++++++++++++++++++++++---
 1 file changed, 66 insertions(+), 8 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-25  1:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09  6:31 [PATCH 0/2] sunxi: h616: fix DRAM size detection Jernej Skrabec
2025-03-09  6:31 ` [PATCH 1/2] sunxi: h616: dram: Rework " Jernej Skrabec
2025-03-10  9:16   ` Icenowy Zheng
2025-03-24  1:18   ` Andre Przywara
2025-03-09  6:31 ` [PATCH 2/2] sunxi: H616: dram: Improve address wrapping detection Jernej Skrabec
2025-03-10  2:36   ` Ryan Walklin
2025-03-25  1:13   ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox