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

repository service svn at openfirmware.info
Wed Sep 19 07:07:59 CEST 2012


Author: wmb
Date: Wed Sep 19 07:07:59 2012
New Revision: 3315
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3315

Log:
OLPC XO-4 - Fixed bug introduced by svn 3291.  In order to use the bootfw.zip approach to upgrade from Q7B01 to another revision, the filename needs to be /boot/44.zip .  This checkin fixes that, so Q7B02 will use the correct /boot/bootfw4.zip .

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

Modified: cpu/x86/pc/olpc/security.fth
==============================================================================
--- cpu/x86/pc/olpc/security.fth	Wed Sep 19 04:58:34 2012	(r3314)
+++ cpu/x86/pc/olpc/security.fth	Wed Sep 19 07:07:59 2012	(r3315)
@@ -443,11 +443,11 @@
 ;
 0 value bundle-suffix
 : bundle-present?  ( fn$ -- flag )
+   fn-buf place
+
    \ unadorned names not supported from XO-4 onwards
    bundle-suffix 4 < if
       \ Try the unadorned name first
-      fn-buf place
-
       bundle-name$  .trying
       ['] (boot-read) catch  0=  if  true exit  then   ( x x )
       2drop                                            ( )



More information about the openfirmware mailing list