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

repository service svn at openfirmware.info
Fri Sep 16 02:46:57 CEST 2011


Author: wmb
Date: Fri Sep 16 02:46:57 2011
New Revision: 2516
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2516

Log:
OLPC XO-1.75 - Better management of ACK line to EC when not ready to receive events - part 2.

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

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Fri Sep 16 02:43:49 2011	(r2515)
+++ cpu/arm/olpc/1.75/fw.bth	Fri Sep 16 02:46:57 2011	(r2516)
@@ -32,8 +32,12 @@
    unload-crypto
    " /usb" " reset-usb" execute-device-method drop
 ;
+: quiesce  ( -- )
+   usb-quiet
+   close-ec
+;
 
-' usb-quiet to linux-hook
+' quiesce to linux-hook
 
 d# 9999 to arm-linux-machine-type  \ Marvell Jasper
 



More information about the openfirmware mailing list