[coreboot-gerrit] Change in coreboot[master]: src/mainboard: Set ACPI OEM ID values to 6 characters long

Martin Roth (Code Review) gerrit at coreboot.org
Fri May 4 04:31:13 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/26047


Change subject: src/mainboard: Set ACPI OEM ID values to 6 characters long
......................................................................

src/mainboard: Set ACPI OEM ID values to 6 characters long

Change OEM ID values to 6 characters to fix error compiling with IASL
version 20180427.

Change-Id: Id6c9a7b08dc4a9efeb69011393e29aa5a6bc54c4
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/advansus/a785e-i/dsdt.asl
M src/mainboard/asus/m4a78-em/dsdt.asl
M src/mainboard/asus/m4a785-m/dsdt.asl
M src/mainboard/asus/m4a785t-m/dsdt.asl
M src/mainboard/asus/m5a88-v/dsdt.asl
M src/mainboard/avalue/eax-785e/dsdt.asl
M src/mainboard/google/kahlee/dsdt.asl
M src/mainboard/siemens/sitemp_g1p1/dsdt.asl
M src/mainboard/technexion/tim5690/dsdt.asl
M src/mainboard/technexion/tim8690/dsdt.asl
10 files changed, 10 insertions(+), 10 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/26047/1

diff --git a/src/mainboard/advansus/a785e-i/dsdt.asl b/src/mainboard/advansus/a785e-i/dsdt.asl
index 7952642..e59c5ac 100644
--- a/src/mainboard/advansus/a785e-i/dsdt.asl
+++ b/src/mainboard/advansus/a785e-i/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ADVANSUS",               /* OEMID */
+	"ADVANS",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/asus/m4a78-em/dsdt.asl b/src/mainboard/asus/m4a78-em/dsdt.asl
index f681814..6dbfc51 100644
--- a/src/mainboard/asus/m4a78-em/dsdt.asl
+++ b/src/mainboard/asus/m4a78-em/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASUS   ",               /* OEMID */
+	"ASUS  ",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/asus/m4a785-m/dsdt.asl b/src/mainboard/asus/m4a785-m/dsdt.asl
index f681814..6dbfc51 100644
--- a/src/mainboard/asus/m4a785-m/dsdt.asl
+++ b/src/mainboard/asus/m4a785-m/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASUS   ",               /* OEMID */
+	"ASUS  ",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl
index ef9c027..f2222b3 100644
--- a/src/mainboard/asus/m4a785t-m/dsdt.asl
+++ b/src/mainboard/asus/m4a785t-m/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASUS",               /* OEMID */
+	"ASUS  ",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/asus/m5a88-v/dsdt.asl b/src/mainboard/asus/m5a88-v/dsdt.asl
index 0b83173..6aff564 100644
--- a/src/mainboard/asus/m5a88-v/dsdt.asl
+++ b/src/mainboard/asus/m5a88-v/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASUS    ",               /* OEMID */
+	"ASUS  ",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/avalue/eax-785e/dsdt.asl b/src/mainboard/avalue/eax-785e/dsdt.asl
index c0a10ac..5234377 100644
--- a/src/mainboard/avalue/eax-785e/dsdt.asl
+++ b/src/mainboard/avalue/eax-785e/dsdt.asl
@@ -18,7 +18,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"AVALUE  ",               /* OEMID */
+	"AVALUE",               /* OEMID */
 	"COREBOOT",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/google/kahlee/dsdt.asl b/src/mainboard/google/kahlee/dsdt.asl
index 2237876..db81393 100644
--- a/src/mainboard/google/kahlee/dsdt.asl
+++ b/src/mainboard/google/kahlee/dsdt.asl
@@ -20,7 +20,7 @@
 	"DSDT.AML",	/* Output filename */
 	"DSDT",		/* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"GOOGLE  ",	/* OEMID */
+	"GOOGLE",	/* OEMID */
 	"COREBOOT",	/* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/siemens/sitemp_g1p1/dsdt.asl b/src/mainboard/siemens/sitemp_g1p1/dsdt.asl
index 3418af2..74bb38e 100644
--- a/src/mainboard/siemens/sitemp_g1p1/dsdt.asl
+++ b/src/mainboard/siemens/sitemp_g1p1/dsdt.asl
@@ -18,7 +18,7 @@
 #include <cpu/x86/lapic_def.h>
 #include <southbridge/amd/sb600/sb600.h>
 
-DefinitionBlock ("DSDT.aml", "DSDT", 2, "SIEMENS", "SITEMP ", 0x20101005)
+DefinitionBlock ("DSDT.aml", "DSDT", 2, "SIEMNS", "SITEMP ", 0x20101005)
 {
 	/* Data to be patched by the BIOS during POST */
 	/* Memory related values */
diff --git a/src/mainboard/technexion/tim5690/dsdt.asl b/src/mainboard/technexion/tim5690/dsdt.asl
index f2e11ea..b632eac 100644
--- a/src/mainboard/technexion/tim5690/dsdt.asl
+++ b/src/mainboard/technexion/tim5690/dsdt.asl
@@ -20,7 +20,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"TECHNEXION",               /* OEMID */
+	"TECHNX",               /* OEMID */
 	"COREBOOT",          /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
diff --git a/src/mainboard/technexion/tim8690/dsdt.asl b/src/mainboard/technexion/tim8690/dsdt.asl
index 177a16d..6786797 100644
--- a/src/mainboard/technexion/tim8690/dsdt.asl
+++ b/src/mainboard/technexion/tim8690/dsdt.asl
@@ -20,7 +20,7 @@
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"TECHNEXION",               /* OEMID */
+	"TECHNE",               /* OEMID */
 	"COREBOOT",          /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)

-- 
To view, visit https://review.coreboot.org/26047
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6c9a7b08dc4a9efeb69011393e29aa5a6bc54c4
Gerrit-Change-Number: 26047
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180504/2a44ef49/attachment-0001.html>


More information about the coreboot-gerrit mailing list