[coreboot] r3155 - trunk/coreboot-v2/src/arch/i386/include/arch

svn at coreboot.org svn at coreboot.org
Mon Mar 17 00:27:51 CET 2008


Author: stepan
Date: 2008-03-17 00:27:50 +0100 (Mon, 17 Mar 2008)
New Revision: 3155

Modified:
   trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h
Log:
This patch updates the PCI IDs for Intel 3100 devices.                                                                                                                                       

Signed-off-by: Ed Swierk <eswierk at arastra.com>                                                                                                                                               
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>                                                                                                                                                   
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h
===================================================================
--- trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h	2008-03-16 22:20:53 UTC (rev 3154)
+++ trunk/coreboot-v2/src/arch/i386/include/arch/acpi.h	2008-03-16 23:27:50 UTC (rev 3155)
@@ -31,14 +31,14 @@
 #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 */
 





More information about the coreboot mailing list