summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-01-18 22:52:38 +0300
committerChristophe Leroy <christophe.leroy@csgroup.eu>2023-04-06 15:50:03 +0300
commitb20db903c80906c0ba4a2da708c398413a9f9845 (patch)
tree78f4caf46955baa6d426e55db1d5bb89d943f39e /drivers/clk
parent8886a819615eac220aba1de77b996a6da0b68155 (diff)
downloadu-boot-b20db903c80906c0ba4a2da708c398413a9f9845.tar.xz
powerpc: mpc83xx: Don't activate MMU when not necessary
At startup, some RAM is needed (for instance for stack) before DRAM is initialised. One way to offer such RAM, used by mpc83xx, is to lock some entries in the cache. To do that, MMU needs to be activated. On mpc83xx having a QUICC Engine an alternative is to user some part of from the Multi User RAM, like done on mpc8xx for instance. For that, the MMU is not needed. Activating the MMU is problematic because exception vectors are not setup yet so in case of ISI or DSI that CPU will crash and reboot. At the time being, MMU is activated regardless. Only activate it when locking cache entries to provide initial RAM. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'drivers/clk')
0 files changed, 0 insertions, 0 deletions