[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Mon Feb 27 14:32:12 UTC 2012


    Date: Monday, February 27, 2012 @ 09:32:12
  Author: thomas
Revision: 151519

upgpkg: linux-firmware 20120227-1

* Remove legacy ar9170.fw (this also fixes sourceballs)
* Remove some commented PKGBUILD code
* Update linux-firmware:

commit 09c949f6d3196a7199eb2c7015bfa5d34ed723b5
Author: Bernd Porr <berndporr at f2s.com>
Date:   Sat Feb 18 23:40:15 2012 +0000

    usbdux: Add usbduxsigma firmware
    
    This adds the missing firmware for usbduxsigma. The
    driver is already part of the kernel 3.2. The firware
    was submitted with the initial driver submission but
    probably got lost when the kernel.org was attacked.
    Added usbduxsigma to the list of files in WHENCE
    
    Signed-off-by: Bernd Porr <berndporr at f2s.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit faacea8bbfa5edf07f15670e857b896d887fcd80
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Feb 19 01:08:40 2012 +0000

    Remove execute permissions from various blobs
    
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit 6f8990bcd29b68647783b4447bf710f5aa93cf5d
Author: Barak Witkowski <barak at broadcom.com>
Date:   Thu Feb 16 14:40:15 2012 +0200

    bnx2x: adding fw 7.2.16
    
    This new FW adds the ability to aggregate packets for GRO (and not just LRO) and
    also fixes some bugs. Please consider adding it to the FW tree:
    
    1. Added new aggregation mode: GRO. In this mode packets are aggregated such
       that the original packets can be reconstructed by the O/S.
    2. 57712 HW bug workaround - initialized all CAM TM registers to 0x32.
    3. Adding the FCoE statistics structures to the BNX2X HSI.
    4. Wrong configuration of TX HW input buffer size may cause theoretical
       performance effect. Performed configuration fix.
    5. FCOE - Arrival of packets beyond task IO size can lead to crash.
       Fix firmware data-in flow.
    6. iSCSI - In rare cases of on-chip termination the graceful termination timer
       hangs, and the termination doesn't complete. Firmware fix to MSL timer
       tolerance.
    7. iSCSI - Chip hangs when target sends FIN out-of-order or with isles open at
       the initiator side. Firmware implementation corrected to drop FIN received
       out-of-order or with isles still open.
    8. iSCSI - Chip hangs when in case of retransmission not aligned to 4-bytes from
       the beginning of iSCSI PDU. Firmware implementation corrected to support
       arbitrary aligned retransmissions.
    9. iSCSI - Arrival of target-initiated NOP-IN during intense ISCSI traffic might
       lead to crash. Firmware fix to relevant flow.
    
    Signed-off-by: Barak Witkowski <barak at broadcom.com>
    Signed-off-by: Eilon Greenstein <eilong at broadcom.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit d50f59e0d23dd1bbaee0ce25280af44efdb3453e
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Feb 19 00:59:57 2012 +0000

    cxgb4: Delete unused file cxgb4/t4fw-1.3.10.0.bin
    
    There doesn't appear to be any driver version that will request the
    file "cxgb4/t4fw-1.3.10.0.bin".  The current version requests
    "cxgb4/t4fw.bin" which remains as a symlink.
    
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit 07af67ca68d194960a63d72baba9ffbedc806306
Author: Divy Le Ray <divy at chelsio.com>
Date:   Wed Feb 15 22:42:47 2012 -0800

    linux-firmware: update cxgb3 driver firmware to revision 7.12.0
    
    Signed-off-by: Divy Le Ray <divy at chelsio.com>

commit 196909a42daab6b08203b01c6bbdaab0d8572515
Author: Divy Le Ray <divy at chelsio.com>
Date:   Wed Feb 15 22:42:45 2012 -0800

    linux-firmware: add t4fw-1.4.16.0.bin firmware for cxgb4 driver.
    
    Update t4fw.bin symlink to point the the latest firmware.
    
    Signed-off-by: Divy Le Ray <divy at chelsio.com>

commit 3b460f1dca7a9f03e4dedf86867ba8b9a0ba7045
Author: Divy Le Ray <divy at chelsio.com>
Date:   Wed Feb 15 22:42:37 2012 -0800

    linux-firmware: rename t4fw.bin
    
    Suffix the FW file name with its version number.
    The cxgb4 driver looks up t4fw.bin, so add this file as a symlink.
    
    Signed-off-by: Divy Le Ray <divy at chelsio.com>

commit 38118a598df73d5a9fd72bf04910e8298db82a46
Author: Arend van Spriel <arend at broadcom.com>
Date:   Fri Feb 3 21:56:45 2012 +0100

    linux-firmware: brcm: add firmware for bcm43236 usb device
    
    The brcmfmac driver located in drivers/net/wireless/brcm80211 has
    been extended with support for USB devices. This patch adds firmware
    for the bcm43236 device.
    
    Signed-off-by: Arend van Spriel <arend at broadcom.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit a3041bd28a2e04f9459e8d356aa78529c0566fa2
Author: Franky Lin <frankyl at broadcom.com>
Date:   Fri Feb 3 21:56:44 2012 +0100

    linux-firmware: brcm: remove nvram file for bcm4329 development board
    
    The nvram file contains configuration info for firmware which varies
    with different hardware designs. The version currently in the
    repository is for a Broadcom-internal development board that is not
    available on the market. This file is not applicable for any exsisting
    end-user product. Users should use the nvram file that was
    shipped with their device to avoid unexpected or incorrect behavior.
    Remove the file from repository to avoid confusion.
    
    Signed-off-by: Franky Lin <frankyl at broadcom.com>
    Signed-off-by: Arend van Spriel <arend at broadcom.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit 21afc6feabb3f6599eef35ff8a2cf80043d3bfa0
Author: Franky Lin <frankyl at broadcom.com>
Date:   Fri Feb 3 21:56:43 2012 +0100

    linux-firmware: brcm: add bcm4330 firmware for brcmfmac
    
    This is the initial version of bcm4330 firmware of brcmfmac
    
    Signed-off-by: Franky Lin <frankyl at broadcom.com>
    Signed-off-by: Arend van Spriel <arend at broadcom.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

commit db83e1f9418fa9eb33d825c4d9fb5e1a30e889bb
Author: Franky Lin <frankyl at broadcom.com>
Date:   Fri Feb 3 21:56:42 2012 +0100

    linux-firmware: brcm: add new bcm4329 firmware for brcmfmac
    
    This patch adds new version of bcm4329 firmware image for brcmfmac
    from 3.3 or later kernel.
    
    Signed-off-by: Franky Lin <frankyl at broadcom.com>
    Signed-off-by: Arend van Spriel <arend at broadcom.com>
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

Modified:
  linux-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 14:26:11 UTC (rev 151518)
+++ PKGBUILD	2012-02-27 14:32:12 UTC (rev 151519)
@@ -8,7 +8,7 @@
 #
 
 pkgname=linux-firmware
-pkgver=20120205
+pkgver=20120227
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 arch=('any')
@@ -40,7 +40,7 @@
            'rt2x00-rt71w-fw')
 options=(!strip)
 source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6a20c9cedf8b753b7d0aa54fbfad32ae69b6da3ea9afad2465e5facf6d6d1e0')
+sha256sums=('bc1cbee23ab8be8478be66e5486008d81b91fbf6de50347fd1be58b5e56bc6b7')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list