Alec Ari (neotheuser@ymail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/474
-gerrit
commit b434f9ccda0c7756586ddb4a6acc22d598a071e9 Author: Alec Ari neotheuser@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.
Change-Id: I43ee024222cf04d03685ffaee616971100cc9e6c Signed-off-by: Alec Ari neotheuser@ymail.com --- src/mainboard/asus/m4a785t-m/dsdt.asl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mainboard/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl index 34ddd3a..0f06084 100644 --- a/src/mainboard/asus/m4a785t-m/dsdt.asl +++ b/src/mainboard/asus/m4a785t-m/dsdt.asl @@ -23,7 +23,7 @@ DefinitionBlock ( "DSDT", /* Signature */ 0x02, /* DSDT Revision, needs to be 2 for 64bit */ "ASUS ", /* OEMID */ - "M4A785-M ", /* TABLE ID */ + "M4A785T-M ", /* TABLE ID */ 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */