[openfirmware] [commit] r2641 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Sat Oct 22 07:20:08 CEST 2011


Author: wmb
Date: Sat Oct 22 07:20:07 2011
New Revision: 2641
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2641

Log:
OLPC XO-1.75 - Change the sleep state of EC_SPI_ACK from 1 (OFW value) to 0 (Linux value) when entering Linux.  This lets Linux respond to upstream events from the EC during sleep.

Modified:
   cpu/arm/olpc/1.75/fw.bth

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Sat Oct 22 07:20:01 2011	(r2640)
+++ cpu/arm/olpc/1.75/fw.bth	Sat Oct 22 07:20:07 2011	(r2641)
@@ -36,6 +36,8 @@
    timers-off
    usb-quiet
    close-ec
+   \ Change the sleep state of EC_SPI_ACK from 1 (OFW value) to 0 (Linux value)
+   d# 125 af@  h# 100 invert and  d# 125 af!
 ;
 
 ' quiesce to linux-hook



More information about the openfirmware mailing list