Author: wmb Date: Sat Oct 15 01:53:00 2011 New Revision: 2606 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2606
Log: OLPC XO-1.75 - trac #11314 - suppress CForth complaint when using early serial interaction with OFW. The fix also requires a corresponding change to CForth.
Modified: cpu/arm/olpc/1.75/fw.bth
Modified: cpu/arm/olpc/1.75/fw.bth ============================================================================== --- cpu/arm/olpc/1.75/fw.bth Fri Oct 14 04:21:56 2011 (r2605) +++ cpu/arm/olpc/1.75/fw.bth Sat Oct 15 01:53:00 2011 (r2606) @@ -120,6 +120,8 @@ \ d# 1000 i-key-wait if rotate-button? if protect-fw + \ Make the frame buffer visible so CForth won't complain about OFW not starting + h# 8009.1100 h# 20.b190 io! ." Interacting" cr hex interact then \ Turn on USB power here to overlap the time with other startup actions
openfirmware@openfirmware.info