coreboot-kgpe-d16/payloads/libpayload/include/armv7/arch
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
..
cache.h arm: libpayload: Make cache invalidation take pointers instead of integers 2014-08-29 06:41:42 +02:00
exception.h libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
io.h libpayload: sync ARMv7 arch/io.h with coreboot 2013-12-05 00:38:37 +01:00
types.h libpayload: Don't sneak in compiler includes 2013-04-18 02:50:28 +02:00
virtual.h libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00