forked from pool/kernel-firmware-qcom
Compare commits
5 Commits
25ba0ac8c0
...
fde6b6ca1d
Author | SHA256 | Date | |
---|---|---|---|
|
fde6b6ca1d | ||
|
4ca13ea718 | ||
|
229c30e902 | ||
|
16f16d4e2e | ||
|
ff2e5bd734 |
2
git_id
2
git_id
@@ -1 +1 @@
|
|||||||
12fe085fa4096dedd82a9af0901fb8721379011f
|
ecdbd2b8af04b515732fbf11113cec16651915f0
|
||||||
|
BIN
kernel-firmware-qcom-20250613.tar.xz
(Stored with Git LFS)
BIN
kernel-firmware-qcom-20250613.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
kernel-firmware-qcom-20250714.tar.xz
(Stored with Git LFS)
Normal file
BIN
kernel-firmware-qcom-20250714.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 15:47:24 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Remove stale *.rpmmoved directories (bsc#1244458)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 07:11:06 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Update to version 20250714 (git commit ecdbd2b8af04):
|
||||||
|
* qcom: Update gpu firmwares of QCS615 chipset
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 10 16:43:48 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Update to version 20250708 (git commit 99d64b4f788c):
|
||||||
|
* qcom/adreno: move A610 and A702 ZAP files to Adreno driver section
|
||||||
|
* qcom: Add sdx61 Foxconn vendor firmware image file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 7 07:22:53 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Update to version 20250707 (git commit ba5e4e381494):
|
||||||
|
* qcom/adreno: sort entries in WHENCE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 05:29:32 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Update to version 20250616 (git commit 1d98972a5635):
|
||||||
|
* qcom: add gpu firmwares for X1P42100 chipset
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 15 09:08:58 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
Sun Jun 15 09:08:58 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
@@ -20,17 +20,17 @@
|
|||||||
%define _firmwaredir /lib/firmware
|
%define _firmwaredir /lib/firmware
|
||||||
%endif
|
%endif
|
||||||
%define __ksyms_path ^%{_firmwaredir}
|
%define __ksyms_path ^%{_firmwaredir}
|
||||||
%define git_version 12fe085fa4096dedd82a9af0901fb8721379011f
|
%define git_version ecdbd2b8af04b515732fbf11113cec16651915f0
|
||||||
|
|
||||||
Name: kernel-firmware-qcom
|
Name: kernel-firmware-qcom
|
||||||
Version: 20250613
|
Version: 20250714
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Kernel firmware files for Qualcomm device drivers
|
Summary: Kernel firmware files for Qualcomm device drivers
|
||||||
License: GPL-2.0-or-later AND SUSE-Firmware
|
License: GPL-2.0-or-later AND SUSE-Firmware
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: https://github.com/openSUSE/kernel-firmware-tools/archive/refs/tags/20250605.tar.gz#/kernel-firmware-tools-20250605.tar.gz
|
Source1: https://github.com/openSUSE/kernel-firmware-tools/archive/refs/tags/20250721.tar.gz#/kernel-firmware-tools-20250721.tar.gz
|
||||||
Source2: %{name}-rpmlintrc
|
Source2: %{name}-rpmlintrc
|
||||||
Source3: git_id
|
Source3: git_id
|
||||||
Source10: aliases
|
Source10: aliases
|
||||||
@@ -340,25 +340,21 @@ install -c -D -m 0644 WHENCE %{buildroot}%{_licensedir}/%{name}/WHENCE
|
|||||||
install -c -D -m 0644 README.md %{buildroot}%{_docdir}/%{name}/README.md
|
install -c -D -m 0644 README.md %{buildroot}%{_docdir}/%{name}/README.md
|
||||||
|
|
||||||
%pretrans -p <lua>
|
%pretrans -p <lua>
|
||||||
if not macros then
|
path = "%{_firmwaredir}/qcom/LENOVO/21BX"
|
||||||
fwdir = "/lib/firmware"
|
|
||||||
else
|
|
||||||
fwdir = macros._firmwaredir
|
|
||||||
end
|
|
||||||
path = fwdir .. "/qcom/LENOVO/21BX"
|
|
||||||
st = posix.stat(path)
|
st = posix.stat(path)
|
||||||
if st and st.type == "directory" then
|
if st and st.type == "directory" then
|
||||||
status = os.rename(path, path .. ".rpmmoved")
|
path2 = path .. ".rpmmoved"
|
||||||
if not status then
|
if not os.rename(path, path2) then
|
||||||
suffix = 0
|
print("Cannot rename to " .. path2)
|
||||||
while not status do
|
os.exit(1)
|
||||||
suffix = suffix + 1
|
|
||||||
status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
|
|
||||||
end
|
|
||||||
os.rename(path, path .. ".rpmmoved")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
if test -d %{_firmwaredir}/qcom/LENOVO/21BX.rpmmoved; then
|
||||||
|
rm -rf %{_firmwaredir}/qcom/LENOVO/21BX.rpmmoved
|
||||||
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
%license %{_licensedir}/%{name}
|
%license %{_licensedir}/%{name}
|
||||||
|
BIN
kernel-firmware-tools-20250605.tar.gz
(Stored with Git LFS)
BIN
kernel-firmware-tools-20250605.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
kernel-firmware-tools-20250721.tar.gz
(Stored with Git LFS)
Normal file
BIN
kernel-firmware-tools-20250721.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
24
post
24
post
@@ -1,19 +1,15 @@
|
|||||||
%pretrans -p <lua>
|
%pretrans -p <lua>
|
||||||
if not macros then
|
path = "%{_firmwaredir}/qcom/LENOVO/21BX"
|
||||||
fwdir = "/lib/firmware"
|
|
||||||
else
|
|
||||||
fwdir = macros._firmwaredir
|
|
||||||
end
|
|
||||||
path = fwdir .. "/qcom/LENOVO/21BX"
|
|
||||||
st = posix.stat(path)
|
st = posix.stat(path)
|
||||||
if st and st.type == "directory" then
|
if st and st.type == "directory" then
|
||||||
status = os.rename(path, path .. ".rpmmoved")
|
path2 = path .. ".rpmmoved"
|
||||||
if not status then
|
if not os.rename(path, path2) then
|
||||||
suffix = 0
|
print("Cannot rename to " .. path2)
|
||||||
while not status do
|
os.exit(1)
|
||||||
suffix = suffix + 1
|
|
||||||
status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
|
|
||||||
end
|
|
||||||
os.rename(path, path .. ".rpmmoved")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
if test -d %{_firmwaredir}/qcom/LENOVO/21BX.rpmmoved; then
|
||||||
|
rm -rf %{_firmwaredir}/qcom/LENOVO/21BX.rpmmoved
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user