1
0
Fork 0
Commit Graph

649 Commits (a817a9b8707153ac723ddb1a534f451ff78c9ee8)

Author SHA1 Message Date
Vinod Koul e567d7771d linux-firmware: update audio firmware for Braswell platform
This updates the firmware for BSW platform, which includes the fixes for BSW
power management.
The firmware version is also added to WHENCE file. The version is
v01.0B.02.01.
The md5sum of the file is cf8caa8d33e95744f25adcab1373daff

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:54:23 -04:00
Ben Young Tae Kim 23d1340528 qca: add BT firmware files to support QCA ROME chips
Latest firmware files supporting QCA61x4 ROME family chipset

Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:51:43 -04:00
Hariprasad Shenai a2586e1f57 cxgb4: Add BT adapter PHY firmware
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:46:55 -04:00
Stefan Schmidt 7d9dd88bca linux-firmware: add firmware for atusb driver
The atusb kernel driver is sitting in the bluetooth-next tree waiting for the
merge window to open. It's scheduled for 4.2.

Flashing goes into permanent storage and the GPLv2+ firmware allows for further
explorations. See ChangeLog for more details and links.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:46:52 -04:00
Luis R. Rodriguez d3cf09a976 README: clarify redistribution requirements covering patents
Firmware licenses on linux-firmware should include an implicit
or explicit patent grant to end users for full device operation
otherwise it would start making linux-firmware useless for many
Linux distributions which have positions against patent encumbered
software [0] [1] [2] and it would mean cherry picking firmware files
out. It can also mean making it problematic to redistribute linux-firmware
in some jurisdictions which could have different positions on
patents, or have already outlawed software patents.

Licenses with implicit patent grants are allowed given that otherwise
we couldn't carry permissively licensed firmwares which would be silly,
but using permissively licensed firmware files which remove patent
grants explicitly are not allowed.

A clarifications is needed as one attempt was already made to include
firmware encumbered by patents without a grant [3] and it was decided
we would not allow these. We clarify this to make this requirement
explicit and prevent these type of further attempts.

[0] https://www.debian.org/legal/patent
[1] http://fedoraproject.org/wiki/Software_Patents#Red_Hat.27s_position_on_Software_Patents
[2] http://www.openinventionnetwork.com/about-us/
[3] https://lkml.org/lkml/2014/3/14/182

Cc: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:38:40 -04:00
Alex Deucher 6f7e8cce17 radeon: add firmware for VCE1.0 hardware
This is the firmware for the VCE (video encoding engine)
block in SI and TN/RL asics.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-07-14 16:37:45 -04:00
Rodrigo Vivi a750f4ee10 linux-firmware: New minor DMC release for Skylake - ver1_18
Following additions:
1. No changes to the FW program itself
2. CSS header size field was fixed
3. DMCheader length field is mentioned in dwords instead of bytes
4. Date field is fixed in header.
4. Fixed the DMC Header.HeaderLen issue. The HeaderLen is specified in bytes instead of dwords.
6. DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.16
DC3_DC5_COUNT                  80030
DC5_DC6_COUNT                  8002C

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-06-19 17:29:18 -07:00
Emmanuel Grumbach c6c4150eaa iwlwifi: add new -13 firmware for iwlmvm devices
This firmware also supports 3165.
This is the first firmware release for 8000.

Version number: 25.30.13.0
Revision number: 183742
Build number: WFFW14681

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-06-18 20:06:17 +03:00
Rodrigo Vivi 5a7595e80b linux-firmware: New minor DMC release for Skylake.
Following additions:
1. The DE_RRMR and DE_GUCRMR register bits are set before the restore of
the registers to mask the flip done, etc. Once all the registers are
restored, these registers are restored.
2. The pipe interrupt registers are restored only after the plane has
been enabled.
3. Naming of the file changed from .5 to .16 to make it two decimal
points for increased number of versions that can be supported.
4. DC 5 and 6 count locations are in the below mentioned offsets
DC3_DC5_COUNT                  80030
DC5_DC6_COUNT                  8002C

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-06-05 14:10:41 -07:00
Rodrigo Vivi d8d7887047 linux-firmware: Add i915 DMC firmware for Broxton
DMC provides additional graphics low-power idle states. It provides
capability to save and restore display registers across these
low-power states independently from the OS/Kernel.

This is the first release of DMC firmware for Broxton platforms.

bxt_dmc_ver1.bin is a symbolik link to latest recommended minor
release.
This major version will be just upgraded on code when it is required
software changes for API/ABI compatibility.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-06-05 14:04:41 -07:00
Rodrigo Vivi 4e27950458 linux-firmware: Add i915 GuC firmware
GuC is designed to perform graphics workload scheduling on the various
graphics parallel engines. In this scheduling model, host software
submits work through one of the 256 graphics doorbells and this invokes
the scheduling operation on the appropriate graphics engine. Scheduling
operations include determining which workload to run next, submitting a
workload to a command streamer, pre-empting existing workloads running
on an engine, monitoring progress and notifying host SW when work is
done.

