aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/include/arch/acpi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/i386/include/arch/acpi.h b/src/arch/i386/include/arch/acpi.h
index a69d8ca00f..5c0e73f181 100644
--- a/src/arch/i386/include/arch/acpi.h
+++ b/src/arch/i386/include/arch/acpi.h
@@ -31,14 +31,14 @@ typedef unsigned long long u64;
#define SLIT_NAME "SLIT"
#define RSDT_TABLE "RSDT "
-#define HPET_TABLE "AMD64 "
+#define HPET_TABLE "HPET "
#define MCFG_TABLE "MCFG "
#define MADT_TABLE "MADT "
#define SRAT_TABLE "SRAT "
#define SLIT_TABLE "SLIT "
-#define OEM_ID "LXBIOS"
-#define ASLC "NONE"
+#define OEM_ID "COREv2"
+#define ASLC "CORE"
/* ACPI 2.0 table RSDP */