[OpenBIOS] r707 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Tue Oct 30 22:00:39 CET 2007


Author: wmb
Date: 2007-10-30 22:00:39 +0100 (Tue, 30 Oct 2007)
New Revision: 707

Modified:
   cpu/x86/pc/olpc/security.fth
Log:
OLPC trac #4547 - unfreeze screen when 'dk' tag present.



Modified: cpu/x86/pc/olpc/security.fth
===================================================================
--- cpu/x86/pc/olpc/security.fth	2007-10-29 23:08:01 UTC (rev 706)
+++ cpu/x86/pc/olpc/security.fth	2007-10-30 21:00:39 UTC (rev 707)
@@ -724,8 +724,8 @@
 
          d# 5 d# 77  +icon-xy  show-dot     ( list$ )
          has-developer-key?  if             ( list$ )
+            2drop                           ( )
             true to security-off?
-            2drop                           ( )
             visible
             show-unlock
             true exit
@@ -774,7 +774,7 @@
       freeze  dcon-freeze
    then
 
-   persistent-devkey?  if  exit  then
+   persistent-devkey?  if  true to security-off?  visible  exit  then
 
    get-my-sn  if  visible  ." No serial number" cr     show-sad  security-failure  then
    get-date   if  visible  ." Invalid system date" cr  show-sad  security-failure  then




More information about the OpenBIOS mailing list