[openfirmware] [commit] r1955 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Tue Sep 14 20:09:25 CEST 2010


Author: wmb
Date: Tue Sep 14 20:09:24 2010
New Revision: 1955
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1955

Log:
OLPC - Clear game-key-mask after factory mode detected, so boot
will work normally.

Modified:
   cpu/x86/pc/olpc/security.fth

Modified: cpu/x86/pc/olpc/security.fth
==============================================================================
--- cpu/x86/pc/olpc/security.fth	Mon Sep 13 08:34:04 2010	(r1954)
+++ cpu/x86/pc/olpc/security.fth	Tue Sep 14 20:09:24 2010	(r1955)
@@ -1035,7 +1035,7 @@
 : secure-startup  ( -- )
    in-factory?  if
       button-check button-x or  button-o or  button-square or  button-rotate or  ( mask )
-      game-key-mask =  if  sound-end exit  then
+      game-key-mask =  if  0 to game-key-mask  sound-end exit  then
    then
 
    ['] noop to ?show-device



More information about the openfirmware mailing list