summaryrefslogtreecommitdiff
path: root/util/autoport/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r--util/autoport/main.go7
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
)
{