[openfirmware] [commit] r3325 - dev/usb2/hcd/ehci

repository service svn at openfirmware.info
Wed Sep 26 05:44:41 CEST 2012


Author: quozl
Date: Wed Sep 26 05:44:41 2012
New Revision: 3325
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3325

Log:
OLPC XO-1 - test-all did "BOUND range exceeded" continuously at ok prompt after USB test, caused by bad stack balance

Modified:
   dev/usb2/hcd/ehci/probe.fth

Modified: dev/usb2/hcd/ehci/probe.fth
==============================================================================
--- dev/usb2/hcd/ehci/probe.fth	Sat Sep 22 08:33:19 2012	(r3324)
+++ dev/usb2/hcd/ehci/probe.fth	Wed Sep 26 05:44:41 2012	(r3325)
@@ -74,8 +74,8 @@
    repeat                           ( port# )
    ." Device connected - probing ... "
    probe-setup                      ( port# )
-   dup probe-root-hub-port          ( port# )
-   probe-teardown                   ( port# )
+   probe-root-hub-port              ( )
+   probe-teardown                   ( )
    probe-error?                     ( error? )
    dup  if  ." Failed" else  ." Done"  then  cr  ( error? )
 ;



More information about the openfirmware mailing list