SDSD-8887:
WLAN (SDIO) firmware version: W15.68.7.p189
Bluetooth (SDIO) firmware version: 15.26.7.p189
The combo image can be downloaded through either WLAN or
Bluetooth.
SD-8801:
WLAN (SD8801) firmware version: W14.68.36.p204
These devices are WLAN only.
SDSD-8787:
WLAN (SDIO) firmware version: W14.68.35.p66
Bluetooth (SDIO) firmware version: 14.68.35.p66
The combo image can be downloaded through either WLAN or
Bluetooth.
USB-USB8997:
WLAN (USB) firmware version: W16.68.1.p183
Bluetooth (USB) firmware version: 16.26.1.p183
Both WLAN and bluetooth are on USB interface.
The combo image will be downloaded through WLAN only.
PCIe-USB8897:
WLAN (PCIe) firmware version: W15.68.19.p21
Bluetooth (USB) firmware version: 15.28.19.p21
The combo image will be downloaded through WLAN only
PCIe8997:
WLAN (PCIe) firmware version: W16.68.1.p195
During PCIe reset, wifi-only firmware will be download to device
in case bluetooth part do not get affected.
Allen, John [Wed, 13 Feb 2019 18:41:48 +0000 (18:41 +0000)]
linux-firmware: Add AMD SEV firmware
Add AMD Secure Encrypted Virtualization (SEV) firmware to allow for the
updating of the SEV firmware outside of BIOS releases. Naming convention
and directory structure follows the convention defined in the kernel
driver in drivers/crypto/ccp/psp-dev.c
SEV firmware files are to be placed in the "amd" directory and names
should follow the pattern: amd_sev_fam<FAMILY>h_model<MODEL>h.sbin
where FAMILY is the two-digit hexadecimal value of the target processor
family (e.g. 17)
where MODEL is the two-digit hexadecimal value of the target processor
model (e.g. 01) or where the least significant nibble of the two-digit
hexadecimal value can be an 'x' to indicate a range of models
(e.g. 0x for 00 to of).
The firmware provided is version 0.17 build 11 and is for AMD family
17h processors with models in the range 00h to 0fh.
Signed-off-by: John Allen <john.allen@amd.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Rahul Verma [Fri, 8 Feb 2019 08:57:04 +0000 (00:57 -0800)]
bnx2x: Add FW 7.13.11.0.
This patch adds new FW for bnx2x, which adds the following:
- TX VLAN filtering support.
- Enable TPA only for packets without VLAN.
It also addresses few critical issues,
- Fairness algorithm misbehaviour when minimum bandwidth configured
for all PFs.
- Error recovery issue on TAPE devices.
- FW not discarding FIP frames that are not designated to PF.
- Kernel driver initialization failure after preboot driver.
- VxLAN stops working after sending inner IP fragmented traffic.
- Issues in the following FW flows:
SD VLAN update, TX packet drop, packet padding flow, vlan add/remove.
WLAN (SDIO) firmware version: W15.68.19.17
Bluetooth (SDIO) firmware version: 15.26.19.17
The combo image can be downloaded through either WLAN or
Bluetooth.
Matthias Brugger [Tue, 15 Jan 2019 12:22:26 +0000 (13:22 +0100)]
brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B
BCM43430 NVRAM config file for the RPi3 Model B was set to the value
found by brcmf_dmi_probe(), but should use the DT compatible.
Rename the file to actually make it work with the kernel driver.
Hans de Goede [Thu, 13 Dec 2018 16:35:20 +0000 (17:35 +0100)]
brcm: Add 4330 NVRAM for the Prowise PT301 tablet
Add a NVRAM file for the Ampak AP6330 Wifi/BT module as used on the
Prowise PT301 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Prowise PT301 tablet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:19 +0000 (17:35 +0100)]
brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet
Add a NVRAM file for the Broadcom 43430 WiFi/BT chip as found on the
Chuwi Vi8 Plus tablet's mainboard. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Chuwi Vi8 Plus tablet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:18 +0000 (17:35 +0100)]
brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick
Add a NVRAM file for the Ampak AP6234 Wifi/BT module as used on the
Meegopad T08 HDMI stick. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Meegopad T08 HDMI stick.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:17 +0000 (17:35 +0100)]
brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
Jumper EZpad mini 3 tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Jumper EZpad mini 3 tablet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:16 +0000 (17:35 +0100)]
brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet
Add a NVRAM file for the Ampak AP6212 Wifi/BT module as used on the
ONDA V80 Plus tablet. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the ONDA V80 Plus tablet.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:15 +0000 (17:35 +0100)]
brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld
Add a NVRAM file for the Ampak AP6356 Wifi/BT module as used in the
GPD win handheld. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the GPD win handheld.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Lemaker, the manufacturer of the Banana Pro board has always shipped
the NVRAM file from the Cubietech Cubietruck wifi for use with the
Ampak AP6181 43362 WiFi/BT module on the Banana Pro.
This commit adds a symlink from brcmfmac43362-sdio.lemaker,bananapro.txt
to brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt to match this, making
the Wifi on the Banana Pro work OOTB.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:13 +0000 (17:35 +0100)]
brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck
Add a NVRAM file for the Ampak AP6210 Wifi/BT module as found on the
Cubietech Cubietruck board. This file is based on the existing
brcm/brcmfmac43430-sdio.AP6212.txt NVRAM file with the values adjusted
for the Cubietech Cubietruck board.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:12 +0000 (17:35 +0100)]
WHENCE: Put quotes around brcmfmac NVRAM filenames
We are going to add more brcmfmac NVRAM files and some of these will have
spaces in their names, lets be consistens and use quotes around the
filenames of all brcmfmac NVRAM files.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 16:35:11 +0000 (17:35 +0100)]
check_whence.py: Add support for filenames with spaces in them
Some vendors save a couple of cents by not including an eeprom for
wifi parameters on their boards. Instead the driver loads these board
specific parameters through the request_firmware mechanism.
Since these are board specific the filenames also must be board specific,
on x86 DMI strings are used for this and the wifi chipname is postfixed
with $sys_vendor-$product_name from the DMI tables. These DMi variables
may contain spaces.
This commit adds support to check_whence.py for filenames with spaces
in them, after this commit these can be specified by putting double-quotes
around them, e.g "name with spaces.bin".
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Hans de Goede [Thu, 13 Dec 2018 17:31:24 +0000 (18:31 +0100)]
rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS
These files come from the RealtekBluetoothUartPackage_2.17.119.0525 file
which can be downloaded from realtek.com. The download is marked as version
1.0.245.3 / 05/08/2017 on the download page.
The added rtl_bt/rtl8723bs_fw.bin file is called
rtl8723b_mp_bt40_fw_asic_rom_patch.bin in the download.
The added rtl_bt/rtl8723bs_config-OBDA8723.bin file is the
rtl8723b_config_internal.bin file with the UART baudrate changed to 1500000 bps.
I've examined aprox. 20 different Intel BYT/CHT boards, with an RTL8723BS
with the OBDA8723 ACPI ID for the bluetooth part. On these boards the
original firmware image uses either 1500000 or 3000000 bps, so 1500000 bps
is chosen as the safe option which should work everywhere.
Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Louis Peens [Fri, 7 Dec 2018 07:45:03 +0000 (09:45 +0200)]
nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13
New in this release:
- Ingress rate limiting capability on SRIOV VFs.
- LSO support on representor interfaces
Resolved bugs:
- Creating/destroying VFs in a loop can lead to the control
message handler hanging.
Signed-off-by: Louis Peens <louis.peens@netronome.com> Tested-by: Charles Murcott <charles.murcott@netronome.com> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Simon Horman <simon.horman@netronome.com>