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

repository service svn at openfirmware.info
Sat Jun 26 11:29:41 CEST 2010


Author: wmb
Date: Sat Jun 26 11:29:40 2010
New Revision: 1842
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1842

Log:
OLPC XO-1.5 - commented out some test code that accidentally
got incorporated in dsdt.dsl during the last checkin.

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:27:11 2010	(r1841)
+++ cpu/x86/pc/olpc/via/dsdt.dsl	Sat Jun 26 11:29:40 2010	(r1842)
@@ -301,7 +301,7 @@
 //
 Method(_WAK, 1, Serialized)
 {
-    FRTH(2)
+//    FRTH(2)
     Notify(\_SB.PCI0.USB1, 0x00)
     Notify(\_SB.PCI0.USB2, 0x00)
     Notify(\_SB.PCI0.USB3, 0x00)
@@ -381,7 +381,7 @@
         Store (Zero, GS04)          // Clear EXTSMI# Status, why?
      }
     Sleep(0x64)
-    FRTH(One)
+//    FRTH(One)
     Return (0x00)
 }
 



More information about the openfirmware mailing list