[coreboot] Patch set updated for coreboot: 7480cad Change DSDT Table ID for M4A785T-M board

Alec Ari (neotheuser@ymail.com) gerrit at coreboot.org
Thu Dec 8 21:50:31 CET 2011


Alec Ari (neotheuser at ymail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/474

-gerrit

commit 7480cad50c33e1cd8ca8f091318404468c48627f
Author: Alec Ari <neotheuser at ymail.com>
Date:   Wed Dec 7 01:50:52 2011 -0600

    Change DSDT Table ID for M4A785T-M board
    
    Change the DSDT Table ID for M4A785T-M
    from M4A785-M to M4A785T-M.
    
    This fixes a small copypasta.
    
    This is an updated patch set.
    
    Change-Id: I43ee024222cf04d03685ffaee616971100cc9e6c
    Signed-off-by: Alec Ari <neotheuser at ymail.com>
---
 src/mainboard/asus/m4a785t-m/dsdt.asl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl
index 34ddd3a..d6a4355 100644
--- a/src/mainboard/asus/m4a785t-m/dsdt.asl
+++ b/src/mainboard/asus/m4a785t-m/dsdt.asl
@@ -22,8 +22,8 @@ DefinitionBlock (
 	"DSDT.AML",           /* Output filename */
 	"DSDT",                 /* Signature */
 	0x02,		/* DSDT Revision, needs to be 2 for 64bit */
-	"ASUS   ",               /* OEMID */
-	"M4A785-M ",	     /* TABLE ID */
+	"ASUS",               /* OEMID */
+	"M4A785T ",	     /* TABLE ID */
 	0x00010001	/* OEM Revision */
 	)
 {	/* Start of ASL file */




More information about the coreboot mailing list