switch-coreboot/src/cpu
Julius Werner 2f37bd6551 arm(64): Globally replace writel(v, a) with write32(a, v)
This patch is a raw application of the following spatch to src/:

@@
expression A, V;
@@
- writel(V, A)
+ write32(A, V)
@@
expression A, V;
@@
- writew(V, A)
+ write16(A, V)
@@
expression A, V;
@@
- writeb(V, A)
+ write8(A, V)
@@
expression A;
@@
- readl(A)
+ read32(A)
@@
expression A;
@@
- readb(A)
+ read8(A)

BRANCH=none
BUG=chromium:444723
TEST=None (depends on next patch)

Change-Id: I5dd96490c85ee2bcbc669f08bc6fff0ecc0f9e27
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 64f643da95d85954c4d4ea91c34a5c69b9b08eb6
Original-Change-Id: I366a2eb5b3a0df2279ebcce572fe814894791c42
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/254864
Reviewed-on: http://review.coreboot.org/9836
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-04-21 08:22:28 +02:00
..
allwinner arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
amd vendorcode/amd/agesa/f16kb: Enable support for AM1 socket 2015-04-10 15:29:24 +02:00
armltd vboot2: add verstage 2015-01-27 01:41:40 +01:00
dmp build system x86: deprecate bootblock_lds and ldscripts variables 2015-04-04 20:07:12 +02:00
intel build system: normalize linker script file names 2015-03-28 19:14:47 +01:00
mips CBFS: Automate ROM image layout and remove hardcoded offsets 2015-04-14 09:01:27 +02:00
qemu-x86 vboot2: add verstage 2015-01-27 01:41:40 +01:00
samsung/exynos5250 armv7: Move Exynos from 'cpu' to 'soc'. 2014-08-26 17:55:18 +02:00
ti arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
via vboot2: add verstage 2015-01-27 01:41:40 +01:00
x86 kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
Kconfig kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
Makefile.inc imgtec/danube: Add support for ImgTec Danube SoC 2015-03-21 16:57:08 +01:00