From: Jernej Skrabec <jernej.skrabec@gmail.com>
To: jagan@amarulasolutions.com, andre.przywara@arm.com, trini@konsulko.com
Cc: macromorgan@hotmail.com, u-boot@lists.denx.de,
linux-sunxi@lists.linux.dev,
Jernej Skrabec <jernej.skrabec@gmail.com>
Subject: [PATCH 0/2] sunxi: h616: fix DRAM size detection
Date: Sun, 9 Mar 2025 07:31:41 +0100 [thread overview]
Message-ID: <20250309063143.62859-1-jernej.skrabec@gmail.com> (raw)
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
next reply other threads:[~2025-03-09 6:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-09 6:31 Jernej Skrabec [this message]
2025-03-09 6:31 ` [PATCH 1/2] sunxi: h616: dram: Rework size detection 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250309063143.62859-1-jernej.skrabec@gmail.com \
--to=jernej.skrabec@gmail.com \
--cc=andre.przywara@arm.com \
--cc=jagan@amarulasolutions.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=macromorgan@hotmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox