summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/rum (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update run(4) firmware to version 0.33, with permission from Dennis Leestsp2014-05-191-701/+701
| | | | | of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@.
* Enable rum(4) for armv7. Committing through it on pandaboard.martynas2013-12-081-2/+3
| | | | OK rapha@, jasper@.
* these will not be built for palm since it went awayderaadt2013-03-251-2/+2
|
* update firmware for rt2870 and >=rt3071damien2010-02-072-447/+447
| | | | required for future changes
* Build these firmwares on loongson.miod2010-01-301-7/+8
|
* Palm: Integration into the treemarex2009-09-091-2/+2
| | | | OK deraadt@
* update run(4) microcode.damien2009-05-154-392/+398
| | | | | | split it into two separate files while i'm at it since there are actually two different firmwares (one for RT2870/RT3070 and one for >=RT3071).
* Update to the latest version of the RT2870/RT3070 firmware.jsg2009-01-031-140/+512
| | | | | Thanks to Paul Lin at Ralink for consenting for us to use this under the same license we were using for an earlier version.
* better mechanism that works in DESTDIRderaadt2008-07-021-3/+3
|
* also install the license as run-license... discussed with jsgderaadt2008-07-021-1/+3
|
* Add RT2870 firmware with the same license as the rest ofjsg2008-06-294-7/+384
| | | | | | the Ralink firmware files. Discussed with Paul Lin at Ralink.
* cats went awayderaadt2007-08-011-5/+5
|
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
| | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt.
* landisk has usbderaadt2006-11-071-2/+2
|
* Separate rum(4) firmware from ral(4) ones.damien2006-08-174-0/+322
ral(4) firmwares are built on PCI-capable architectures only while rum(4) firmware is built on USB-capable architectures only. Rename ral-rt2573 into rum-rt2573 and build rum-rt2573 on the zaurus too (pointed out by Patrick Heim). ok deraadt@