coreboot-kgpe-d16/src/mainboard/asus
Paul Menzel 95fe8fb1e0 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
#1219: FILE: src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c:129:
+			uint8_t reg[8] =
+			    { 0x41, 0x42, 0x43, 0x44, 0x60, 0x61, 0x62, 0x63 };

ERROR: that open brace { should be on the previous line
#1221: FILE: src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c:131:
+			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, won’t run into conflicts with the git commit hooks, when
for example, spaces instead of tabs are used for indentation.

Change-Id: If254723f3013377fb3b9b08dd5eca6b76730ec4a
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>
2016-07-31 18:44:00 +02:00
..
a8n_e mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
a8n_sli src/mainboard/*/*/board_info.txt: Added Release year for boards 2015-04-23 14:42:44 +02:00
a8v-e_deluxe mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
a8v-e_se mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
dsbf intel/model_6ex: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:49:12 +02:00
f2a85-m mainboard: Format irq_tables.c 2016-07-31 18:44:00 +02:00
f2a85-m_le Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
k8v-x asus/k8v-x: Add more subsystem IDs to device tree 2015-11-11 09:12:25 +01:00
kcma-d8 mainboard: Format irq_tables.c 2016-07-31 18:44:00 +02:00
kfsn4-dre lib: compile mdelay for romstage 2016-01-22 22:15:09 +01:00
kfsn4-dre_k8 mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
kgpe-d16 mainboard: Format irq_tables.c 2016-07-31 18:44:00 +02:00
m2n-e lib: compile mdelay for romstage 2016-01-22 22:15:09 +01:00
m2v mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
m2v-mx_se mainboard: Remove last_boot NVRAM option 2015-11-05 02:21:52 +01:00
m4a78-em ASL: Fix HPBA shadowing. 2016-02-09 19:57:41 +01:00
m4a785-m ASL: Fix HPBA shadowing. 2016-02-09 19:57:41 +01:00
m4a785t-m ACPI: Work around IASL warning reading/writing same register 2015-12-10 16:32:21 +01:00
m5a88-v AGESA vendorcode: Build a common amdlib 2016-05-18 10:44:43 +02:00
mew-am intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
mew-vm intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p2b intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p2b-d intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p2b-ds intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p2b-f intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p2b-ls intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
p3b-f intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP 2016-06-21 00:39:47 +02:00
Kconfig tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
Kconfig.name kconfig: automatically include mainboards 2015-04-18 08:31:08 +02:00