Author: wmb Date: Fri Jun 25 02:00:22 2010 New Revision: 1835 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1835
Log: OLPC XO-1 - Update NANDblaster C code to new version that supports XO-1.5 too.
Modified: cpu/x86/pc/olpc/versions.fth
Modified: cpu/x86/pc/olpc/versions.fth ============================================================================== --- cpu/x86/pc/olpc/versions.fth Fri Jun 25 01:25:15 2010 (r1834) +++ cpu/x86/pc/olpc/versions.fth Fri Jun 25 02:00:22 2010 (r1835) @@ -2,7 +2,7 @@
\ The overall firmware revision macro: FW_MAJOR E -macro: FW_MINOR 44b +macro: FW_MINOR 44c
\ The EC microcode macro: EC_VERSION e34 @@ -26,6 +26,6 @@ \ With a specific ID, mcastnand.bth will download a tarball without .git stuff. \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ \ is not already present, then you can modify the git subtree as needed. -macro: MCNAND_VERSION 74bf48045bca9d4919728a7bbd7a0acb96c0d8ef +macro: MCNAND_VERSION d1b388bcdf01f98a7b94bb62d0d3f1403fd27d1a \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
openfirmware@openfirmware.info