Author: wmb Date: Wed Jul 4 06:29:30 2012 New Revision: 3036 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3036
Log: OLPC XO-1.75 - support EC version for new build - using the same EC image for both existing and new boards.
Modified: cpu/arm/olpc/1.75/ec-version.fth cpu/arm/olpc/build-fw.fth
Modified: cpu/arm/olpc/1.75/ec-version.fth ============================================================================== --- cpu/arm/olpc/1.75/ec-version.fth Tue Jul 3 08:28:56 2012 (r3035) +++ cpu/arm/olpc/1.75/ec-version.fth Wed Jul 4 06:29:30 2012 (r3036) @@ -1,6 +1,6 @@ \ The EC microcode macro: EC_PLATFORM cl2 -macro: EC_VERSION 4_0_4_03 +macro: EC_VERSION 4_0_5_00
\ Alternate command for getting EC microcode, for testing new versions. \ Temporarily uncomment the line and modify the path as necessary
Modified: cpu/arm/olpc/build-fw.fth ============================================================================== --- cpu/arm/olpc/build-fw.fth Tue Jul 3 08:28:56 2012 (r3035) +++ cpu/arm/olpc/build-fw.fth Wed Jul 4 06:29:30 2012 (r3036) @@ -204,7 +204,7 @@ [else] h# 8000 value /ec-flash : clx-touch? ( -- ) board-revision h# 3a18 >= ; -+ olpc-cl2 : expected-ec-version clx-touch? if [char] 6 else [char] 4 then ; ++ olpc-cl2 char 4 value expected-ec-version + olpc-cl3 char 5 value expected-ec-version [then]
openfirmware@openfirmware.info