History log of /src/sys/dev/microcode/radeon/Makefile |
Revision | | Date | Author | Comments |
1.9 |
| 10-Jan-2022 |
khorben | Typo in a comment
|
1.8 |
| 26-Sep-2021 |
maya | Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional
Simplifies logic. (Second commit - first one was partial)
Restoring MK* requested by mrg on tech-kern discussion https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html
|
1.7 |
| 25-Sep-2021 |
maya | Move DRM-driver firmware from base to its own set, gpufw
This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality.
Comments: Switched to a single MK tunable for it - that is probably unneeded.
An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it.
|
1.6 |
| 03-Sep-2019 |
riastradh | Revert "Add more missing firmwares."
This reverts https://mail-index.NetBSD.org/source-changes/2019/08/27/msg108499.html which broke the tree on case-insensitive file systems.
See discussion at https://mail-index.NetBSD.org/source-changes-d/2019/08/27/msg011590.html for alternatives considered.
This does _not_ simply mark the new files as `obsolete' in the set lists, because if we marked foo.bin obsolete then on a case- insensitive file system, then it would try to delete the FOO.bin that we still want installed. We'll require a manual change announced in UPDATING and on current-users.
ok msaitoh
|
1.5 |
| 27-Aug-2019 |
msaitoh | Add more missing firmwares.
|
1.4 |
| 26-Aug-2019 |
msaitoh | Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin. Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988 reported by Onno van der Linden.
|
1.3 |
| 26-Apr-2015 |
mrg | branches: 1.3.18; 1.3.24; two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work
(this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.2 |
| 28-Jul-2014 |
rjs | branches: 1.2.2; 1.2.4; Update radeon microcode.
|
1.1 |
| 05-Jul-2010 |
mrg | branches: 1.1.2; 1.1.4; 1.1.10; 1.1.24; 1.1.38; add all the radeon firmware files. missed in the previous..
these were sourced from: - linux kernel sources, firmware/radeon/ - people.freedesktop.org/~agd5f/radeon_ucode/
LICENSE.radeon has the full license, which my simple reading sees as being largely similar to other re-distributable licenses for firmware (ie, does not include de-compliation or reverse engineering.)
|
1.1.38.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.1.24.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.24.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.1.10.1 |
| 05-Jul-2010 |
rmind | file Makefile was added on branch rmind-uvmplock on 2011-03-05 20:53:30 +0000
|
1.1.4.2 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.1.4.1 |
| 05-Jul-2010 |
uebayasi | file Makefile was added on branch uebayasi-xip on 2010-08-17 06:46:19 +0000
|
1.1.2.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.1.2.1 |
| 05-Jul-2010 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2010-08-11 22:53:39 +0000
|
1.2.4.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.2.2.1 |
| 07-May-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #736): distrib/sets/mkvars.mk: revision 1.17 distrib/sets/lists/base/mi: revision 1.1102 etc/mtree/NetBSD.dist.base: revision 1.144 share/mk/bsd.README: revision 1.341 share/mk/bsd.own.mk: revision 1.847 sys/dev/microcode/radeon/Makefile: revision 1.3 two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work (this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.3.24.1 |
| 26-Sep-2019 |
martin | Pull up following revision(s) (requested by msaitoh in ticket #245):
sys/dev/microcode/radeon/R600_uvd.bin: revision 1.1 sys/dev/microcode/radeon/RV770_uvd.bin: revision 1.1 sys/dev/microcode/radeon/Makefile: revision 1.4 distrib/sets/lists/base/mi: revision 1.1211 sys/dev/microcode/radeon/TAHITI_vce.bin: revision 1.1 sys/dev/microcode/radeon/RS780_uvd.bin: revision 1.1 sys/dev/microcode/radeon/BONAIRE_uvd.bin: revision 1.2
Update BONAIRE_uvd.bin to the latest.
-
Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.
Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988 reported by Onno van der Linden.
|
1.3.18.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|