Commit Graph

3370 Commits (a193c6517fbfc0e7a4e2f8b06cb2742a82a8dd63)

Author SHA1 Message Date
Josh Boyer cc44f3b8ae Merge branch 'mt7921-wifi' into 'main'
linux-firmware: update firmware for MT7921 WiFi device

See merge request kernel-firmware/linux-firmware!81
2023-11-27 13:54:37 +00:00
Deren Wu 6b91b2ef6f
linux-firmware: update firmware for MT7922 WiFi device
Update binary firmware for MT7922 WiFi devices

File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin
Version: 20231120183400a
File: mediatek/WIFI_RAM_CODE_MT7922_1.bin
Version: 20231120183441

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-11-27 08:53:50 -05:00
Deren Wu 0a18a7292a
linux-firmware: update firmware for MT7921 WiFi device
Update binary firmware for MT7921 WiFi devices

File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
Version: 20231109190918a
File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
Version: 20231109190959

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-11-27 08:51:19 -05:00
Mario Limonciello 9fdcf6394b Merge branch 'robot/patch-0-1701018572' into 'main'
robot/patch-0-1701018572

See merge request kernel-firmware/linux-firmware!79
2023-11-26 17:57:54 +00:00
Eli Schwartz c6823ce2e5 Makefile, copy-firmware: Use portable "command -v" to detect installed programs
The "which" utility is not guaranteed to be installed either, and if it
is, its behavior is not portable either. This means that when rdfind /
pre-commit are installed, the `which` check will report a fatal error
because the which tool did not exist and the shell returned a nonzero
status when attempting to fork+exec. If it did exist, it might not be an
implementation of `which` that returns nonzero when commands do not
exist.

Conversely, the "command -v" shell builtin is required to exist in all
POSIX 2008 compliant shells, and is thus guaranteed to work everywhere.

For some in-depth discussions on the topic, see:
- https://mywiki.wooledge.org/BashFAQ/081
- https://unix.stackexchange.com/questions/85249/why-not-use-which-what-to-use-then/85250#85250

Examples of open-source shells likely to be installed as /bin/sh on
Linux, which implement the 15-year-old standard: ash, bash, busybox,
dash, ksh, mksh and zsh.

A side benefit of using the POSIX portable option is that it requires
neither an external disk executable, nor (because unlike "which", the
exit code is reliable) a subshell fork. This therefore represents a mild
speedup.

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
2023-11-26 11:09:32 -06:00
Mario Limonciello f6d61deddd Merge branch 'robot/pr-0-1700887115' into 'main'
robot/pr-0-1700887115

See merge request kernel-firmware/linux-firmware!78
2023-11-25 04:40:15 +00:00
Tom Chung 87427f2328 amdgpu: update DMCUB firmware to 0.0.194.0 for DCN321 and DCN32
From internal git commit 21094a25a5320805c683b50de0a1a3d6e687f088

Tested with DC v3.2.262

Release notes:

- Align some code with upstream
- Disable some external interrupts while DMUB in sleep

Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
2023-11-25 12:14:44 +08:00
Dmitry Baryshkov 6cfedcbb3e qcom: update qrb4210 firmware
Follow vendor release and update qrb4210 firmware.

- CDSP.VT.2.4.1-00269-KAMORTA-1
- MPSS.HA.1.1-00435-KD_ALL_PACK-1

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-25 04:52:34 +02:00
Dmitry Baryshkov 0bba2c9998 qcom: update qcm2290 firmware
Follow vendor release and update qcm2290 firmware.

- MPSS.HA.1.1-00435-KD_ALL_PACK-1

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-25 04:51:46 +02:00
Dmitry Baryshkov 18f56bf3ec qcom: update qcm2290/qrb4210 WiFi firmware file
Follow the vendor release and update WiFi firmware.

- WLAN.HL.3.3.7.c2-00931-QCAHLSWMTPLZ-1

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-25 04:50:34 +02:00
Dmitry Baryshkov ea682fbad4 qcom: update Venus firmware file for v6.0
Follow the vendor release and update venus v6.0 firmware file.

 - VIDEO.VE.6.0-00052-PROD-6

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-25 04:48:12 +02:00
Mario Limonciello fad38ab849 Merge branch 'powervr-2023-11-23' into 'main'
powervr: add firmware for Imagination Technologies AXE-1-16M GPU

See merge request kernel-firmware/linux-firmware!77
2023-11-23 12:52:26 +00:00
Frank Binns 9afbbf2568 powervr: add firmware for Imagination Technologies AXE-1-16M GPU
The AXE-1-16M GPU is supported by the new powervr kernel driver [1], which has
recently been merged to the drm-misc tree on its trip to mainline. This adds the
initial firmware to support it.

[1] https://cgit.freedesktop.org/drm/drm-misc/tree/drivers/gpu/drm/imagination

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
2023-11-23 10:09:40 +00:00
Mario Limonciello a5539dc1c3 Merge branch 'robot/patch-2-1700674629' into 'main'
robot/patch-2-1700674629

See merge request kernel-firmware/linux-firmware!76
2023-11-22 18:23:59 +00:00
Mario Limonciello ad0bbae4a0 Merge branch 'robot/patch-1-1700674626' into 'main'
robot/patch-1-1700674626

