[coreboot-gerrit] Patch merged into coreboot/master: f09f224 arm: libpayload: Make cache invalidation take pointers instead of integers

gerrit at coreboot.org gerrit at coreboot.org
Fri Aug 29 06:41:44 CEST 2014


the following patch was just integrated into master:
commit f09f2247d7584975d17a7d4755b279c1c3f6f001
Author: Julius Werner <jwerner at chromium.org>
Date:   Wed Aug 28 14:43:14 2013 -0700

    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 at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/167338
    (cherry picked from commit d550bec944736dfa29fcf109e30f17a94af03576)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
    Reviewed-on: http://review.coreboot.org/6623
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


See http://review.coreboot.org/6623 for details.

-gerrit



More information about the coreboot-gerrit mailing list