mbox series

[0/1,SRU,B,C,D] linux-firmware: Add firmware file for Intel Bluetooth AX201

Message ID 20190701022024.25669-1-vicamo.yang@canonical.com
Headers show
Series linux-firmware: Add firmware file for Intel Bluetooth AX201 | expand

Message

You-Sheng Yang July 1, 2019, 2:20 a.m. UTC
BugLink: https://launchpad.net/bugs/1834464

[Impact]
Bluetooth on Intel Wireless-AC 9462/9560 requires new firmware blobs to
be enabled.

[Fix]
Backport newly released firmware blobs from linux-firmware. This will
also requires minor change to the WHENCE file to resolve cherry-pick
conflicts. B/C/D would requires this explicitly and Eoan should be
rebased onto linux-firmware master branch HEAD as usual.

[Test Case]
Verified with hardware platforms with corresponding devices. Completely
power off and power on to trigger firmware reload, check from dmesg to
see if Bluetooth firmware has been correctly loaded.

[Regression Risk]
Low. This adds new binary firmware blobs that are only loaded by
targeting hardware.

Bag, Amit K (1):
  linux-firmware: Add firmware file for Intel Bluetooth AX201

 WHENCE                |  21 ++++++++++++++++++++-
 intel/ibt-19-0-0.ddc  | Bin 0 -> 70 bytes
 intel/ibt-19-0-0.sfi  | Bin 0 -> 715376 bytes
 intel/ibt-19-0-1.ddc  | Bin 0 -> 70 bytes
 intel/ibt-19-0-1.sfi  | Bin 0 -> 715376 bytes
 intel/ibt-19-0-4.ddc  | Bin 0 -> 70 bytes
 intel/ibt-19-0-4.sfi  | Bin 0 -> 715376 bytes
 intel/ibt-19-16-4.ddc | Bin 0 -> 70 bytes
 intel/ibt-19-16-4.sfi | Bin 0 -> 715896 bytes
 intel/ibt-19-32-1.ddc | Bin 0 -> 70 bytes
 intel/ibt-19-32-1.sfi | Bin 0 -> 715896 bytes
 11 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 intel/ibt-19-0-0.ddc
 create mode 100644 intel/ibt-19-0-0.sfi
 create mode 100644 intel/ibt-19-0-1.ddc
 create mode 100644 intel/ibt-19-0-1.sfi
 create mode 100644 intel/ibt-19-0-4.ddc
 create mode 100644 intel/ibt-19-0-4.sfi
 create mode 100644 intel/ibt-19-16-4.ddc
 create mode 100644 intel/ibt-19-16-4.sfi
 create mode 100644 intel/ibt-19-32-1.ddc
 create mode 100644 intel/ibt-19-32-1.sfi

Comments

Seth Forshee July 3, 2019, 12:52 p.m. UTC | #1
On Mon, Jul 01, 2019 at 10:20:23AM +0800, You-Sheng Yang wrote:
> BugLink: https://launchpad.net/bugs/1834464
> 
> [Impact]
> Bluetooth on Intel Wireless-AC 9462/9560 requires new firmware blobs to
> be enabled.
> 
> [Fix]
> Backport newly released firmware blobs from linux-firmware. This will
> also requires minor change to the WHENCE file to resolve cherry-pick
> conflicts. B/C/D would requires this explicitly and Eoan should be
> rebased onto linux-firmware master branch HEAD as usual.
> 
> [Test Case]
> Verified with hardware platforms with corresponding devices. Completely
> power off and power on to trigger firmware reload, check from dmesg to
> see if Bluetooth firmware has been correctly loaded.
> 
> [Regression Risk]
> Low. This adds new binary firmware blobs that are only loaded by
> targeting hardware.

Applied to linux-firmware/{bionic,cosmic,disco}. Thanks!