U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] board: toradex: smarc-imx95/aquila-imx95: detect RAM sizes
@ 2026-07-10 13:39 Emanuele Ghidoli
  2026-07-10 13:39 ` [PATCH 1/2] board: toradex: smarc-imx95: " Emanuele Ghidoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Emanuele Ghidoli @ 2026-07-10 13:39 UTC (permalink / raw)
  To: Francesco Dolcini, Tom Rini
  Cc: Emanuele Ghidoli, NXP i.MX U-Boot Team, Stefano Babic,
	Fabio Estevam, Peng Fan, u-boot

From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>

Use alias-based RAM probing to detect different memory configurations
on Toradex iMX95 modules using LPDDR5. The address wrap-around is not
linear on LPDDR5 modules: address bits above the module capacity
alias back with some low address bits XORed (bit 32 -> XOR 0xc000),
as measured on 4GB and 8GB modules.

Emanuele Ghidoli (2):
  board: toradex: smarc-imx95: detect RAM sizes
  board: toradex: aquila-imx95: detect RAM sizes

 board/toradex/aquila-imx95/aquila-imx95.c | 23 ++++++++++++++++++++++-
 board/toradex/smarc-imx95/smarc-imx95.c   | 23 ++++++++++++++++++++++-
 include/configs/aquila-imx95.h            | 15 +++++++++------
 include/configs/toradex-smarc-imx95.h     | 15 +++++++++------
 4 files changed, 62 insertions(+), 14 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-13  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 13:39 [PATCH 0/2] board: toradex: smarc-imx95/aquila-imx95: detect RAM sizes Emanuele Ghidoli
2026-07-10 13:39 ` [PATCH 1/2] board: toradex: smarc-imx95: " Emanuele Ghidoli
2026-07-10 13:39 ` [PATCH 2/2] board: toradex: aquila-imx95: " Emanuele Ghidoli
2026-07-13  6:05 ` [PATCH 0/2] board: toradex: smarc-imx95/aquila-imx95: " Francesco Dolcini

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