Author: wmb Date: Fri Feb 10 22:52:43 2012 New Revision: 2857 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2857
Log: OLPC XO-1.5, 1.75, 3.0 - OLPC trac #11616 - NANDblaster sender - recognize .zdN extension in addition to .zd to indicate zdata format.
Modified: cpu/arm/olpc/1.75/mcnand-version.fth cpu/arm/olpc/3.0/mcnand-version.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 Fri Feb 10 22:31:25 2012 (r2856) +++ cpu/arm/olpc/1.75/mcnand-version.fth Fri Feb 10 22:52:43 2012 (r2857) @@ -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 60b7230fcfb4abd42c3274475b5447e0bc344a5b +macro: MCNAND_VERSION ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a \ 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 Fri Feb 10 22:31:25 2012 (r2856) +++ cpu/arm/olpc/3.0/mcnand-version.fth Fri Feb 10 22:52:43 2012 (r2857) @@ -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 60b7230fcfb4abd42c3274475b5447e0bc344a5b +macro: MCNAND_VERSION ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a \ 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 Fri Feb 10 22:31:25 2012 (r2856) +++ cpu/x86/pc/olpc/via/mcnand-version.fth Fri Feb 10 22:52:43 2012 (r2857) @@ -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 60b7230fcfb4abd42c3274475b5447e0bc344a5b +macro: MCNAND_VERSION ac8bfc65fb2fbb6bc2f6d14226ec74b11530492a \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
openfirmware@openfirmware.info