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

repository service svn at openfirmware.info
Fri Jun 18 11:14:28 CEST 2010


Author: wmb
Date: Fri Jun 18 11:14:28 2010
New Revision: 1829
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1829

Log:
OLPC XO1.5 - Added EC port 0x380 and the final port 0x3ff to the 
UART decode range in the ACPI DSDT, to resolve complaints during
Windows testing.

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

Modified: cpu/x86/pc/olpc/via/dsdt.dsl
==============================================================================
--- cpu/x86/pc/olpc/via/dsdt.dsl	Wed Jun 16 14:00:35 2010	(r1828)
+++ cpu/x86/pc/olpc/via/dsdt.dsl	Fri Jun 18 11:14:28 2010	(r1829)
@@ -40,7 +40,7 @@
     "$Id$"
 })
 
-OperationRegion (UART, SystemIO, 0x03f8, 0x07)
+OperationRegion (UART, SystemIO, 0x03f8, 0x08)
 
 // set to 1 to enable debug output
 Name (UDBG, 0)
@@ -2064,6 +2064,7 @@
                     IO(Decode16,0x93,0x93,0x00,0x0C)
                     IO(Decode16,0xA2,0xA2,0x00,0x1E)
                     IO(Decode16,0xE0,0xE0,0x00,0x10)
+                    IO(Decode16,0x380,0x380,0x00,0x8)			// Additional EC port
                     IO(Decode16,0x3E0,0x3E0,0x00,0x8)
 
                     // Reserve  4D0 and 4D1 for IRQ edge/level control port



More information about the openfirmware mailing list