coreboot/src
Julius Werner 1f60f971fc 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@chromium.org>
Original-Commit-Id: f02cae8b04f2042530bafc91346d11bb666aa42d
Original-Change-Id: Ia91c2c19d8444e853a2fc12590a52c2b6447a1b9
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/254863
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9835
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-04-21 08:22:19 +02:00
..
arch arm(64): Change write32() argument order to match x86 2015-04-21 08:22:19 +02:00
console Add console wrapper for UART driver 2015-04-14 21:25:34 +02:00
cpu arm(64): Replace write32() and friends with writel() 2015-04-21 08:21:15 +02:00
device rk3288: Add software I2C support 2015-04-17 09:59:19 +02:00
drivers arm(64): Replace write32() and friends with writel() 2015-04-21 08:21:15 +02:00
ec chromeec: Fix printf formatting warning 2015-04-14 09:01:03 +02:00
include romstage_handoff: Fix for changing CBMEM structure 2015-04-21 08:20:50 +02:00
lib cbfs: Print absolute offsets of loaded files 2015-04-21 08:17:40 +02:00
mainboard arm(64): Replace write32() and friends with writel() 2015-04-21 08:21:15 +02:00
northbridge northbridge/amd/agesa/familyXY: Make NULL device op explicit 2015-04-09 19:34:22 +02:00
soc arm(64): Change write32() argument order to match x86 2015-04-21 08:22:19 +02:00
southbridge southbridge/intel/bd82x6x: Add LPC id 0x1e49 for B75 chipset 2015-04-20 23:51:34 +02:00
superio kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
vendorcode chromeos: vboot2: Add TPM PCR extension support 2015-04-20 17:06:28 +02:00
Kconfig rk3288: Disable ramstage compression by default 2015-04-20 10:19:56 +02:00