summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral
AgeCommit message (Collapse)Author
2018-05-31introduce MKFIRMWARE that controls where (most) of the contentsmrg
of /libdata/firmware and /usr/libdata/firmware are not installed if set to "no". from the bsd.README: MKFIRMWARE If "no", install the /libdata/firmware directory, which is necessary for several drivers: athn(4), bwfm(4), ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4), wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and the Tegra 124 SoC. Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm, hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere. convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists, and move their defaults above the general defaults setting. saves about 12MB in a normal installation for other platforms.
2016-07-13Add all the variant microcode from linux, but don't install it yet.christos
Switch to the linux copyright. Note the microcode.h does not build the same code at least for rt2860.
2016-07-13sync with FreeBSDchristos
2016-04-27add rt2860christos
2016-04-27Sync with OpenBSDchristos
2006-06-08Add cleandir and clean fake targets. I should find a better way to do this.rpaulo
2006-06-08Add a fake includes target.rpaulo
2006-06-07Refactor this and use bsd.files.mk instead.rpaulo
2006-06-07Define proginstall (empty) and afterinstall (to install the firmware).rpaulo
2006-06-07License from Ralink.rpaulo
2006-06-04Generated firmware files for Ralink chipsets 2561, 2561s, 2661.rpaulo
2006-06-04Framework to build Ralink wireless cards binary firmwares based onrpaulo
Ralink distributed microcode.h. From OpenBSD.