coreboot/src/soc
Sam Lewis b5353965e1 soc/ti/am335x: Enable MMU in bootblock
Enables the MMU primarily to allow the unaligned word reads that the
FMAP code requires. Without enabling this, the chip gets data access
exceptions.

Enabling the MMU also gives some advantages in allowing the icache and
dcache to be enabled, so is probably worth doing regardless.

Change-Id: Ic571570cc44b0696ea61cc76e3bce7167a3256cf
Signed-off-by: Sam Lewis <sam.vr.lewis@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44382
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2020-11-22 22:32:11 +00:00
..
amd soc/amd: move non-CAR linker scripts to common directory 2020-11-22 17:35:20 +00:00
cavium soc/cavium: Drop unneeded empty lines 2020-09-22 17:14:49 +00:00
example x86: Add a minimal example SoC along with a board 2020-10-30 21:34:18 +00:00
intel soc/intel/xeon_sp: Work around FSP-T not respecting its own API 2020-11-22 22:26:25 +00:00
mediatek mediatek/mt8192: memlayout: Add DRAM DMA region 2020-11-20 08:40:58 +00:00
nvidia soc/nvidia/tegra124/include/soc/clk_rst.h: Remove extra tab 2020-11-09 10:31:32 +00:00
qualcomm src: Add missing 'include <console/console.h>' 2020-11-17 09:50:24 +00:00
rockchip src: Change bare 'unsigned' to 'unsigned int' 2020-11-16 11:03:16 +00:00
samsung src/soc/samsung: Move common headers to "common/include/soc" 2020-10-19 07:11:32 +00:00
sifive include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
ti soc/ti/am335x: Enable MMU in bootblock 2020-11-22 22:32:11 +00:00
ucb