summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorEd Swierk <eswierk@arastra.com>2008-03-16 23:43:04 +0000
committerStefan Reinauer <stepan@openbios.org>2008-03-16 23:43:04 +0000
commit4f83d7ed962f93406f7884a1e4516e33b0d3fb19 (patch)
tree10542125193604c803ccd9acb9505b52a90baec2 /src/arch
parent354e2d3dc1e1c670128114139350420d9c10b8cd (diff)
downloadcoreboot-4f83d7ed962f93406f7884a1e4516e33b0d3fb19.tar.xz
oops. sorry, wrong checkin. This patch backs out r3155 and instead contains the
code it should have contained. This patch updates the PCI IDs for Intel 3100 devices. Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-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 5c0e73f181..a69d8ca00f 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 "HPET "
+#define HPET_TABLE "AMD64 "
#define MCFG_TABLE "MCFG "
#define MADT_TABLE "MADT "
#define SRAT_TABLE "SRAT "
#define SLIT_TABLE "SLIT "
-#define OEM_ID "COREv2"
-#define ASLC "CORE"
+#define OEM_ID "LXBIOS"
+#define ASLC "NONE"
/* ACPI 2.0 table RSDP */