coreboot-kgpe-d16/payloads/libpayload/include/armv7/arch
David Hendricks 08e3656b51 armv7: import updated cache/MMU stuff from coreboot
This imports the newest cache and MMU code from coreboot. This
time it's so new that it hasn't even been checked in to coreboot.

However, this version at least allows DMA to work properly for the
MSHC driver. So even if we rebase a few more times, this version is
at least a step in the right direction.

Note: This omits the stuff that sets up dcache policy since
libpayload should not need to worry about that and it depends
on cbmem stuff.

Change-Id: Idd42b083e8019634aaaa44d5bf5b51db6c3912f5
Signed-off-by: David Hendricks <dhendrix@google.com>
Reviewed-on: http://review.coreboot.org/2975
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: build bot (Jenkins)
2013-03-30 19:48:52 +01:00
..
cache.h armv7: import updated cache/MMU stuff from coreboot 2013-03-30 19:48:52 +01:00
exception.h libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
io.h libpayload: Use the same type for 32 bit data in readl as in uint32_t. 2013-02-15 06:52:01 +01:00
types.h libpayload: Fix type issues 2013-03-26 19:36:39 +01:00
virtual.h