linux-firmware: Update WHENCE and add LICENCE.linaro
Fixes: 1fb8dead23e4 ("linux-firmware: Add sm8550 wlan/asoc-topology firmware files")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: Ia8424b5717d2e350dc65cd82ce5484035ed6ecb0
diff --git a/src/linux-firmware/LICENCE.linaro b/src/linux-firmware/LICENCE.linaro
new file mode 100644
index 0000000..eeb43fa
--- /dev/null
+++ b/src/linux-firmware/LICENCE.linaro
@@ -0,0 +1,30 @@
+Note: This license has also been called the “New BSD License” or “Modified BSD License”.
+See also the 2-clause BSD License.
+
+Copyright, Linaro Ltd, 2023
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/src/linux-firmware/WHENCE b/src/linux-firmware/WHENCE
index 4631e54..5f7f4c6 100644
--- a/src/linux-firmware/WHENCE
+++ b/src/linux-firmware/WHENCE
@@ -32,6 +32,18 @@
--------------------------------------------------------------------------
+Driver: ath12k - Qualcomm Technologies Wi-Fi 7 chipset support
+
+File: ath12k/WCN7850/hw2.0/board-2.bin
+File: ath12k/WCN7850/hw2.0/amss.bin
+File: ath12k/WCN7850/hw2.0/m3.bin
+Version: WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
+File: ath12k/WCN7850/hw2.0/Notice.txt
+
+Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details
+
+--------------------------------------------------------------------------
+
Driver: btqca - Qualcomm Atheros Bluetooth support for QCA61x4 chips
File: qca/htbtfw20.tlv
@@ -150,3 +162,14 @@
File: lt9611uxc_fw.bin
License: Redistributable. See LICENSE.Lontium for details.
+--------------------------------------------------------------------------
+
+Driver: qcom-sm8550 - Qualcomm ASoC tplg Firmware
+File: qcom/sm8550/SM8550-HDK-tplg.bin
+File: qcom/sm8550/SM8550-QRD-tplg.bin
+Version: v0.1.0
+
+Licence: Redistributable. See LICENCE.linaro for details
+Originates from https://git.codelinaro.org/linaro/qcomlt/audioreach-topology.git
+
+--------------------------------------------------------------------------
diff --git a/src/sm8x50/device.mk b/src/sm8x50/device.mk
index 50a2cb5..9e0a86e 100644
--- a/src/sm8x50/device.mk
+++ b/src/sm8x50/device.mk
@@ -13,5 +13,7 @@
# Copy notice/license files to rootfs
# Not an AOSP requirement but other Linux distros do this
-PRODUCT_COPY_FILES += \
- $(FIRMWARE_VENDOR_PATH)/ath12k/WCN7850/hw2.0/Notice.txt:$(TARGET_COPY_OUT_VENDOR)/firmware/ath12k/WCN7850/hw2.0/Notice.txt
+PRODUCT_COPY_FILES += \
+ $(FIRMWARE_VENDOR_PATH)/ath12k/WCN7850/hw2.0/Notice.txt:$(TARGET_COPY_OUT_VENDOR)/firmware/ath12k/WCN7850/hw2.0/Notice.txt \
+ $(FIRMWARE_VENDOR_PATH)/LICENSE.QualcommAtheros_ath10k:$(TARGET_COPY_OUT_VENDOR)/firmware/LICENSE.QualcommAtheros_ath10k \
+ $(FIRMWARE_VENDOR_PATH)/LICENCE.linaro:$(TARGET_COPY_OUT_VENDOR)/firmware/LICENCE.linaro