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

repository service svn at openfirmware.info
Sat May 21 03:10:36 CEST 2011


Author: wmb
Date: Sat May 21 03:10:36 2011
New Revision: 2210
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2210

Log:
OLPC XO-1.5 - Reinstate C3 and C4 states for board ID C8, which has a hardware fix for the problem that caused C6 and C7 boards to hang in those C-states.

Modified:
   cpu/x86/pc/olpc/via/acpi.fth

Modified: cpu/x86/pc/olpc/via/acpi.fth
==============================================================================
--- cpu/x86/pc/olpc/via/acpi.fth	Fri May 20 06:24:32 2011	(r2209)
+++ cpu/x86/pc/olpc/via/acpi.fth	Sat May 21 03:10:36 2011	(r2210)
@@ -285,7 +285,7 @@
    \ Copy in the DSDT
    \ I suppose we could point to it in FLASH - if so don't compress it,
    \ and fixup the address in the fadt and rechecksum the fadt
-   board-revision h# d68 >=  if  " dsdt-c2only"  else  " dsdt"   then
+   board-revision h# d68 h# d78 between  if  " dsdt-c2only"  else  " dsdt"   then
    find-drop-in  0= abort" No DSDT "  ( adr len )
    2dup dsdt-adr swap  move  free-mem
 



More information about the openfirmware mailing list