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
openfirmware@openfirmware.info