<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/package/firmware, branch master</title>
<subtitle>Yousong Zhou staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/yousong/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/yousong/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/'/>
<updated>2017-03-03T14:44:55Z</updated>
<entry>
<title>ath10k-firmware: update qca9984 firmware</title>
<updated>2017-03-03T14:44:55Z</updated>
<author>
<name>Pavel Kubelun</name>
</author>
<published>2017-02-17T17:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=4101020dfbc3538cd96251e957ae67a9ef7fad94'/>
<id>urn:sha1:4101020dfbc3538cd96251e957ae67a9ef7fad94</id>
<content type='text'>
Bump qca9984 firmware.

Signed-off-by: Pavel Kubelun &lt;be.dissent@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath10k-firmware: update qca9984 firmware</title>
<updated>2017-02-14T11:18:51Z</updated>
<author>
<name>Pavel Kubelun</name>
</author>
<published>2017-02-10T11:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=cdf51bf46ae5154e46ac9cc77c3fab79c12dec56'/>
<id>urn:sha1:cdf51bf46ae5154e46ac9cc77c3fab79c12dec56</id>
<content type='text'>
Bump qca9984 firmware.

Signed-off-by: Pavel Kubelun &lt;be.dissent@gmail.com&gt;
</content>
</entry>
<entry>
<title>ath10k-firmware: revert faulty PKG_SOURCE_DATE change from 7cb27b46</title>
<updated>2017-02-01T17:04:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-01T17:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=06bb0a89b73518543668348373699b79b5f7f850'/>
<id>urn:sha1:06bb0a89b73518543668348373699b79b5f7f850</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ath10k-firmware: update qca9984 firmware and board data</title>
<updated>2017-02-01T17:00:39Z</updated>
<author>
<name>Pavel Kubelun</name>
</author>
<published>2017-02-01T12:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=b650112b65f741aa3235ab7f648c66d587bd8217'/>
<id>urn:sha1:b650112b65f741aa3235ab7f648c66d587bd8217</id>
<content type='text'>
Fixes firmware crash in rare cases and a bug
ath10k_pci 0001:01:00.0: received unexpected tx_fetch_ind event: in
push mode
for those who kept experiencing it after previous firmware update.

Signed-off-by: Pavel Kubelun &lt;be.dissent@gmail.com&gt;</content>
</entry>
<entry>
<title>ath10k-ct: Support ath10k CT firmware for 9887 chipsets.</title>
<updated>2017-02-01T16:49:53Z</updated>
<author>
<name>Ben Greear</name>
</author>
<published>2017-01-27T00:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=7cb27b462cefdb25d374f295c7721bdfa320a8c2'/>
<id>urn:sha1:7cb27b462cefdb25d374f295c7721bdfa320a8c2</id>
<content type='text'>
And, update support for 9880 chipsets.  The new firmware
fixes a regression with EAPOL 4/4 packets added in
a recent commit.

It also fixes a case where the firmware would improperly try
to use STBC when configured for 1x1 (as 9887 always is).

Signed-off-by: Ben Greear &lt;greearb@candelatech.com&gt;
</content>
</entry>
<entry>
<title>layerscape: put u-boot and ucode images into image staging directory</title>
<updated>2017-01-27T15:53:31Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-27T15:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=c6502ce3bb87b6a6a85209d3e67736bd2db21bc7'/>
<id>urn:sha1:c6502ce3bb87b6a6a85209d3e67736bd2db21bc7</id>
<content type='text'>
Do not put the u-boot and ucode images into the kernel build directory as this
directory might get removed after kernel updates while the u-boot packages
InstallDev recipe is not getting re-executed because it is still considered
current, leading to image build failures later on due to missing images.

To ensure that built bootloader images persist over kernel version updates in
the buildroot, put them into the new STAGING_DIR_IMAGE directory.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>packages: mark packages depending on a target as nonshared</title>
<updated>2017-01-24T08:45:05Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2017-01-19T08:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=dc5ba0a48a489424c1c6b2b8509e229c17dc745a'/>
<id>urn:sha1:dc5ba0a48a489424c1c6b2b8509e229c17dc745a</id>
<content type='text'>
The packages can't be build as shared packages due to the unmet
dependencies.

Fixes FS#418.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>ath10k-firmware: Update QCA988X firmware to latest version</title>
<updated>2017-01-15T13:59:24Z</updated>
<author>
<name>Timo Sigurdsson</name>
</author>
<published>2017-01-11T21:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=21baa25009e0820dda29e76d4aff20c29ffa4c75'/>
<id>urn:sha1:21baa25009e0820dda29e76d4aff20c29ffa4c75</id>
<content type='text'>
This patch updates the QCA988X firmware to the latest revision
  firmware-5.bin_10.2.4-1.0-00016
found in the official ath10k-firmware repository.

Tested on TP-Link Archer C7 v2.

Signed-off-by: Timo Sigurdsson &lt;public_timo.s@silentcreek.de&gt;
</content>
</entry>
<entry>
<title>ath10k-fw: Update to latest CT firmware</title>
<updated>2017-01-13T09:22:20Z</updated>
<author>
<name>Ben Greear</name>
</author>
<published>2017-01-10T23:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=544dee575d1d879172620b1c20712ea61a3e0c21'/>
<id>urn:sha1:544dee575d1d879172620b1c20712ea61a3e0c21</id>
<content type='text'>
For 988X, 9980, 9984 CT firmware.

This should allow IBSS + RSN on at least the 988X firmware,
and includes recent stability fixes for all firmware.

Signed-off-by: Ben Greear &lt;greearb@candelatech.com&gt;
</content>
</entry>
<entry>
<title>ath10k-firmware: update board data for qca9984</title>
<updated>2017-01-10T12:48:52Z</updated>
<author>
<name>Pavel Kubelun</name>
</author>
<published>2016-12-21T12:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=36167ae46c62caa9e0409423ecd1aaa4d18dad1c'/>
<id>urn:sha1:36167ae46c62caa9e0409423ecd1aaa4d18dad1c</id>
<content type='text'>
Current board-2.bin file for qca9984 in Kvalo's repo is from branch
10.4-3.2, while board-2.bin file in code-aurora repo is newer and
corresponds to the branch 10.4-3.3, the same as recently updated firmware.

Considering that it's better to have all parts from the same branch
we are updating board-2.bin as well.

Signed-off-by: Pavel Kubelun &lt;be.dissent@gmail.com&gt;
</content>
</entry>
</feed>
