[coreboot-gerrit] New patch to review for coreboot: dd9cafc mainboard/XXX/YYY/dsdt.asl: Whitespace fix

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Mon Aug 11 19:59:41 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6601

-gerrit

commit dd9cafcbeefe67462479989394ad9dbd5d7f0499
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Mon Aug 11 11:59:30 2014 -0600

    mainboard/XXX/YYY/dsdt.asl: Whitespace fix
    
    Use tab between "COREBOOT", and comment.
    
    This fix was requested in 90957f88 -
    "mainboard/intel: Add Mohon Peak CRB for Intel's atom c2000"
    
    Change-Id: If9fb6158cca95341ab57db1125e85648b616b72c
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/mainboard/google/butterfly/dsdt.asl   | 2 +-
 src/mainboard/intel/baskingridge/dsdt.asl | 2 +-
 src/mainboard/intel/mohonpeak/dsdt.asl    | 2 +-
 src/mainboard/samsung/lumpy/dsdt.asl      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/google/butterfly/dsdt.asl b/src/mainboard/google/butterfly/dsdt.asl
index 608827a..7aa633c 100644
--- a/src/mainboard/google/butterfly/dsdt.asl
+++ b/src/mainboard/google/butterfly/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/intel/baskingridge/dsdt.asl b/src/mainboard/intel/baskingridge/dsdt.asl
index a56562e..8746e02 100644
--- a/src/mainboard/intel/baskingridge/dsdt.asl
+++ b/src/mainboard/intel/baskingridge/dsdt.asl
@@ -25,7 +25,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/intel/mohonpeak/dsdt.asl b/src/mainboard/intel/mohonpeak/dsdt.asl
index 297a2b3..15e6dff 100644
--- a/src/mainboard/intel/mohonpeak/dsdt.asl
+++ b/src/mainboard/intel/mohonpeak/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/samsung/lumpy/dsdt.asl b/src/mainboard/samsung/lumpy/dsdt.asl
index c1c9685..06d2995 100644
--- a/src/mainboard/samsung/lumpy/dsdt.asl
+++ b/src/mainboard/samsung/lumpy/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
 )
 {



More information about the coreboot-gerrit mailing list