This is the first release of GuC firmware for Skylake platforms.

skl_guc_ver1.bin is a symbolik link to latest recommended minor release.
This major version will be just upgraded on code when it is required
software changes for API/ABI compatibility.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-06-05 14:01:25 -07:00
Rodrigo Vivi b693dacc8b linux-firmware: Add i915 DMC firmware
DMC provides additional graphics low-power idle states. It provides
capability to save and restore display registers across these low-power
states independently from the OS/Kernel.

This is the first release of DMC firmware for Skylake platforms.

skl_dmc_ver1.bin is a symbolik link to latest recommended minor release.
This major version will be just upgraded on code when it is required
software changes for API/ABI compatibility.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2015-06-05 13:59:20 -07:00
Tedd Ho-Jeong An 3161bfa479 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4)
This patch updates the firmware patch for Intel Bluetooth 7260 (B3/B4)
also known as Intel WP2 B3 and WP1 B4.

Patch Version: 79

Release Version: 152.1

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:48 -04:00
Tedd Ho-Jeong An 6a02a3164c linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)
This patch updates the firmware patch for Intel Bluetooth 7260 (B5/B6)
also known as Intel WP2 B5 and WP1 B6.

Patch Version: 26

Release Version: 152

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:46 -04:00
Kyle McMartin 02588022dd Revert "linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4)"
This reverts commit 1a933a9a08.

Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:44 -04:00
Kyle McMartin 7fbb5b4eba Revert "linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)"
This reverts commit bedf3f12a4.

Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:41 -04:00
Tedd Ho-Jeong An 520952e556 linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)
This patch updates the firmware patch for Intel Bluetooth 7265 (C0/D0)
also known as Intel StP C0 and StP D0.

C0 Patch Version: 43
D0 Patch Version: 15

Release Version: 152

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:36 -04:00
Kyle McMartin 87a1fa19cd Revert "linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)"
This reverts commit 8c339e0310.

Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-13 11:12:32 -04:00
Yaniv Machani dbe3f134bb wl18xx: update firmware file, remove conf file
- Firmware file was updated (8.9.0.0.39), includes bug fixes and improvements.
    - Configuration binary removed, it is no longer fits all releases.
      Moreover it should be configured per HW platform.
      More information can found in here :
      http://processors.wiki.ti.com/index.php/Open_Source_Wireless_Connectivity_wlconf

Signed-off-by: Yaniv Machani <yanivma@ti.com>
2015-05-10 08:41:49 +03:00
Daniel Drake 8e181320b1 linux-firmware: Add Realtek Bluetooth HCD firmware
By uploading these firmware files to the Realtek Bluetooth HCD
(on the USB bus), the HCD becomes compliant with standard btusb
interfaces. The code to automatically upload the firmware has
been already upstreamed and it is currently in linux-next.

Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 13:12:23 -04:00
Kyle McMartin 7c5a548ae7 brcm: add brcmfmac43241b5-sdio.bin to WHENCE
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 13:00:18 -04:00
Kyle McMartin 405733beb9 linux-firmware: Fix nvidia/tegra210/xusb.bin permissions
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:58:12 -04:00
Tedd Ho-Jeong An 1a933a9a08 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4)
This patch updates the firmware patch for Intel Bluetooth 7260 (B3/B4)
also known as Intel WP2 B3 and WP1 B4.

Patch Version: 79

Release Version: 152.1

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:40:05 -04:00
Tedd Ho-Jeong An bedf3f12a4 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)
This patch updates the firmware patch for Intel Bluetooth 7260 (B5/B6)
also known as Intel WP2 B5 and WP1 B6.

Patch Version: 26

Release Version: 152

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:40:04 -04:00
Tedd Ho-Jeong An 8c339e0310 linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)
This patch updates the firmware patch for Intel Bluetooth 7265 (C0/D0)
also known as Intel StP C0 and StP D0.

C0 Patch Version: 43
D0 Patch Version: 15

Release Version: 152

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:39:55 -04:00
Arend van Spriel 1f6cecd63e brcm: add firmware for BCM4324(1) B5 chipset
This patch provides firmware for the B5 version of the BCM4324(1)
device. This device can be found in Lenovo Thinkpad Tablets.

Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:39:04 -04:00
Arend van Spriel 9eed3e9dbc brcm: replace non-working firmware for BCM4339
Mistake was made sending out firmware for the BCM4339. Fortunately
it was discovered by co-worker.

