diff options
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/main.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go index 0892b5ebbf..5fcd839940 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -848,12 +848,13 @@ func main() { } dsdt.WriteString( - `DefinitionBlock( + `#include <arch/acpi.h> +DefinitionBlock( "dsdt.aml", "DSDT", 0x02, // DSDT revision: ACPI 2.0 and up - "COREv4", // OEM id - "COREBOOT", // OEM table id + OEM_ID, + ACPI_TABLE_CREATOR, 0x20141018 // OEM revision ) { |