[openfirmware] [commit] r1843 - cpu/x86/pc/olpc/via

repository service svn at openfirmware.info
Sun Jun 27 19:20:23 CEST 2010


Author: wmb
Date: Sun Jun 27 19:20:23 2010
New Revision: 1843
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1843

Log:
XO-1.5 ACPI DSDT - Recent checkin broke compilation due to typo.

Modified:
   cpu/x86/pc/olpc/via/dsdt.dsl

Modified: cpu/x86/pc/olpc/via/dsdt.dsl
==============================================================================
--- cpu/x86/pc/olpc/via/dsdt.dsl	Sat Jun 26 11:29:40 2010	(r1842)
+++ cpu/x86/pc/olpc/via/dsdt.dsl	Sun Jun 27 19:20:23 2010	(r1843)
@@ -40,16 +40,16 @@
     "$Id$"
 })
 
-OperationRegion (SMIR, SystemIO, 0x042f, 0x01)
-Field (SMIR, ByteAcc, NoLock, Preserve)
-{
-    SMIE,   8
-}
-Method (FRTH, 1, NotSerialized)
-{
-    Store(Arg0, SMIE)
-    // Type "resume" at the OK prompt to return
-}
+// OperationRegion (SMIR, SystemIO, 0x042f, 0x01)
+// Field (SMIR, ByteAcc, NoLock, Preserve)
+// {
+//     SMIE,   8
+// }
+// Method (FRTH, 1, NotSerialized)
+// {
+//     Store(Arg0, SMIE)
+//     // Type "resume" at the OK prompt to return
+// }
 
 OperationRegion (UART, SystemIO, 0x03f8, 0x08)
 
@@ -2089,8 +2089,8 @@
                     IO(Decode16, 0, 0, 0, 0, IO1)
                     // SPI Memory Map IO Base
                     Memory32Fixed(ReadWrite, 0x00000000, 0x00000000, MEM0)
-                    Memory32Fixed(ReadWrite, 0xfed00000, 0x00001000, MEM0)  // HPET MMIO
-                    Memory32Fixed(ReadWrite, 0xfed30000, 0x00001000, MEM0)  // SPI MMIP
+                    Memory32Fixed(ReadWrite, 0xfed00000, 0x00001000)  // HPET MMIO
+                    Memory32Fixed(ReadWrite, 0xfed30000, 0x00001000)  // SPI MMIO
                 })
 
                 Method(_CRS, 0)



More information about the openfirmware mailing list