Author: wmb Date: Tue Mar 13 23:02:15 2012 New Revision: 2892 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2892
Log: OLPC trac 11696 - fixed NANDblaster receive bug that affected only XO-1, but switched to fixed version of NANDblaster source for all OLPC platforms.
Modified: cpu/arm/olpc/1.75/mcnand-version.fth cpu/arm/olpc/3.0/mcnand-version.fth cpu/x86/pc/olpc/versions.fth cpu/x86/pc/olpc/via/mcnand-version.fth
Modified: cpu/arm/olpc/1.75/mcnand-version.fth ============================================================================== --- cpu/arm/olpc/1.75/mcnand-version.fth Tue Mar 13 22:59:17 2012 (r2891) +++ cpu/arm/olpc/1.75/mcnand-version.fth Tue Mar 13 23:02:15 2012 (r2892) @@ -3,6 +3,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 ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a +macro: MCNAND_VERSION 9542feb \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/arm/olpc/3.0/mcnand-version.fth ============================================================================== --- cpu/arm/olpc/3.0/mcnand-version.fth Tue Mar 13 22:59:17 2012 (r2891) +++ cpu/arm/olpc/3.0/mcnand-version.fth Tue Mar 13 23:02:15 2012 (r2892) @@ -3,6 +3,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 ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a +macro: MCNAND_VERSION 9542feb \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/x86/pc/olpc/versions.fth ============================================================================== --- cpu/x86/pc/olpc/versions.fth Tue Mar 13 22:59:17 2012 (r2891) +++ cpu/x86/pc/olpc/versions.fth Tue Mar 13 23:02:15 2012 (r2892) @@ -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 af0cadd1cbfb17ddfa7dcf299c4c3662ad7120a4 +macro: MCNAND_VERSION 9542feb \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/x86/pc/olpc/via/mcnand-version.fth ============================================================================== --- cpu/x86/pc/olpc/via/mcnand-version.fth Tue Mar 13 22:59:17 2012 (r2891) +++ cpu/x86/pc/olpc/via/mcnand-version.fth Tue Mar 13 23:02:15 2012 (r2892) @@ -3,6 +3,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 ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a +macro: MCNAND_VERSION 9542feb \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
openfirmware@openfirmware.info