coreboot/src/mainboard/pcengines
Paul Menzel 12852c028b UPSTREAM: mainboard: Format irq_tables.c
Run the command below to format the files `irq_tables.c` of (mostly AMD)
mainboards correctly with GNU indent 2.2.10.

```
$ git grep -l 'if (sum != pirq->checksum) {' | xargs indent -l
```

Fix up the following two checkpatch.pl errors manually.

```
ERROR: that open brace { should be on the previous line
+			uint8_t reg[8] =
+			    { 0x41, 0x42, 0x43, 0x44, 0x60, 0x61, 0x62, 0x63 };

ERROR: that open brace { should be on the previous line
+			uint8_t irq[8] =
+			    { 0x0A, 0X0B, 0X0, 0X0a, 0X0B, 0X05, 0X0, 0X07 };

```

This is needed, so that follow-up commits, fixing checkpatch.pl errors
and warnings, wont run into conflicts with the git commit hooks, when
for example, spaces instead of tabs are used for indentation.

BUG=None
BRANCH=None
TEST=None

Change-Id: I3a13994570b18de5753f95d6dcfcd2cf523fd321
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/15932
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://chromium-review.googlesource.com/366269
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
2016-08-04 23:37:23 -07:00
..
alix1c UPSTREAM: AMD boards: Fix romstage main() declaration 2016-06-21 17:13:32 -07:00
alix2c
alix2d UPSTREAM: AMD boards: Fix romstage main() declaration 2016-06-21 17:13:32 -07:00
alix6 Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
apu1 UPSTREAM: mainboard: Format irq_tables.c 2016-08-04 23:37:23 -07:00
Kconfig
Kconfig.name