coreboot-kgpe-d16/payloads/libpayload/arch/arm64
Julius Werner bf33b03acf libpayload: arm64: Keep instruction cache enabled at all times
This patch makes libpayload enable the instruction cache as the very
first thing, which is similar to how we treat it in coreboot. It also
prevents the icache from being disabled again during mmu_disable() as
part of the two-stage page table setup in post_sysinfo_scan_mmu_setup().
It replaces the existing mmu_disable() implementation with the assembly
version from coreboot which handles certain edge cases better (see
CB:27238 for details).

The SCTLR flag definitions in libpayload seem to have still been
copy&pasted from arm32, so replace with the actual arm64 defintions from
coreboot.

Change-Id: Ifdbec34f0875ecc69fedcbea5c20e943379a3d2d
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38908
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2020-02-17 15:42:34 +00:00
..
Kconfig
Makefile.inc
cache.c
coreboot.c
cpu.S libpayload: arm64: Keep instruction cache enabled at all times 2020-02-17 15:42:34 +00:00
dummy_media.c
exception.c
exception_asm.S
gdb.c
head.S libpayload: arm64: Keep instruction cache enabled at all times 2020-02-17 15:42:34 +00:00
libpayload.ldscript
main.c
memcpy.S
memmove.S
memset.S
mmu.c libpayload: arm64: Keep instruction cache enabled at all times 2020-02-17 15:42:34 +00:00
selfboot.c
sysinfo.c
timer.c
util.S
virtual.c