Author: quozl Date: Tue May 1 02:31:44 2012 New Revision: 2959 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2959
Log: OLPC - the game key release display was hard to read if the serial terminal emulator had text from a previous boot, so clear the screen first.
Modified: cpu/x86/pc/olpc/gamekeys.fth
Modified: cpu/x86/pc/olpc/gamekeys.fth ============================================================================== --- cpu/x86/pc/olpc/gamekeys.fth Mon Apr 30 19:38:14 2012 (r2958) +++ cpu/x86/pc/olpc/gamekeys.fth Tue May 1 02:31:44 2012 (r2959) @@ -27,6 +27,7 @@ then
game-key@ dup to game-key-mask if + clear-screen ." Release the game keys to continue" cr begin d# 100 ms game-key@ dup update-game-keys 0= until 0 7 at-xy