[openfirmware] [commit] r3665 - in cpu/arm/olpc: . 4.0

repository service svn at openfirmware.info
Mon May 27 09:22:37 CEST 2013


Author: quozl
Date: Mon May 27 09:22:36 2013
New Revision: 3665
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3665

Log:
OLPC XO-4 - move Marvell 8787 firmware location

Modified:
   cpu/arm/olpc/4.0/wlan-version.fth
   cpu/arm/olpc/build-mv8787.fth

Modified: cpu/arm/olpc/4.0/wlan-version.fth
==============================================================================
--- cpu/arm/olpc/4.0/wlan-version.fth	Mon May 27 07:16:24 2013	(r3664)
+++ cpu/arm/olpc/4.0/wlan-version.fth	Mon May 27 09:22:36 2013	(r3665)
@@ -9,7 +9,17 @@
 \ macro: WLAN_8787_VERSION dd7193bc187a5182a6236cb6337699d2229c54b0
 
 \ 7a28e074 is 14.66.09.p80
-macro: WLAN_8787_VERSION 7a28e074
+\ macro: WLAN_8787_VERSION 7a28e074
+
+\ 2013-05-27 hashes in marvell repository have changed
+\ macro: WLAN_8787_VERSION bac3567cdb38d5cfcf3045718618026d60478d05
+\     commit comment says this is v14.66.9.p96
+\     did hang on use
+\ macro: WLAN_8787_VERSION 4bd88f614cd9107148cfc758180832f1d0ba53bc
+\     passes tests
+\     has a different md5sum to what we were using
+\ use what we were using
+macro: WLAN_8787_VERSION 14.66.09.p80
 
 \ Non-thin version
 \ macro: WLAN_SUBDIR

Modified: cpu/arm/olpc/build-mv8787.fth
==============================================================================
--- cpu/arm/olpc/build-mv8787.fth	Mon May 27 07:16:24 2013	(r3664)
+++ cpu/arm/olpc/build-mv8787.fth	Mon May 27 09:22:36 2013	(r3665)
@@ -8,8 +8,8 @@
 " ${GET_WLAN}" expand$  nip  [if]
    " ${GET_WLAN}" expand$ $sh
 [else]
-
-" wget -q -O mv8787.bin 'http://git.marvell.com/?p=mwifiex-firmware.git;a=blob_plain;f=mrvl/sd8787_uapsta.bin;hb=${WLAN_8787_VERSION}'"  expand$ $sh
+   " wget -q -O mv8787.bin http://dev.laptop.org/pub/firmware/mwifiex/mv8787-${WLAN_8787_VERSION}.bin"  expand$ $sh
+[then]
 
 \ This forces the creation of a .log file, so we don't re-fetch
 writing mv8787.version



More information about the openfirmware mailing list