From: Tom Rini Date: Wed, 22 Oct 2025 18:23:48 +0000 (-0600) Subject: Merge patch series "Add support for dynamic MMU configuration" X-Git-Tag: v2026.01-rc1~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc918ed97b4c79eecd56969a2898a8c75886c5a;p=pandora-u-boot.git Merge patch series "Add support for dynamic MMU configuration" Anshul Dalal says: In U-Boot, TI only provides a single memory map for all k3 platforms, this does not scale for devices where atf and optee lie outside the range 0x80000000 - 0x80080000 and 0x9e780000 - 0xa0000000 respectively. There are also issues for devices with < 2GiB of memory (eg am62SiP with 512MiB of RAM) as the maximum size for the first DRAM bank is hardcoded to 2GiB in the current memory map. Furthermore the second DRAM bank is mapped even for devices that only have a single bank. Therefore this patch set adds the required functionality to create the MMU table at runtime based on the device-tree. The patch set has been build tested on all effected platforms but boot-tested only on TI's K3 EVMs, the beagleplay and phytec's phycore-am6* platforms. The following effected boards have not been boot tested: - verdin-am62 - iot2050 Link: https://lore.kernel.org/r/20251017131540.3636067-1-anshuld@ti.com --- 8bc918ed97b4c79eecd56969a2898a8c75886c5a