mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
f539c8a4a7
Early MMU improves performance especially on emulators. However, the early MMU is left enabled after the first stage of SPL boot. Instead of flushing D-cache and dealing with re-enabling MMU for the second stage U-Boot, disabling it for SPL build simplifies the process. The performance penalty is unnoticeable on the real hardware. As of now, SPL boot is not supported by existing emulators. So this should have no impact on emulators. Signed-off-by: York Sun <york.sun@nxp.com> |
||
---|---|---|
.. | ||
doc | ||
cpu.c | ||
cpu.h | ||
fdt.c | ||
fsl_lsch2_serdes.c | ||
fsl_lsch2_speed.c | ||
fsl_lsch3_serdes.c | ||
fsl_lsch3_speed.c | ||
Kconfig | ||
lowlevel.S | ||
ls1012a_serdes.c | ||
ls1043a_psci.S | ||
ls1043a_serdes.c | ||
ls1046a_serdes.c | ||
ls2080a_serdes.c | ||
Makefile | ||
mp.c | ||
ppa.c | ||
soc.c | ||
spl.c |