- Dec 06, 2023
-
-
Frank Binns authored
This adds the initial firmware to support this GPU. Requested by the community [1]. [1] https://lists.freedesktop.org/archives/dri-devel/2023-June/409639.html Signed-off-by:
Frank Binns <frank.binns@imgtec.com>
-
This adds the initial firmware to support this GPU. Signed-off-by:
Vlad Schiller <vlad-radu.schiller@imgtec.com> Signed-off-by:
Frank Binns <frank.binns@imgtec.com>
-
This adds the initial firmware to support this GPU. Signed-off-by:
Vlad Schiller <vlad-radu.schiller@imgtec.com> Signed-off-by:
Frank Binns <frank.binns@imgtec.com>
-
- Nov 30, 2023
-
-
Frank Binns authored
Add the initial firmware to support this GPU. Signed-off-by:
Frank Binns <frank.binns@imgtec.com>
-
- Nov 29, 2023
-
-
Mario Limonciello authored
s5p-mfc: Add MFC v12 Firmware See merge request kernel-firmware/linux-firmware!89
-
Aakarsh Jain authored
Add the following MFC FW bin s5p-mfc-v12.fw: Used in Tesla FSD SoC Cc: linux-fsd@tesla.com Signed-off-by:
Aakarsh Jain <aakarsh.jain@samsung.com>
-
- Nov 28, 2023
-
-
Josh Boyer authored
Add a COPYOPTS variable See merge request kernel-firmware/linux-firmware!88
-
Josh Boyer authored
The copy-firmware.sh script continues to grow new options and adding bespoke make targets for them all isn't really sustainable. This introduces a COPYOPTS variable that can be set to pass arguments directly to the script via a make invocation. For now we just include it on the 'install' target to preserve the existing behavior of the rest. Signed-off-by:
Josh Boyer <jwboyer@kernel.org>
-
Josh Boyer authored
robot/patch-0-1701175489 See merge request kernel-firmware/linux-firmware!87
-
Hilda Wu authored
This firmware patch update for Realtek RTL8852A BT USB controller. Release Version: 0xDFC8_145F Signed-off-by:
Hilda Wu <hildawu@realtek.com>
-
- Nov 27, 2023
-
-
Mario Limonciello authored
Make rdfind optional See merge request kernel-firmware/linux-firmware!86
-
Josh Boyer authored
A number of distributions don't include rdfind by default. This is an optimization, so make it optional via a --ignore-duplicates option and a new make target. Distributions that include rdfind should add it as a dependency for their linux-firmware package. Those that don't should use the new target or option. Signed-off-by:
Josh Boyer <jwboyer@kernel.org>
-
Josh Boyer authored
ice: update ice DDP wireless_edge package to 1.3.13.0 See merge request kernel-firmware/linux-firmware!85
-
Josh Boyer authored
linux-firmware: update firmware for mediatek bluetooth chip (MT7922) See merge request kernel-firmware/linux-firmware!84
-
Przemek Kitszel authored
Changelog since 1.3.10.0: - Fixed an issue in which all packets with SCTP header were not being received; - 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; - Updated the Protocol IDs that are being set when receiving MAC_IPV6 type packets that have a VLAN or MPLS header present; - more bugfixes. 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> Signed-off-by:
Josh Boyer <jwboyer@kernel.org>
-
Josh Boyer authored
linux-firmware: update firmware for mediatek bluetooth chip (MT7921) See merge request kernel-firmware/linux-firmware!83
-
Chris Lu authored
Update binary firmware for MT7922 BT devices. File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin Version: 20231120183620 Signed-off-by:
Chris Lu <chris.lu@mediatek.com> Signed-off-by:
Josh Boyer <jwboyer@kernel.org>
-
Josh Boyer authored
linux-firmware: update firmware for MT7922 WiFi device See merge request kernel-firmware/linux-firmware!82
-
Chris Lu authored
Update binary firmware for MT7921 BT devices. File: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin Version: 20231109191416 Signed-off-by:
Chris Lu <chris.lu@mediatek.com> Signed-off-by:
Josh Boyer <jwboyer@kernel.org>
-
Josh Boyer authored
linux-firmware: update firmware for MT7921 WiFi device See merge request kernel-firmware/linux-firmware!81
-
Deren Wu authored
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>
-
Deren Wu authored
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>
-
- Nov 26, 2023
-
-
Mario Limonciello authored
robot/patch-0-1701018572 See merge request kernel-firmware/linux-firmware!79
-
Eli Schwartz authored
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>
-
- Nov 25, 2023
-
-
Mario Limonciello authored
robot/pr-0-1700887115 See merge request kernel-firmware/linux-firmware!78
-
Tom Chung authored
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>
-
- Nov 23, 2023
-
-
Mario Limonciello authored
powervr: add firmware for Imagination Technologies AXE-1-16M GPU See merge request kernel-firmware/linux-firmware!77
-
Frank Binns authored
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>
-
- Nov 22, 2023
-
-
Mario Limonciello authored
robot/patch-2-1700674629 See merge request kernel-firmware/linux-firmware!76
-
Mario Limonciello authored
robot/patch-1-1700674626 See merge request kernel-firmware/linux-firmware!75
-
Przemek Kitszel authored
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>
-
Przemek Kitszel authored
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>
-
- Nov 21, 2023
-
-
Mario Limonciello authored
robot/patch-1-1700555775 See merge request kernel-firmware/linux-firmware!73
-
Jason Chen authored
Internal version: cherry_scp_v2.0.23042-e27728578 Release version: v2.0.23042 Signed-off-by:
Jason Chen <Jason-ch.Chen@mediatek.com>
-
Mario Limonciello authored
amdgpu: update DMCUB firmware to 0.0.193.0 for DCN31 and DCN314 See merge request kernel-firmware/linux-firmware!70
-
- Nov 20, 2023
-
-
Mario Limonciello authored
robot/pr-0-1700470117 See merge request kernel-firmware/linux-firmware!68
-
Mario Limonciello authored
Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 See merge request kernel-firmware/linux-firmware!67
-
Jason Chen authored
Internal version: cherry_scp_v2.0.23033-543477593 Release version: v2.0.23033 Signed-off-by:
Jason Chen <Jason-ch.Chen@mediatek.com>
-
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>
-
- Nov 17, 2023
-
-
Hamza Mahfooz authored
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>
-