See merge request kernel-firmware/linux-firmware!75
2023-11-22 18:23:40 +00:00
Przemek Kitszel 0628ba79f3 ice: update ice DDP comms package to 1.3.45.0
Changelog since 1.3.40.0:
- Updated the Protocol IDs that are being set when receiving MAC_IPV6;
  type packets that have a VLAN or MPLS header present;
- Flexi MD4 and Flexi MD5 in RXDID22 of Flex descriptor is being used to
  describe rule id matched in the Switch;
- Parser is updated to set abort flag for malicious SCTP packets;
- Fixed an issue in which all packets with SCTP header were not received;
- other fixes.

Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2023-11-22 11:37:09 -06:00
Przemek Kitszel 475828440e ice: update ice DDP package to 1.3.35.0
Changelog since 1.3.30.0:
- Parser is updated to set abort flag for malicious SCTP packets;
- Flexi MD4 and Flexi MD5 in RXDID22 of Flex descriptor is being used to
  describe rule id matched in the Switch;
- Updated the Protocol IDs that are being set when receiving MAC_IPV6
  type packets that have a VLAN or MPLS header present;
- other fixes.

Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2023-11-22 11:37:06 -06:00
Mario Limonciello bef5a36d52 Merge branch 'robot/patch-1-1700555775' into 'main'
robot/patch-1-1700555775

See merge request kernel-firmware/linux-firmware!73
2023-11-21 13:08:25 +00:00
Jason Chen 5e9fdab572 mediatek: Remove an unused packed library
Internal version: cherry_scp_v2.0.23042-e27728578
Release version: v2.0.23042

Signed-off-by: Jason Chen <Jason-ch.Chen@mediatek.com>
2023-11-21 02:36:15 -06:00
Mario Limonciello 0c211dbe90 Merge branch 'amd-staging' into 'main'
amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314

See merge request kernel-firmware/linux-firmware!70
2023-11-21 06:40:04 +00:00
Mario Limonciello 9552083a78 Merge branch 'robot/pr-0-1700470117' into 'main'
robot/pr-0-1700470117

See merge request kernel-firmware/linux-firmware!68
2023-11-20 13:09:23 +00:00
Mario Limonciello c3ce13b3ff Merge branch 'main' into 'main'
Intel Bluetooth: Update firmware file for Intel Bluetooth BE200

See merge request kernel-firmware/linux-firmware!67
2023-11-20 13:07:33 +00:00
Jason Chen a41fa7c500 mediatek: Sync shared memory structure changes
Internal version: cherry_scp_v2.0.23033-543477593
Release version: v2.0.23033

Signed-off-by: Jason Chen <Jason-ch.Chen@mediatek.com>
2023-11-20 16:18:04 +08:00
Kiran K ba1aa06f37 Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
This patch updates the firmware file for Intel Bluetooth BE200
Also it is known as Intel Gale Peak2 (GaP2).

FW Build: REL45894
Release Version: 23.10.0.2
FSEQ: 0.0.4.125

Signed-off-by: Kiran K <kiran.k@intel.com>
2023-11-20 06:16:52 +00:00
Hamza Mahfooz c03db704fa
amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314
From internal git commit 32e54270957e4262f35baa8e74e0e367bf90ddfa.

Tested with DC v3.2.261

Release notes:

- ABM fixes
- Fix a hang issue observed during stress testing
- Fix an issue that cause the backlight level to change after power
  cycling a display

Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
2023-11-17 16:38:32 -05:00
Josh Boyer 7124ce30ba Merge branch 'mlimonci/encoding' into 'main'
Try both utf-8 and windows-1252 for decoding email

See merge request kernel-firmware/linux-firmware!61
2023-11-17 16:54:55 +00:00
Mario Limonciello f81145a07a Merge branch 'robot/pr-0-1700234575' into 'main'
robot/pr-0-1700234575

See merge request kernel-firmware/linux-firmware!65
2023-11-17 15:25:50 +00:00
Gustavo Sousa 451090149c i915: Update MTL DMC to v2.19
Release info:
    Version: 2.19
    Date   : 10/20/2023
    Notes:
 
    1. Clear hold pll lock bit during abort

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
2023-11-17 11:03:16 -03:00
Mario Limonciello bfd5f0b9d5 Make email replies more resilient
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-11-16 10:55:13 -06:00
Mario Limonciello 6723a8d909 Merge branch 'robot/pr-5-1700153542' into 'main'
robot/pr-5-1700153542

See merge request kernel-firmware/linux-firmware!64
2023-11-16 16:54:38 +00:00
Mario Limonciello b486a13bae Merge branch 'robot/pr-17-1700153404' into 'main'
robot/pr-17-1700153404

See merge request kernel-firmware/linux-firmware!62
2023-11-16 16:51:58 +00:00
Mario Limonciello 8228c2222f Try both utf-8 and windows-1252 for decoding email
Recent submissions from Cirrus were classified as spam by the lore
analysis robot script.  This is because cirrus used windows-1252 for
the encoding which failed to decode as utf-8.

