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

repository service svn at openfirmware.info
Thu Sep 6 01:09:19 CEST 2012


Author: quozl
Date: Thu Sep  6 01:09:19 2012
New Revision: 3292
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3292

Log:
OLPC XO-4 - security, skip signed firmware update for A2 boards due to pending size change, #12091

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

Modified: cpu/x86/pc/olpc/security.fth
==============================================================================
--- cpu/x86/pc/olpc/security.fth	Thu Sep  6 01:08:36 2012	(r3291)
+++ cpu/x86/pc/olpc/security.fth	Thu Sep  6 01:09:19 2012	(r3292)
@@ -1161,6 +1161,10 @@
 [then]
 
 : ?fw-update  ( -- )
+[ifdef] olpc-cl4
+   \ skip check for OLPC A2 boards
+   board-revision h# 4a28 <=  if  exit  then
+[then]
    null$ cn-buf place
    " bootfw" bundle-present?  if
       "   FW found - " ?lease-debug



More information about the openfirmware mailing list