coreboot/payloads/libpayload/arch/arm
David Hendricks 9387b02dff libpayload: expose dcache_line_bytes() in ARM cache API
This exposes the function that obtains cache line size so that it can
be used by drivers in DMA-related functions.

BUG=none
BRANCH=none
TEST=built and booted on nyan, nothing obvious broke
Signed-off-by: David Hendricks <dhendrix@chromium.org>

Change-Id: I9b0ddc36aa39084f0d621af064487d1b2ef3d023
Reviewed-on: https://chromium-review.googlesource.com/174099
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Commit-Queue: David Hendricks <dhendrix@chromium.org>
Tested-by: David Hendricks <dhendrix@chromium.org>
2013-10-23 05:21:24 +00:00
..
assembler.h ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
cache.c libpayload: expose dcache_line_bytes() in ARM cache API 2013-10-23 05:21:24 +00:00
Config.in ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
coreboot.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
dummy_media.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
exception.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
exception_asm.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
head.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
libpayload.ldscript ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
main.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
Makefile.inc ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
memcpy.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
memset.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
sysinfo.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
timer.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
util.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
virtual.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00