]> git.ipfire.org Git - thirdparty/u-boot.git/commit
doc: board: phytec: Document DDR size override Kconfigs
authorWadim Egorov <w.egorov@phytec.de>
Wed, 13 May 2026 07:19:05 +0000 (09:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 20:22:38 +0000 (14:22 -0600)
commit6e8d82b9e9bd3418614a884a1cbc2dbda6ca4e64
treedd75567e532324dbe4667b3aabf612bd3cec3a73
parent14ba26ebdda6bf003eac5b18d59ccd3808345fa5
doc: board: phytec: Document DDR size override Kconfigs

The phyCORE-AM62x and phyCORE-AM64x R5 SPL detects the populated DDR
size from the SoM EEPROM and falls back to 2 GB if detection fails. For
boards without a populated EEPROM or if no detection needed, the detection
can be bypassed via CONFIG_PHYCORE_AM6{2,4}X_RAM_SIZE_FIX and one of
the CONFIG_PHYCORE_AM6{2,4}X_RAM_SIZE_<size> choices.

Add a "DDR RAM Size" section to both board docs describing this
behaviour and listing the available size options (1/2/4 GB for AM62x,
1/2 GB for AM64x).

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
doc/board/phytec/phycore-am62x.rst
doc/board/phytec/phycore-am64x.rst