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

repository service svn at openfirmware.info
Wed Jun 8 02:39:35 CEST 2011


Author: quozl
Date: Wed Jun  8 02:39:34 2011
New Revision: 2255
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2255

Log:
OLPC XO-1.5 trac #10970 - avoid disabling the F segment since it is in use by the DSDT at the time.

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

Modified: cpu/x86/pc/olpc/via/dsdt-c2only.dsl
==============================================================================
--- cpu/x86/pc/olpc/via/dsdt-c2only.dsl	Wed Jun  8 02:19:29 2011	(r2254)
+++ cpu/x86/pc/olpc/via/dsdt-c2only.dsl	Wed Jun  8 02:39:34 2011	(r2255)
@@ -331,7 +331,7 @@
 
     IF (LEqual(Arg0, 0x03))     //S3
     {
-        Store(0x2,\_SB.PCI0.MEMC.FSEG)  //Set F Segment to Read only
+        // Store(0x2,\_SB.PCI0.MEMC.FSEG)  //Set F Segment to Read only
         // Notify(\_SB.PCI0, 0x00)
     }
 
@@ -373,7 +373,7 @@
     } //End of Arg0 EQ 0x01
 
     IF (LEqual(Arg0, 0x03)) {       // S3
-        Store(0x0,\_SB.PCI0.MEMC.FSEG)     // Disable F Segment Read/Write
+        // Store(0x0,\_SB.PCI0.MEMC.FSEG)     // Disable F Segment Read/Write
     }
 
     IF (LEqual(Arg0, 0x04)) {       //S4

Modified: cpu/x86/pc/olpc/via/dsdt.dsl
==============================================================================
--- cpu/x86/pc/olpc/via/dsdt.dsl	Wed Jun  8 02:19:29 2011	(r2254)
+++ cpu/x86/pc/olpc/via/dsdt.dsl	Wed Jun  8 02:39:34 2011	(r2255)
@@ -333,7 +333,7 @@
 
     IF (LEqual(Arg0, 0x03))     //S3
     {
-        Store(0x2,\_SB.PCI0.MEMC.FSEG)  //Set F Segment to Read only
+        // Store(0x2,\_SB.PCI0.MEMC.FSEG)  //Set F Segment to Read only
         // Notify(\_SB.PCI0, 0x00)
     }
 
@@ -375,7 +375,7 @@
     } //End of Arg0 EQ 0x01
 
     IF (LEqual(Arg0, 0x03)) {       // S3
-        Store(0x0,\_SB.PCI0.MEMC.FSEG)     // Disable F Segment Read/Write
+        // Store(0x0,\_SB.PCI0.MEMC.FSEG)     // Disable F Segment Read/Write
     }
 
     IF (LEqual(Arg0, 0x04)) {       //S4



More information about the openfirmware mailing list