Author: quozl Date: Thu Mar 24 03:52:07 2011 New Revision: 2180 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2180
Log: OLPC XO-1 - disable menu dev.laptop.org #10778
Modified: cpu/x86/pc/olpc/fw.bth cpu/x86/pc/olpc/versions.fth
Modified: cpu/x86/pc/olpc/fw.bth ============================================================================== --- cpu/x86/pc/olpc/fw.bth Sat Mar 12 02:04:51 2011 (r2179) +++ cpu/x86/pc/olpc/fw.bth Thu Mar 24 03:52:07 2011 (r2180) @@ -665,7 +665,7 @@ unfreeze visible ( no-banner? ) if banner then \ Reissue banner if it was suppressed
- blue-letters ." Type 'help' for more information." black-letters + blue-letters ." Type 'help' for more information." black-letters cancel cr cr
quit @@ -683,6 +683,11 @@
fload ${BP}/cpu/x86/pc/olpc/diskspeed.fth \ Mass storage speed test
+\ #10778 disable menu +warning @ warning off +: menu ; +warning ! + \ This helps with TeraTerm, which sends ESC-O as the arrow key prefix also hidden also keys-forth definitions warning @ warning off
Modified: cpu/x86/pc/olpc/versions.fth ============================================================================== --- cpu/x86/pc/olpc/versions.fth Sat Mar 12 02:04:51 2011 (r2179) +++ cpu/x86/pc/olpc/versions.fth Thu Mar 24 03:52:07 2011 (r2180) @@ -2,7 +2,7 @@
\ The overall firmware revision macro: FW_MAJOR E -macro: FW_MINOR 45q +macro: FW_MINOR 45r
\ The EC microcode macro: EC_VERSION e34
openfirmware@openfirmware.info