coreboot/payloads/libpayload/arch/armv7
Julius Werner d550bec944 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.

CQ-DEPEND=CL:167358
BUG=chrome-os-partner:21969
TEST=Make sure all payloads still compile cleanly when this and
dependent changes are in.

Change-Id: Ic9d3b2ea70b6aa8aea6647adae43ee2183b4e065
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/167338
2013-08-29 22:48:54 +00:00
..
assembler.h libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
cache.c arm: libpayload: Make cache invalidation take pointers instead of integers 2013-08-29 22:48:54 +00:00
Config.in libpayload: Make the region to scan for the cb tables configurable. 2013-06-20 02:14:21 -07:00
coreboot.c arm: libpayload: Add cache coherent DMA memory definition and management 2013-08-29 22:48:49 +00:00
dummy_media.c libpayload: provide missing cbfs symbol 2013-05-28 10:38:56 -07:00
exception.c libpayload: ARM: Don't leave alignment checking on after the exception test. 2013-06-20 03:09:22 -07:00
exception_asm.S libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
head.S libpayload: Move over to the payload's stack during startup 2013-03-13 23:41:23 +01:00
libpayload.ldscript libpayload: add a ldscript for arm 2013-02-15 01:13:11 +01:00
main.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2013-08-14 17:05:33 -07:00
Makefile.inc libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2013-08-14 17:05:33 -07:00
memcpy.S ARM: Tell the linker memset and memcpy are functions. 2013-06-14 18:16:58 -07:00
memset.S ARM: Tell the linker memset and memcpy are functions. 2013-06-14 18:16:58 -07:00
sysinfo.c libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
timer.c libpayload: Generalize and redistribute timekeeping code 2013-03-14 04:53:33 +01:00
util.S libpayload: Mark "halt" as a function. 2013-03-01 16:49:41 +01:00
virtual.c libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00