Author: wmb Date: Mon Mar 26 19:29:01 2012 New Revision: 2916 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2916
Log: OLPC XO-1.75 - trac 11723 - interrupt startup only on escape key from keyboard, not from any key.
Modified: cpu/arm/olpc/build-fw.fth
Modified: cpu/arm/olpc/build-fw.fth ============================================================================== --- cpu/arm/olpc/build-fw.fth Sat Mar 24 20:20:59 2012 (r2915) +++ cpu/arm/olpc/build-fw.fth Mon Mar 26 19:29:01 2012 (r2916) @@ -492,6 +492,8 @@
: protect-fw ( -- ) secure? if flash-protect sec-trg then ;
+fload ${BP}/cpu/x86/pc/olpc/countdwn.fth \ Startup countdown + hex : i-key-wait ( ms -- pressed? ) cr ." Type 'i' to interrupt stand-init sequence" cr ( ms )