coreboot-kgpe-d16/payloads/libpayload/arch/armv7
Hung-Te Lin cb0aeef0a9 libpayload: armv7: Add cache control function to invalidate range.
When dealing with DMA, we need a function to invalidate cache without corrupting
contents on main memory (clean).

Change-Id: I28e632ae57a7b7ed1accee74e76045b92f92a699
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/61078
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/4345
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-12-12 22:03:15 +01:00
..
Config.in libpayload: Make the region to scan for the cb tables configurable. 2013-12-03 02:35:44 +01:00
Makefile.inc libpayload: Clean up CFLAGS 2013-12-05 15:44:31 +01:00
assembler.h
cache.c libpayload: armv7: Add cache control function to invalidate range. 2013-12-12 22:03:15 +01:00
coreboot.c libpayload: Make the region to scan for the cb tables configurable. 2013-12-03 02:35:44 +01:00
exception.c libpayload: ARM: Don't leave alignment checking on after the exception test 2013-12-03 02:35:56 +01:00
exception_asm.S
head.S
libpayload.ldscript
main.c
memcpy.S
memset.S
sysinfo.c
timer.c
util.S
virtual.c