mpc85xx: increase available RAM on Extreme Networks WS-AP3825i
authorDavid Bauer <mail@david-bauer.net>
Sun, 3 Dec 2023 07:03:57 +0000 (08:03 +0100)
committerDavid Bauer <mail@david-bauer.net>
Sun, 3 Dec 2023 22:43:19 +0000 (23:43 +0100)
commit57d7382cb159dbb15b8e281cad90a65d4c0201f6
treefd1f654a7b1bdd30b63cb02effbafba08b430d8b
parentdd5d4e24afec93dccdf8936991c68390e584001e
mpc85xx: increase available RAM on Extreme Networks WS-AP3825i

The system-mamory size was page-aligned prior to this commit, only
enabling to use 192MB of system memory of the 256 available.

This was due to the system-memory being manually shrinked to reserve the
upper 1MB for the second-core bootpage in the loader as well as the OS.

Fix this properly in the loader and in Linux using reserved-memory
definitions. This enables the device to use 250MB of system memory.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
target/linux/mpc85xx/patches-5.15/150-arch-powerpc-simpleboot-prevent-overwrite-of-CPU1-sp.patch [new file with mode: 0644]