Reported-by: Pontus Fuchs <pontusf@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:39:03 -04:00
Arend van Spriel 2709f564e1 brcm: add firmware for BCM43570 PCIe device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:39:01 -04:00
Arend van Spriel e7bd289ad8 brcm: add firmware for BCM43569 USB device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-05-08 12:38:38 -04:00
Kyle McMartin 15df7fb5a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 2015-05-08 12:36:30 -04:00
Emmanuel Grumbach 888ea193da iwlwifi: update -12.ucode for 3160 / 7260 / 7265 / 7265D
Version number: 25.17.12.0
Revision number: 145607
Build number: WFFW12659

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-05-03 15:08:00 +03:00
Kalle Valo 41d6728cb3 ath3k: update AR3012 2.2.1 firmware with v.170
This is the latest firmware version for AR3012 2.2.1.
This also includes configuration file for coex support,
where all Bluetooth traffic is treated as high priority.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-04-13 10:00:12 -04:00
Kyle McMartin ec89525b2a firmware: WHENCE: note nvidia xusb.bin firmware versions
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-04-10 11:00:59 -04:00
Andrew Chew 86f4dcabc8 firmware: tegra: Add XHCI firmware v50.07 for T210
Add firmware file for the T210 XHCI controller.  Note that this is only
compatible with T210 (T124 should continue using nvidia/tegra124/xusb.bin).

Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-04-10 10:59:27 -04:00
Hariprasad Shenai f6c767f398 cxgb4: update firmware to revision 1.13.32.0 for T4 and T5
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
2015-03-24 22:22:48 -07:00
Arend van Spriel f404336ba8 brcm: upgrade firmware for BCM4354 SDIO device
Moving to firmware version 7.35.79.57.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:43 -04:00
Arend van Spriel fa723d9001 brcm: add firmware for BCM43340/1 SDIO devices
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:42 -04:00
Arend van Spriel a869ebeb32 brcm: add firmware for BCM4339 SDIO device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:41 -04:00
Arend van Spriel b9a38d041d brcm: add firmware for BCM43455 SDIO device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:39 -04:00
Arend van Spriel bebb2c06d8 brcm: add firmware files for BCM43602 PCIe device
This patch adds firmware files for the BCM43602 PCIe device
supported by brcmfmac. This device is used in router equipment
like Netgear R8000. For this reason there are two firmware
files in this patch.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:38 -04:00
Arend van Spriel 64444e076d brcm: add firmware for BCM4356 PCIe device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:36 -04:00
Arend van Spriel b63c1be4f7 brcm: add firmware for BCM43242 USB device
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-20 09:33:34 -04:00
Oded Gabbay f10b97abda radeon: Update Kaveri MEC firmware to #396
This patch updates the Kaveri MEC firmware to #396 (from #391).
The MEC firmware is mainly used for amdkfd - AMD's HSA Linux kernel driver.

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-18 13:22:46 -04:00
Kalle Valo 40d14143b7 ath10k: add firmware 10.2.4.45 as firmware-4.bin
This is the latest firmware from 10.2.4 firmware branch.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-13 16:14:55 -04:00
Adrian Chadd 3de1c437e7 Add v1.4.0 firmware for ath9k_htc.
This fixes a variety of issues, including but not limited to:

    ath9k_htc_firmware: check only the mesh control present subfield
    Fix: bug in extend_tsf near 0x8000000 values
    FIX: support rstamps from the future too.
    Firmware sometimes returns erroneous timestamps(2)
    Fixed incorrect wrapping handling in ath_extend_tsf().
    Firmware sometimes returns erroneous timestamps
    Added proper synchronization while handling lower 32 bit and
        upper 32 bit parts in ar5416GetTsf64().
    Fix resetting of txstatus flags.
    Fix Array Out of Bounds in rcSibUpdate_ht()
    ath9k_htc_firmware: fix the offset of CCMP header for mesh data frame
    init.c: do cold reboot on exception
    wmi:eadd new command WMI_REG_RMW_CMDID
    remove transfer type patches for EP3 and EP4
    k2_fw_usb_api: workaround for EP4 bug.
    k2_fw_usb_api: prevent buffer overflow.
    k2_fw_usb_api: fix typo in usb reg address
    k2_fw_usb_api: add delay after mac reset
    simplify STBC handling

This has been tested on both AR7010 and AR9271 devices.

Signed-off-by: Adrian Chadd <adrian@FreeBSD.org>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-13 15:22:33 -04:00
Kyle McMartin 5aefb4c492 ath9k_htc: revert versions in WHENCE to 1.3.1
commit 21a6c3e5 reverted htc_7010.fw and htc_9271.fw
to 1.3.1

Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-13 15:19:03 -04:00
Adrian Chadd 21a6c3e55d Revert these to ath9k-htc 1.3.1 - to keep backwards compatibility with
older kernels.

Signed-off-by: Adrian Chadd <adrian@FreeBSD.org>
2015-03-10 16:40:41 -07:00
Kyle McMartin 020e534ec9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 2015-03-09 16:00:03 -04:00
Emmanuel Grumbach d81bc142d7 iwlwifi: update -10.ucode for 3160 / 7260 / 7265 / 7265D
Version number: 23.15.10.0
Revision number: 128913
Build number: WFFW11576

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-03-08 15:55:20 +02:00
Andrew Chew c91690d632 firmware: tegra: Add XHCI firmware v45.46 for T124
Add firmware file for the T124 XHCI controller, along with the NVIDIA
license file.

Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>
2015-03-06 11:37:48 -05:00