Author: wmb Date: Wed Dec 8 23:17:20 2010 New Revision: 2075 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2075
Log: OLPC XO-1.75 - reinstated USB polling delay to prevent TIMEOUT messages.
Modified: cpu/arm/olpc/1.75/usb.fth
Modified: cpu/arm/olpc/1.75/usb.fth ============================================================================== --- cpu/arm/olpc/1.75/usb.fth Wed Dec 8 22:39:38 2010 (r2074) +++ cpu/arm/olpc/1.75/usb.fth Wed Dec 8 23:17:20 2010 (r2075) @@ -12,7 +12,7 @@ false constant needs-dummy-qh? : grab-controller ( config-adr -- error? ) drop false ; fload ${BP}/dev/usb2/hcd/ehci/loadpkg.fth - false to delay? \ No need for a polling delay on this platform +\ false to delay? \ No need for a polling delay on this platform : otg-set-host-mode 3 h# a8 ehci-reg! ; \ Force host mode ' otg-set-host-mode to set-host-mode