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

repository service svn at openfirmware.info
Thu Feb 18 23:24:50 CET 2010


Author: wmb
Date: Thu Feb 18 23:24:50 2010
New Revision: 1756
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1756

Log:
OLPC trac 10029 - but XO-1 firmware with real keys, not test keys.

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

Modified: cpu/x86/pc/olpc/versions.fth
==============================================================================
--- cpu/x86/pc/olpc/versions.fth	Thu Feb 18 19:56:43 2010	(r1755)
+++ cpu/x86/pc/olpc/versions.fth	Thu Feb 18 23:24:50 2010	(r1756)
@@ -2,7 +2,7 @@
 
 \ The overall firmware revision
 macro: FW_MAJOR E
-macro: FW_MINOR 42
+macro: FW_MINOR 42d
 
 \ The EC microcode
 macro: EC_VERSION e34
@@ -11,8 +11,8 @@
 \ Temporarily uncomment the line and modify the path as necessary
 \ macro: GET_EC cp pq2e18c.img ec.img
 
-\ macro: KEYS mpkeys
-macro: KEYS testkeys
+macro: KEYS mpkeys
+\ macro: KEYS testkeys
 
 \ The wireless LAN module firmware
 macro: WLAN_RPM ${WLAN_VERSION}.olpc1



More information about the openfirmware mailing list