coreboot/src
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
..
arch arm: libpayload: Make cache invalidation take pointers instead of integers 2013-08-29 22:48:54 +00:00
console Don't try to use CBMEM console in bootblock 2013-06-20 15:51:33 -07:00
cpu arm: libpayload: Make cache invalidation take pointers instead of integers 2013-08-29 22:48:54 +00:00
device Add Kconfig options to override Subsytem Vendor and Device ID 2013-08-09 11:18:24 -07:00
drivers Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i915io.c 2013-08-23 17:16:24 -07:00
ec chromeec: Add event methods for EC requested throttle 2013-08-01 00:30:25 -07:00
include arm: libpayload: Add cache coherent DMA memory definition and management 2013-08-29 22:48:49 +00:00
lib arm: libpayload: Add cache coherent DMA memory definition and management 2013-08-29 22:48:49 +00:00
mainboard arm: libpayload: Add cache coherent DMA memory definition and management 2013-08-29 22:48:49 +00:00
northbridge Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i915io.c 2013-08-23 17:16:24 -07:00
southbridge Add CONFIG_LOCK_MANAGEMENT_ENGINE entry to Kconfig 2013-08-22 14:28:06 -07:00
superio Drop prototype guarding for romcc 2013-05-10 11:55:20 -07:00
vendorcode Rename cpu/x86/car.h to arch/early_variables.h 2013-07-30 13:40:23 -07:00
Kconfig Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. 2013-07-08 11:30:26 -07:00