#
12545b85 |
| 30-Jun-2024 |
Danilo Egea Gondolfo <danilo@FreeBSD.org> |
fwget: add needed firmware for AMD Raphael GPUs
This GPU is found in Ryzen 7000 series CPUs.
For future reference, the list of firmware versions for amdgpu drivers can be found in [1].
[1] - https
fwget: add needed firmware for AMD Raphael GPUs
This GPU is found in Ryzen 7000 series CPUs.
For future reference, the list of firmware versions for amdgpu drivers can be found in [1].
[1] - https://docs.kernel.org/gpu/amdgpu/driver-misc.html
Reviewed by: imp, Christos Longros Pull Request: https://github.com/freebsd/freebsd-src/pull/1308
show more ...
|
Revision tags: release/14.1.0 |
|
#
2db2566f |
| 02-Apr-2024 |
Philipp Ost <bsd@philippost.de> |
fwget: Add needed firmware for Radeon 780M GPU
PR: 278115
|
Revision tags: release/13.3.0 |
|
#
6caa19a0 |
| 17-Jan-2024 |
Goran Mekić <meka@tilda.center> |
fwget: Use versioned packages for RDNA3 firmware
Fixes: f59662030254 ("fwget: Update for Radeon RX 7900 XT (RDNA3) PCI-ID") Pointy hat to: manu
|
#
f5966203 |
| 17-Jan-2024 |
Goran Mekić <meka@tilda.center> |
fwget: Update for Radeon RX 7900 XT (RDNA3) PCI-ID
Latest DRM/firmware added support for RDNA3 based GPUs, update fwget with the proper PCI ID.
Differential Revision: https://reviews.freebsd.org/D4
fwget: Update for Radeon RX 7900 XT (RDNA3) PCI-ID
Latest DRM/firmware added support for RDNA3 based GPUs, update fwget with the proper PCI ID.
Differential Revision: https://reviews.freebsd.org/D43468
show more ...
|
Revision tags: release/14.0.0 |
|
#
10aa369a |
| 11-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
fwget: simplify adding firmware images to pkg to install
Rather than using echo to return the firmware package name, call a new function (addpkg) which will also deal with (i) no leading space and (
fwget: simplify adding firmware images to pkg to install
Rather than using echo to return the firmware package name, call a new function (addpkg) which will also deal with (i) no leading space and (ii) remove duplicates (as some devices have dual-wifi-cards). In addition we won't have a line break when having multiple packages.
While here also do not call pkg(8) anymore if there is no package to install and use the correct variable to install all and not just the last found package.
Reviewed by: manu, bapt Differential Revision: https://reviews.freebsd.org/D40071
show more ...
|
#
611503c6 |
| 09-May-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
fwget: Use BSD-2-Clause instead of BSD-2-Clause-FreeBSD
Reported by: bz Sponsored by: Beckhoff Automation GmbH & Co. KG
|
#
d198b877 |
| 26-Apr-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
fwget: Introduce new utility
This script's goal is to check the system for peripherals that needs firmware and install the needed packages for them. For now it only support pci subsystem and only vi
fwget: Introduce new utility
This script's goal is to check the system for peripherals that needs firmware and install the needed packages for them. For now it only support pci subsystem and only video classes for AMD and Intel GPUs.
Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39825
show more ...
|