From: ryan.harkin@linaro.org (Ryan Harkin)
To: linux-arm-kernel@lists.infradead.org
Subject: brcm, cyw_bt: Add latest Cypress/Murata firmware
Date: Thu, 19 Apr 2018 15:04:09 +0100 [thread overview]
Message-ID: <1524146649-25267-1-git-send-email-ryan.harkin@linaro.org> (raw)
Murata has created a github project for the firmware for their 43xx
family of devices:
https://github.com/murata-wireless
This project contains firmware binaries for their WiFi and BT parts
containing the Cypress IP.
The binary files are licensed under the same LICENCE.cypress as present
in this repo already. The NVRAM files are text and are licensed under
GPLv2.
This series copies the binaries from the github project into
linux-firmware where other downstream projects may benefit.
The following changes since commit b562d2f3583f19ecda22b08e514ced57dd1e5f4d:
linux-firmware: update wil6210 firmware to 5.2.0.18 (2018-04-16 09:55:50 -0400)
are available in the git repository at:
https://git.linaro.org/landing-teams/working/mbl/linux-firmware.git rmh-murata-update
for you to fetch changes up to 53bd09779d9b378316a2b81ec55f4b20033d4542:
cyw_bt: add Cypress 43xx Bluetooth patch files (2018-04-18 14:05:28 +0100)
----------------------------------------------------------------
Ryan Harkin (3):
brcm: update firmware from Murata repo
brcm: add fmac nvram files
cyw_bt: add Cypress 43xx Bluetooth patch files
WHENCE | 57 ++++++++++++++++++++++++++++++++++++++++++------
brcm/README_NVRAM | 16 ++++++++++++++
brcm/brcmfmac43012-sdio.1LV.txt | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43012-sdio.bin | Bin 0 -> 210254 bytes
brcm/brcmfmac43012-sdio.clm_blob | Bin 0 -> 7697 bytes
brcm/brcmfmac43012-sdio.txt | 1 +
brcm/brcmfmac43340-sdio.1BW.txt | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43340-sdio.bin | Bin 402210 -> 400864 bytes
brcm/brcmfmac43340-sdio.txt | 1 +
brcm/brcmfmac43362-sdio.SN8000.txt | 49 ++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43362-sdio.bin | Bin 219557 -> 201276 bytes
brcm/brcmfmac43362-sdio.txt | 1 +
brcm/brcmfmac4339-sdio.1CK.txt | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac4339-sdio.ZP.txt | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac4339-sdio.bin | Bin 562183 -> 565481 bytes
brcm/brcmfmac4339-sdio.txt | 1 +
brcm/brcmfmac43430-sdio.1DX.txt | 43 ++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43430-sdio.1LN.txt | 1 +
brcm/brcmfmac43430-sdio.bin | Bin 369577 -> 388739 bytes
brcm/brcmfmac43430-sdio.txt | 1 +
brcm/brcmfmac43455-sdio.1HK.txt | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43455-sdio.1LC.txt | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43455-sdio.1MW.txt | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac43455-sdio.bin | Bin 488193 -> 594969 bytes
brcm/brcmfmac43455-sdio.clm_blob | Bin 0 -> 11913 bytes
brcm/brcmfmac43455-sdio.txt | 1 +
brcm/brcmfmac4354-sdio.1BB.txt | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac4354-sdio.bin | Bin 626589 -> 605388 bytes
brcm/brcmfmac4354-sdio.txt | 1 +
brcm/brcmfmac4356-pcie.1CX.txt | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
brcm/brcmfmac4356-pcie.bin | Bin 661999 -> 648770 bytes
brcm/brcmfmac4356-pcie.txt | 1 +
cyw_bt/CYW43012C0.1LV.hcd | Bin 0 -> 28063 bytes
cyw_bt/CYW43341B0.1BW.hcd | Bin 0 -> 40984 bytes
cyw_bt/CYW4335C0.ZP.hcd | Bin 0 -> 33465 bytes
cyw_bt/CYW43430A1.1DX.1dB_Less.hcd | Bin 0 -> 35322 bytes
cyw_bt/CYW43430A1.1DX.2dB_Less.hcd | Bin 0 -> 35322 bytes
cyw_bt/CYW43430A1.1DX.hcd | Bin 0 -> 14265 bytes
cyw_bt/CYW4345C0.1MW.hcd | Bin 0 -> 55105 bytes
cyw_bt/CYW4350C0.1BB.hcd | Bin 0 -> 78697 bytes
cyw_bt/CYW4354A2.1CX.hcd | Bin 0 -> 31178 bytes
41 files changed, 1211 insertions(+), 7 deletions(-)
create mode 100644 brcm/README_NVRAM
create mode 100644 brcm/brcmfmac43012-sdio.1LV.txt
create mode 100644 brcm/brcmfmac43012-sdio.bin
create mode 100644 brcm/brcmfmac43012-sdio.clm_blob
create mode 120000 brcm/brcmfmac43012-sdio.txt
create mode 100644 brcm/brcmfmac43340-sdio.1BW.txt
create mode 120000 brcm/brcmfmac43340-sdio.txt
create mode 100644 brcm/brcmfmac43362-sdio.SN8000.txt
create mode 120000 brcm/brcmfmac43362-sdio.txt
create mode 100644 brcm/brcmfmac4339-sdio.1CK.txt
create mode 100644 brcm/brcmfmac4339-sdio.ZP.txt
create mode 120000 brcm/brcmfmac4339-sdio.txt
create mode 100644 brcm/brcmfmac43430-sdio.1DX.txt
create mode 120000 brcm/brcmfmac43430-sdio.1LN.txt
create mode 120000 brcm/brcmfmac43430-sdio.txt
create mode 100644 brcm/brcmfmac43455-sdio.1HK.txt
create mode 100644 brcm/brcmfmac43455-sdio.1LC.txt
create mode 100644 brcm/brcmfmac43455-sdio.1MW.txt
create mode 100644 brcm/brcmfmac43455-sdio.clm_blob
create mode 120000 brcm/brcmfmac43455-sdio.txt
create mode 100644 brcm/brcmfmac4354-sdio.1BB.txt
create mode 120000 brcm/brcmfmac4354-sdio.txt
create mode 100644 brcm/brcmfmac4356-pcie.1CX.txt
create mode 120000 brcm/brcmfmac4356-pcie.txt
create mode 100644 cyw_bt/CYW43012C0.1LV.hcd
create mode 100644 cyw_bt/CYW43341B0.1BW.hcd
create mode 100644 cyw_bt/CYW4335C0.ZP.hcd
create mode 100644 cyw_bt/CYW43430A1.1DX.1dB_Less.hcd
create mode 100644 cyw_bt/CYW43430A1.1DX.2dB_Less.hcd
create mode 100644 cyw_bt/CYW43430A1.1DX.hcd
create mode 100644 cyw_bt/CYW4345C0.1MW.hcd
create mode 100644 cyw_bt/CYW4350C0.1BB.hcd
create mode 100644 cyw_bt/CYW4354A2.1CX.hcd
next reply other threads:[~2018-04-19 14:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-19 14:04 Ryan Harkin [this message]
2018-04-20 13:27 ` brcm, cyw_bt: Add latest Cypress/Murata firmware Josh Boyer
2018-04-20 17:09 ` Hans de Goede
[not found] ` <CAD0U-hKiK62Efg=kj3=-MOeeVA-4g0HW-6TW8Jo-YNuUs5LEQg@mail.gmail.com>
2018-04-23 15:38 ` Hans de Goede
[not found] ` <CAD0U-hJ5ebJa0s+myT-qdEhwCVraHake8-z5u7CVeo1G3gGwjQ@mail.gmail.com>
2018-04-23 15:56 ` Hans de Goede
[not found] ` <CAD0U-hKMhgh9dgvBaEB66K_JomnkY82HDdtWu-tpYpNZw7mMMQ@mail.gmail.com>
2018-04-23 17:35 ` Hans de Goede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524146649-25267-1-git-send-email-ryan.harkin@linaro.org \
--to=ryan.harkin@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).