[openfirmware] r1216 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Sat Jun 6 10:21:47 CEST 2009


Author: rsmith
Date: 2009-06-06 10:21:47 +0200 (Sat, 06 Jun 2009)
New Revision: 1216

Modified:
   cpu/x86/pc/olpc/via/ec.bth
   cpu/x86/pc/olpc/via/versions.fth
Log:
- Update gen 1.5 builder to use newest EC release
- Bump version



Modified: cpu/x86/pc/olpc/via/ec.bth
===================================================================
--- cpu/x86/pc/olpc/via/ec.bth	2009-06-05 23:33:43 UTC (rev 1215)
+++ cpu/x86/pc/olpc/via/ec.bth	2009-06-06 08:21:47 UTC (rev 1216)
@@ -9,7 +9,7 @@
 " ${GET_EC}" expand$  nip  [if]
    " ${GET_EC}" expand$ $sh
 [else]
-   " wget -q http://dev.laptop.org/pub/ec/ec_v${EC_VERSION}.img -O ec.img" expand$ $sh
+   " wget -q http://dev.laptop.org/pub/ec/cl1b-${EC_VERSION}.img -O ec.img" expand$ $sh
 [then]
 
 \ This forces the creation of an ec.log file, so we don't re-fetch ec.img

Modified: cpu/x86/pc/olpc/via/versions.fth
===================================================================
--- cpu/x86/pc/olpc/via/versions.fth	2009-06-05 23:33:43 UTC (rev 1215)
+++ cpu/x86/pc/olpc/via/versions.fth	2009-06-06 08:21:47 UTC (rev 1216)
@@ -2,16 +2,16 @@
 
 \ The overall firmware revision
 macro: FW_MAJOR A
-macro: FW_MINOR 03i
+macro: FW_MINOR 03j
 
 \ The EC microcode
-macro: EC_VERSION a00
+macro: EC_VERSION 1_9_1
 
 \ Alternate command for getting EC microcode, for testing new versions.
 \ Temporarily uncomment the line and modify the path as necessary
 \ macro: GET_EC cp pq3a00.img ec.img
 \ macro: GET_EC wget -q http://dev.laptop.org/pub/ec/ec_via_test.img -O ec.img
-macro: GET_EC wget -q http://dev.laptop.org/pub/ec/cl1b-1_9_0rc2.img -O ec.img
+\ macro: GET_EC wget -q http://dev.laptop.org/pub/ec/cl1b-1_9_0rc2.img -O ec.img
 
 macro: KEYS mpkeys
 \ macro: KEYS testkeys




More information about the openfirmware mailing list