[coreboot-gerrit] Patch merged into coreboot/master: 1f60f97 arm(64): Change write32() argument order to match x86

gerrit at coreboot.org gerrit at coreboot.org
Tue Apr 21 08:22:22 CEST 2015


the following patch was just integrated into master:
commit 1f60f971fc89ef841e81b978964b38278d597b1d
Author: Julius Werner <jwerner at chromium.org>
Date:   Thu Feb 19 14:43:59 2015 -0800

    arm(64): Change write32() argument order to match x86
    
    This patch changes the argument order for the (now temporarily unused)
    write32() accessor macro (and equivalents for other lengths) from
    (value, address) to (address, value) in order to conform with the
    equivalent on x86. Also removes one remaining use of write32() on ARM
    that slipped through since coccinelle doesn't inspect header files.
    
    BRANCH=none
    BUG=chromium:444723
    TEST=Compiled Cosmos, Daisy, Blaze, Pit, Ryu, Storm and Pinky.
    
    Change-Id: Id5739b144f6a5cfd40958ea68510dcf0b89fbfa9
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: f02cae8b04f2042530bafc91346d11bb666aa42d
    Original-Change-Id: Ia91c2c19d8444e853a2fc12590a52c2b6447a1b9
    Original-Signed-off-by: Julius Werner <jwerner at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/254863
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/9835
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list