update package to 20221012
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>master
parent
b427944754
commit
d90d608eb7
|
@ -0,0 +1,30 @@
|
|||
From c52ba8f88ddd5c88db2597437a9dd18bcfcc8527 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Robinson <pbrobinson@gmail.com>
|
||||
Date: Sun, 16 Oct 2022 13:48:35 +0100
|
||||
Subject: [PATCH] brcm: add symlink for Pi Zero 2 W NVRAM file
|
||||
|
||||
The Raspberry Pi Zero 2 W comes with two possible WiFi modules.
|
||||
One of them is the same module as shipped in the original
|
||||
Raspberry Pi 3B and Zero W so lets link them so the devices
|
||||
with that module will work out of the box.
|
||||
|
||||
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
||||
---
|
||||
WHENCE | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/WHENCE b/WHENCE
|
||||
index 816cf7c..0c6dd8e 100644
|
||||
--- a/WHENCE
|
||||
+++ b/WHENCE
|
||||
@@ -2857,6 +2857,7 @@ File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt"
|
||||
File: "brcm/brcmfmac43430-sdio.MUR1DX.txt"
|
||||
File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt"
|
||||
Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||
+Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-2-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
||||
File: "brcm/brcmfmac43455-sdio.acepc-t8.txt"
|
||||
File: "brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt"
|
||||
Link: brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -> brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
||||
--
|
||||
2.37.3
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
%global debug_package %{nil}
|
||||
%global firmware_release 140
|
||||
%global firmware_release 142
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20220913
|
||||
Version: 20221012
|
||||
Release: %{firmware_release}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
|
@ -14,6 +14,7 @@ BuildArch: noarch
|
|||
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz
|
||||
Patch1: 0001-Add-support-for-compressing-firmware-in-copy-firmwar.patch
|
||||
Patch2: 0001-brcm-add-symlink-for-Pi-Zero-2-W-NVRAM-file.patch
|
||||
|
||||
BuildRequires: make
|
||||
Requires: linux-firmware-whence
|
||||
|
@ -528,6 +529,31 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||
%{_firmwarepath}/netronome/*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 16 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 20221012-142
|
||||
- Add link for one variant of Raspberry Pi Zero 2W WiFi module
|
||||
|
||||
* Thu Oct 13 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 20221012-141
|
||||
- Update to upstream 20221012 release
|
||||
- rtl_bt: Update RTL8852C BT USB firmware to 0xD5B8_A40A
|
||||
- amdgpu: update various generations of RLC firmware
|
||||
- mediatek: Update mt8195 SOF firmware to v0.4.1
|
||||
- qcom: add squashed version of a530 zap shader
|
||||
- rtw89: 8852c: update fw to v0.27.56.1
|
||||
- mediatek: Update mt8186 SCP firmware
|
||||
- Update AMD cpu microcode
|
||||
- mediatek: mt8195: Update scp.img to v2.0.11956
|
||||
- mediatek: Add new mt8195 SOF firmware
|
||||
- mediatek: Update mt8186 SOF firmware to v0.2.1
|
||||
- update firmware for mediatek bluetooth chip (MT7922)
|
||||
- rtl_bt: Update RTL8852A BT USB firmware to 0xD9B8_8207
|
||||
- update firmware for mediatek bluetooth chip (MT7921)
|
||||
- update firmware for MT7921/MT7922 WiFi device
|
||||
- cxgb4: Update firmware to revision 1.27.0.0
|
||||
- i915: Add versionless HuC files for current platforms
|
||||
- i915: Add GuC v70.5.1 for DG1, DG2, TGL and ADL-P
|
||||
- qca: Update firmware files for BT chip WCN3991.
|
||||
- Removing crnv32
|
||||
|
||||
* Thu Sep 29 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 20220913-140
|
||||
- Update to upstream 20220913 release
|
||||
- amdgpu: update yellow carp DMCUB firmware
|
||||
|
|
Loading…
Reference in New Issue