summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-04 10:31:34 +0100
committerAnton Kochkov <anton.kochkov@gmail.com>2013-02-04 17:10:16 +0100
commitd2e0e29b1623288b9345ab3591e81bb8e263f004 (patch)
tree230883afd81f4d30bf9cad1cc64c16ee16ed4e9f
parentdada1259a2bdedff998bb0a11e1f22879f185d8d (diff)
downloadcoreboot-d2e0e29b1623288b9345ab3591e81bb8e263f004.tar.xz
Intel based boards: Use tab instead of spaces to align comment in DSDT
Mainboards using `COREBOOT` as their OEM Table ID in their DSDT header were copied from the same source and therefore had spaces instead of a tab to align that comment for that header field. These are mostly Intel based boards. Fix that in accordance with the coding style [1]. [1] http://www.coreboot.org/Development_Guidelines#Coding_Style Change-Id: I299b955930dbd50b9717e8ff141ce8f3fd534e5f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2277 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
-rw-r--r--src/mainboard/getac/p470/dsdt.asl2
-rw-r--r--src/mainboard/google/parrot/dsdt.asl2
-rw-r--r--src/mainboard/ibase/mb899/dsdt.asl2
-rw-r--r--src/mainboard/intel/d945gclf/dsdt.asl2
-rw-r--r--src/mainboard/intel/emeraldlake2/dsdt.asl2
-rw-r--r--src/mainboard/iwave/iWRainbowG6/dsdt.asl2
-rw-r--r--src/mainboard/kontron/986lcd-m/dsdt.asl2
-rw-r--r--src/mainboard/lenovo/t60/dsdt.asl2
-rw-r--r--src/mainboard/lenovo/x60/dsdt.asl2
-rw-r--r--src/mainboard/roda/rk886ex/dsdt.asl2
-rw-r--r--src/mainboard/roda/rk9/dsdt.asl2
-rw-r--r--src/mainboard/samsung/stumpy/dsdt.asl2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mainboard/getac/p470/dsdt.asl b/src/mainboard/getac/p470/dsdt.asl
index baca3da4af..d89f75eeea 100644
--- a/src/mainboard/getac/p470/dsdt.asl
+++ b/src/mainboard/getac/p470/dsdt.asl
@@ -27,7 +27,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/google/parrot/dsdt.asl b/src/mainboard/google/parrot/dsdt.asl
index 608827aac1..7aa633c080 100644
--- a/src/mainboard/google/parrot/dsdt.asl
+++ b/src/mainboard/google/parrot/dsdt.asl
@@ -23,7 +23,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20110725 // OEM revision
)
{
diff --git a/src/mainboard/ibase/mb899/dsdt.asl b/src/mainboard/ibase/mb899/dsdt.asl
index 601c329b7e..80d586ac3b 100644
--- a/src/mainboard/ibase/mb899/dsdt.asl
+++ b/src/mainboard/ibase/mb899/dsdt.asl
@@ -22,7 +22,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv2", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/intel/d945gclf/dsdt.asl b/src/mainboard/intel/d945gclf/dsdt.asl
index 62fa0af2e5..dd1f3a1ec7 100644
--- a/src/mainboard/intel/d945gclf/dsdt.asl
+++ b/src/mainboard/intel/d945gclf/dsdt.asl
@@ -22,7 +22,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/intel/emeraldlake2/dsdt.asl b/src/mainboard/intel/emeraldlake2/dsdt.asl
index b67082e721..cbac763aa1 100644
--- a/src/mainboard/intel/emeraldlake2/dsdt.asl
+++ b/src/mainboard/intel/emeraldlake2/dsdt.asl
@@ -23,7 +23,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20110725 // OEM revision
)
{
diff --git a/src/mainboard/iwave/iWRainbowG6/dsdt.asl b/src/mainboard/iwave/iWRainbowG6/dsdt.asl
index 5bf59a7d89..6b95127e92 100644
--- a/src/mainboard/iwave/iWRainbowG6/dsdt.asl
+++ b/src/mainboard/iwave/iWRainbowG6/dsdt.asl
@@ -22,7 +22,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv2", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/kontron/986lcd-m/dsdt.asl b/src/mainboard/kontron/986lcd-m/dsdt.asl
index a32015f34f..4e455cc82f 100644
--- a/src/mainboard/kontron/986lcd-m/dsdt.asl
+++ b/src/mainboard/kontron/986lcd-m/dsdt.asl
@@ -22,7 +22,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/lenovo/t60/dsdt.asl b/src/mainboard/lenovo/t60/dsdt.asl
index 52a5edbc1f..f32a22034b 100644
--- a/src/mainboard/lenovo/t60/dsdt.asl
+++ b/src/mainboard/lenovo/t60/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
"DSDT",
0x03, // DSDT revision: ACPI v3.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl
index 52a5edbc1f..f32a22034b 100644
--- a/src/mainboard/lenovo/x60/dsdt.asl
+++ b/src/mainboard/lenovo/x60/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
"DSDT",
0x03, // DSDT revision: ACPI v3.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/roda/rk886ex/dsdt.asl b/src/mainboard/roda/rk886ex/dsdt.asl
index 58e78ec306..43d1609276 100644
--- a/src/mainboard/roda/rk886ex/dsdt.asl
+++ b/src/mainboard/roda/rk886ex/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
"DSDT",
0x03, // DSDT revision: ACPI v3.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/roda/rk9/dsdt.asl b/src/mainboard/roda/rk9/dsdt.asl
index a240b1779e..cd6fd92f50 100644
--- a/src/mainboard/roda/rk9/dsdt.asl
+++ b/src/mainboard/roda/rk9/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
"DSDT",
0x03, // DSDT revision: ACPI v3.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
diff --git a/src/mainboard/samsung/stumpy/dsdt.asl b/src/mainboard/samsung/stumpy/dsdt.asl
index 608827aac1..7aa633c080 100644
--- a/src/mainboard/samsung/stumpy/dsdt.asl
+++ b/src/mainboard/samsung/stumpy/dsdt.asl
@@ -23,7 +23,7 @@ DefinitionBlock(
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv4", // OEM id
- "COREBOOT", // OEM table id
+ "COREBOOT", // OEM table id
0x20110725 // OEM revision
)
{