coreboot-kgpe-d16/payloads/libpayload/arch/armv7
Julius Werner f09f2247d7 arm: libpayload: Make cache invalidation take pointers instead of integers
This minor refactoring patch changes the signature of all limited cache
invalidation functions in coreboot and libpayload from unsigned long to
void * for the address argument, since that's really what you have in
95% of the cases and I think it's ugly to have casting boilerplate all
over the place.

Change-Id: Ic9d3b2ea70b6aa8aea6647adae43ee2183b4e065
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/167338
(cherry picked from commit d550bec944736dfa29fcf109e30f17a94af03576)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6623
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2014-08-29 06:41:42 +02: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: add march flag for armv7 2014-08-16 08:34:35 +02:00
assembler.h
cache.c arm: libpayload: Make cache invalidation take pointers instead of integers 2014-08-29 06:41:42 +02:00
coreboot.c libpayload: change cb_range to lb_range 2014-08-16 08:34:32 +02:00
dummy_media.c libpayload: provide missing cbfs symbol 2014-07-31 18:32:37 +02:00
exception.c armv7: Support stack dump after exceptions 2014-08-10 22:18:50 +02:00
exception_asm.S armv7: Support stack dump after exceptions 2014-08-10 22:18:50 +02:00
head.S
libpayload.ldscript
main.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2014-08-05 18:44:08 +02:00
memcpy.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
memset.S ARM: Tell the linker memset and memcpy are functions. 2013-07-10 21:49:45 +02:00
sysinfo.c
timer.c libpayload: Generalize and redistribute timekeeping code 2013-03-14 04:53:33 +01:00
util.S
virtual.c