Author: quozl Date: Wed Jun 13 07:05:13 2012 New Revision: 3007 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3007
Log: OLPC - security, add visual response to escape key when in secure mode, without consuming keystroke, to improve usability for service and support (since it is otherwise difficult to tell if a laptop is secured, or the keyboard is broken). #11609
Modified: cpu/x86/pc/olpc/security.fth
Modified: cpu/x86/pc/olpc/security.fth ============================================================================== --- cpu/x86/pc/olpc/security.fth Sat Jun 9 09:58:12 2012 (r3006) +++ cpu/x86/pc/olpc/security.fth Wed Jun 13 07:05:13 2012 (r3007) @@ -1304,6 +1304,12 @@
alternate? if " \boot-alt" else " \boot" then pn-buf place
+ key? if + pending-char c@ h# 1b = if + visible red-letters ." Secured, continuing" cancel cr + then + then + all-devices$ load-from-list if exit then \ Returns only if no images found
" Boot failed" .security-failure
openfirmware@openfirmware.info