Fix up various dsdt.asl files
Change-Id: I46eb27847deb3a903ac9af347992a9954e50ff6e Signed-off-by: Alec Ari <neotheuser@ymail.com> Reviewed-on: http://review.coreboot.org/166 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
0e615007ec
commit
e1562bdccb
|
@ -22,8 +22,8 @@ DefinitionBlock (
|
|||
"DSDT.AML", /* Output filename */
|
||||
"DSDT", /* Signature */
|
||||
0x02, /* DSDT Revision, needs to be 2 for 64bit */
|
||||
"AMD ", /* OEMID */
|
||||
"TILAPIA ", /* TABLE ID */
|
||||
"ASUS ", /* OEMID */
|
||||
"M4A78-EM ", /* TABLE ID */
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
|
|
|
@ -22,8 +22,8 @@ DefinitionBlock (
|
|||
"DSDT.AML", /* Output filename */
|
||||
"DSDT", /* Signature */
|
||||
0x02, /* DSDT Revision, needs to be 2 for 64bit */
|
||||
"AMD ", /* OEMID */
|
||||
"TILAPIA ", /* TABLE ID */
|
||||
"ASUS ", /* OEMID */
|
||||
"M4A785-M ", /* TABLE ID */
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
|
|
|
@ -23,7 +23,7 @@ DefinitionBlock (
|
|||
"DSDT", /* Signature */
|
||||
0x02, /* DSDT Revision, needs to be 2 for 64bit */
|
||||
"GIGA ", /* OEMID */
|
||||
"GA785GMT", /* TABLE ID */
|
||||
"MA785GMT-UD2H", /* TABLE ID */
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
|
|
Loading…
Reference in New Issue