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

repository service svn at openfirmware.info
Mon Jun 21 07:54:30 CEST 2010


Author: wmb
Date: Mon Jun 21 07:54:29 2010
New Revision: 1830
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1830

Log:
OLPC security - Extend factory grace period from 3 days to 10 days.

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

Modified: cpu/x86/pc/olpc/security.fth
==============================================================================
--- cpu/x86/pc/olpc/security.fth	Fri Jun 18 11:14:28 2010	(r1829)
+++ cpu/x86/pc/olpc/security.fth	Mon Jun 21 07:54:29 2010	(r1830)
@@ -1098,7 +1098,7 @@
       0 left-parse-string  2nip   ( time$ )
       \ Erase the tag if it is invalid
       expiration-to-seconds   if  efface-md exit  then  ( begin-seconds )
-      dup 3 days>seconds +        ( begin-seconds end-seconds )
+      dup d# 10 days>seconds +        ( begin-seconds end-seconds )
       \ Erase the tag if its time is up
       current-seconds  -rot within 0=  if  efface-md exit  then  ( )
       true to in-factory?



More information about the openfirmware mailing list