Author: wmb Date: Tue Aug 2 20:23:11 2011 New Revision: 2405 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2405
Log: OLPC XO-1.75 trac #11099 - the startup jingle was interfering with rocker-triggered selftest.
Modified: cpu/arm/olpc/1.75/fw.bth
Modified: cpu/arm/olpc/1.75/fw.bth ============================================================================== --- cpu/arm/olpc/1.75/fw.bth Tue Aug 2 19:55:53 2011 (r2404) +++ cpu/arm/olpc/1.75/fw.bth Tue Aug 2 20:23:11 2011 (r2405) @@ -416,6 +416,13 @@ then ( in-factory? ) ;
+: ?sound ( -- ) + \ Suppress the jingle if a game key is pressed, because we don't want + \ the jingle to interfere with diags and stuff + -1 game-key? if exit then + ['] sound catch drop +; + : ?games ( -- ) rocker-right game-key? if protect-fw @@ -464,7 +471,7 @@ ?update-ec-flash
install-alarm - ['] sound catch drop + ?sound
?games
openfirmware@openfirmware.info