v2 -> v4
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5558 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9e7a5d4359
commit
09e0c49f36
|
@ -21,7 +21,7 @@ DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
"DSDT",
|
"DSDT",
|
||||||
0x02, // DSDT revision: ACPI v2.0
|
0x02, // DSDT revision: ACPI v2.0
|
||||||
"COREv2", // OEM id
|
"COREv4", // OEM id
|
||||||
"COREBOOT", // OEM table id
|
"COREBOOT", // OEM table id
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
|
|
|
@ -21,7 +21,7 @@ DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
"DSDT",
|
"DSDT",
|
||||||
0x02, // DSDT revision: ACPI v2.0
|
0x02, // DSDT revision: ACPI v2.0
|
||||||
"COREv2", // OEM id
|
"COREv4", // OEM id
|
||||||
"COREBOOT", // OEM table id
|
"COREBOOT", // OEM table id
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
|
|
|
@ -23,7 +23,7 @@ DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
"DSDT",
|
"DSDT",
|
||||||
0x03, // DSDT revision: ACPI v3.0
|
0x03, // DSDT revision: ACPI v3.0
|
||||||
"COREv2", // OEM id
|
"COREv4", // OEM id
|
||||||
"COREBOOT", // OEM table id
|
"COREBOOT", // OEM table id
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue