[openfirmware] r928 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Wed Sep 10 00:34:46 CEST 2008


Author: wmb
Date: 2008-09-10 00:34:45 +0200 (Wed, 10 Sep 2008)
New Revision: 928

Modified:
   cpu/x86/pc/olpc/security.fth
Log:
OLPC trac 8379 - the screen wasn't freezing (pretty boot) in secure mode.


Modified: cpu/x86/pc/olpc/security.fth
===================================================================
--- cpu/x86/pc/olpc/security.fth	2008-09-09 02:22:38 UTC (rev 927)
+++ cpu/x86/pc/olpc/security.fth	2008-09-09 22:34:45 UTC (rev 928)
@@ -56,7 +56,7 @@
 : show-going  ( -- )
    background-rgb  rgb>565  progress-xy  d# 500 d# 100  " fill-rectangle" $call-screen
    d# 588 d# 638 to icon-xy  " bigdot" show-icon
-   dcon-unfreeze
+   " vga?" $call-screen  0=  if  dcon-unfreeze dcon-freeze  then
 ;
 : show-x  ( -- )  " x" show-icon  ;
 : show-sad  ( -- )




More information about the openfirmware mailing list