[openfirmware] [commit] r3348 - cpu/arm/olpc/4.0

repository service svn at openfirmware.info
Tue Oct 2 03:48:06 CEST 2012


Author: wmb
Date: Tue Oct  2 03:48:06 2012
New Revision: 3348
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3348

Log:
Q7B02 redux - reverted the 8787 WLAN version from 14.66.09.p96, which doesn't work with OFW, to 14.66.09.p80, which does work.  The problem is that the data write port ready never gets set.

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

Modified: cpu/arm/olpc/4.0/wlan-version.fth
==============================================================================
--- cpu/arm/olpc/4.0/wlan-version.fth	Tue Oct  2 03:05:18 2012	(r3347)
+++ cpu/arm/olpc/4.0/wlan-version.fth	Tue Oct  2 03:48:06 2012	(r3348)
@@ -5,7 +5,11 @@
 macro: WLAN_PREFIX lbtf_sdio-
 macro: WLAN_VERSION 9.0.7.p2
 
-macro: WLAN_8787_VERSION dd7193bc187a5182a6236cb6337699d2229c54b0
+\ dd7193bc is 14.66.09.p96 .  The OFW driver doesn't work with it yet
+\ macro: WLAN_8787_VERSION dd7193bc187a5182a6236cb6337699d2229c54b0
+
+\ 7a28e074 is 14.66.09.p80
+macro: WLAN_8787_VERSION 7a28e074
 
 \ Non-thin version
 \ macro: WLAN_SUBDIR



More information about the openfirmware mailing list