History log of /freebsd-current/usr.sbin/fwget/pci/pci_video_amd
Revision Date Author Comments
# 2db2566f 01-Apr-2024 Philipp Ost <bsd@philippost.de>

fwget: Add needed firmware for Radeon 780M GPU

PR: 278115


# 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/D43468


# 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 (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


# 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 25-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 video classes for AMD
and Intel GPUs.

Reviewed by: bapt
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D39825