summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/rum
AgeCommit message (Collapse)AuthorFilesLines
2017-01-23Build firmware for usb devices on arm64.jsg1-2/+2
ok patrick@
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther1-2/+2
shortly when we use the hardware thread register in userland
2016-08-10armish handled some early-gen arm machines, which required tons ofderaadt1-2/+2
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
2016-07-10Build firmware for USB devices on octeon.visa1-2/+2
ok deraadt@
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-3/+2
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis Leestsp1-689/+689
of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@.
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.martynas1-2/+3
OK rapha@, jasper@.
2013-03-25these will not be built for palm since it went awayderaadt1-2/+2
2010-02-07update firmware for rt2870 and >=rt3071damien2-447/+447
required for future changes
2010-01-30Build these firmwares on loongson.miod1-7/+8
2009-09-09Palm: Integration into the treemarex1-2/+2
OK deraadt@
2009-05-15update run(4) microcode.damien4-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).
2009-01-03Update to the latest version of the RT2870/RT3070 firmware.jsg1-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.
2008-07-02better mechanism that works in DESTDIRderaadt1-3/+3
2008-07-02also install the license as run-license... discussed with jsgderaadt1-1/+3
2008-06-29Add RT2870 firmware with the same license as the rest ofjsg4-7/+384
the Ralink firmware files. Discussed with Paul Lin at Ralink.
2007-08-01cats went awayderaadt1-5/+5
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beendrahn1-1/+2
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2006-11-07landisk has usbderaadt1-2/+2
2006-08-17Separate rum(4) firmware from ral(4) ones.damien4-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@