coreboot-kgpe-d16/src/arch/arm/armv7
Julius Werner 03a0a65172 armv7: mmu: Make fine grained page tables work across stages
Among its other restrictions (which are noted in a comment above the
function prototype and stay in place), our makeshift fine-grained page
table support for ARM32 has the undocumented feature that it relies on
a global bookkeeping variable, causing all sorts of fun surprises when
you try to use it from multiple stages during the same boot. This patch
redesigns the bookkeeping to stay completely inline in the (persistent)
TTB which should resolve the issue. (This had not been a problem on any
of our platforms for now... I just noticed this because I was trying to
solve the same issue on ARM64.)

BRANCH=None
BUG=None
TEST=Booted veyron_jerry. Mapped a second fine-grained memory range
from romstage, confirmed that it finds the next free spot and leaves the
bootblock table in place.

Change-Id: I325866828b4ff251142e1131ce78b571edcc9cf9
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: http://review.coreboot.org/12074
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2015-11-11 05:07:48 +01:00
..
Kconfig armv7-m: add armv7-m configuration 2015-04-10 07:42:18 +02:00
Makefile.inc tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
bootblock.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
bootblock_m.S armv7-m: set stack pointer to _estack 2015-04-10 07:42:28 +02:00
bootblock_simple.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
cache.c cache: Add arch_program_segment_loaded call to arm and arm64 2015-05-11 18:02:14 +02:00
cache_m.c armv7-m: add empty cache routines 2015-04-10 07:42:25 +02:00
cpu.S armv7: preserve bootblock invocation parameter 2015-04-21 08:24:39 +02:00
exception.c arm: Dump additional fault registers in abort handlers 2015-04-08 09:28:37 +02:00
exception_asm.S Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
exception_m.c armv7-m: add armv7-m configuration 2015-04-10 07:42:18 +02:00
mmu.c armv7: mmu: Make fine grained page tables work across stages 2015-11-11 05:07:48 +01:00
thread.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00