aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-07-21 22:15:43 +0000
committerStefan Reinauer <stepan@openbios.org>2009-07-21 22:15:43 +0000
commitcdfe376c06bf95399b03196de0a436e719811eea (patch)
tree3f155f33e06c9255ad3f675613d8fc53297570df /src/arch/i386/include
parentaecf2511c67a263325c0e0cac05fc1ba20643048 (diff)
clean up acpi table strings, as discussed on the list
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/arch/acpi.h30
1 files changed, 3 insertions, 27 deletions
diff --git a/src/arch/i386/include/arch/acpi.h b/src/arch/i386/include/arch/acpi.h
index 1b3f8d208f..7f87f64a03 100644
--- a/src/arch/i386/include/arch/acpi.h
+++ b/src/arch/i386/include/arch/acpi.h
@@ -18,34 +18,10 @@
#include <stdint.h>
-#define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */
-#define RSDP_NAME "RSDP"
-
-#define RSDT_NAME "RSDT"
-#define HPET_NAME "HPET"
-#define MADT_NAME "APIC"
-#define MCFG_NAME "MCFG"
-#define SRAT_NAME "SRAT"
-#define SLIT_NAME "SLIT"
-#define SSDT_NAME "SSDT"
-#define FACS_NAME "FACS"
-#define FADT_NAME "FACP"
-#define XSDT_NAME "XSDT"
-
-// Misnomer, the NAME above is the 4 byte signature, this (TABLE) is the
-// OEM_TABLE_ID.
-//
+#define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */
#define ACPI_TABLE_CREATOR "COREBOOT"
-#define RSDT_TABLE ACPI_TABLE_CREATOR
-#define HPET_TABLE ACPI_TABLE_CREATOR
-#define MCFG_TABLE ACPI_TABLE_CREATOR
-#define MADT_TABLE ACPI_TABLE_CREATOR
-#define SRAT_TABLE ACPI_TABLE_CREATOR
-#define SLIT_TABLE ACPI_TABLE_CREATOR
-#define XSDT_TABLE ACPI_TABLE_CREATOR
-
-#define OEM_ID "CORE "
-#define ASLC "CORE"
+#define OEM_ID "CORE "
+#define ASLC "CORE"
/* ACPI 3.0 table RSDP */