Try both encodings when decoding email.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-11-16 10:42:10 -06:00
Josh Boyer 58ec43257c Merge branch 'mlimonci/release-packages' into 'main'
Enable deb and rpm builds on tags

See merge request kernel-firmware/linux-firmware!60
2023-11-16 14:06:15 +00:00
Gregory Greenman f27dec616e iwlwifi: fix for the new FWs from core83-55 release
Fix the -86 ucode firmwares for the currently supported hardware and
update the PNVM binaries. The original commit had signing issues.

Build number: Core_manual_signed_core83-74
Revision: fb5c9aeb (so, ty, ma, gl)

Fixes: a07fd0b96b ("iwlwifi: add new FWs from core83-55 release")
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
2023-11-16 12:15:53 +02:00
Mario Limonciello 9009038b17 Enable deb and rpm builds on tags
Since we're not using an automatic tagging pipeline we should instead
create the deb and rpm builds when externally created tags come through
CI.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-11-15 13:54:43 -06:00
Mario Limonciello 124b66396a Merge branch 'robot/pr-0-1700068965' into 'main'
robot/pr-0-1700068965

See merge request kernel-firmware/linux-firmware!59
2023-11-15 17:24:46 +00:00
Gregory Greenman a07fd0b96b iwlwifi: add new FWs from core83-55 release
Add the -86 ucode firmwares for the currently supported hardware and
update the PNVM binaries.

Build number: Core_build_core83-55
Revision: fb5c9aeb (so, ty, ma, gl)

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
2023-11-15 18:30:59 +02:00
Gregory Greenman 4fc5801ee0 iwlwifi: update cc/Qu/QuZ firmwares for core83-55 release
Update -77.ucode firmwares for cc/Qu/QuZ devices.

Build number: Core_build_core83-55
Revision: ad46c98b (Qu, QuZ, cc)

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
2023-11-15 17:53:27 +02:00
Stefan Binding 4f498d09a4 linux-firmware: Add firmware for Cirrus CS35L41 on HP G11 Laptops
Support for 3 laptops using CS35L41.

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-11-15 15:46:38 +00:00
Stefan Binding 978dff6793 linux-firmware: Add firmware for Cirrus CS35L41 on 2024 ASUS Zenbook Laptops
Support for 4 laptops using CS35L41.

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
2023-11-15 15:46:38 +00:00
Josh Boyer b72eeb6039 Merge branch 'mlimonci/robot-pr-improvements' into 'main'
Fixups for robot script to handle pull requests better

See merge request kernel-firmware/linux-firmware!58
2023-11-14 12:40:38 +00:00
Mario Limonciello d011ba69eb Add a workaround for gitlab.freedesktop.org pull requests
Some of these pull requests are submitted using git protocol
in the pull request which b4 won't be able to handle. Manually
swap out for the https protocol.

Signed-off-by: Mario Limonciello <superm1@gmail.com>
2023-11-13 22:02:26 -06:00
Mario Limonciello 05ac293be9 Add extra debugging output when processing pull requests
Signed-off-by: Mario Limonciello <superm1@gmail.com>
2023-11-13 22:01:52 -06:00
Mario Limonciello 1f8f61d5cd Process pull requets directly from mbox
Rather than letting b4 fetch a second time use the same one
that was already downloaded.

Signed-off-by: Mario Limonciello <superm1@gmail.com>
2023-11-13 22:01:03 -06:00
Josh Boyer 398b4605a3 Merge branch 'robot/patch-0-1699862686' into 'main'
robot/patch-0-1699862686

See merge request kernel-firmware/linux-firmware!57
2023-11-13 12:04:28 +00:00
Josh Boyer bd4df9535f Merge branch 'main' into 'main'
Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210

See merge request kernel-firmware/linux-firmware!56
2023-11-13 12:03:12 +00:00
SkyLake.Huang 6910095b2c linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
This patch adds firmware file of version 2023/07/28 for mt7988 internal 2.5G
ethernet phy.

Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com>
2023-11-13 02:04:46 -06:00
Kiran K 307a4e505d Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
This patch updates the firmware file for Intel Bluetooth AX101
Also it is known as Intel Harrison Peak1 (HrP1).

FW Build: REL91648
Release Version: 23.10.0.2
FSEQ: 0x0.0.3.90

Signed-off-by: Kiran K <kiran.k@intel.com>
2023-11-12 10:40:55 +05:30
Kiran K 5e40b6aa59 Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
This patch updates the firmware file for Intel Bluetooth AX203
Also it is known as Intel Johnson Peak (JnP2).

FW Build: REL91648
Release Version: 23.10.0.2
FSEQ: 0x0.0.3.90

Signed-off-by: Kiran K <kiran.k@intel.com>
2023-11-12 10:40:55 +05:30
Kiran K 8b5a4168a5 Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
This patch updates the firmware file for Intel Bluetooth AX211
Also it is known as Intel GarfieldPeak (GfP2).

FW Build: REL91648
Release Version: 23.10.0.2
FSEQ: 0x0.0.3.90

Signed-off-by: Kiran K <kiran.k@intel.com>
2023-11-12 10:40:55 +05:30