summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/kue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings; ok guenther@ deraadt@otto2017-08-281-3/+3
| | | | (guenther says: code could need a rewrite using writev(2) though)
* Build firmware for usb devices on arm64.jsg2017-01-231-2/+2
| | | | ok patrick@
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
| | | | | | | to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-031-2/+2
| | | | shortly when we use the hardware thread register in userland
* armish handled some early-gen arm machines, which required tons ofderaadt2016-08-101-2/+2
| | | | | workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
* Build firmware for USB devices on octeon.visa2016-07-101-2/+2
| | | | ok deraadt@
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-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
* Build all the firmware for usb devices on armv7.jsg2015-05-261-2/+3
|
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-2/+2
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
| | | | after discussions with beck deraadt kettenis.
* these will not be built for palm since it went awayderaadt2013-03-251-2/+2
|
* Build these firmwares on loongson.miod2010-01-301-7/+8
|
* Palm: Integration into the treemarex2009-09-091-2/+2
| | | | OK deraadt@
* 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.
* network byte order firmware, so that firmware files are the same onderaadt2007-01-091-9/+13
| | | | | all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL
* landisk has usbderaadt2006-11-071-2/+2
|
* System build pieces for armish arch.drahn2006-06-061-6/+7
|
* fix dependencies; from alexander bluhm; ok deraadtmarkus2005-06-161-4/+9
|
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-4/+12
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* install kue firmware on zaurus; ok uwe@ dlg@david2005-04-281-2/+2
|
* Kill \n at EOF.grange2004-12-201-1/+0
|
* more details in license filesderaadt2004-12-201-1/+3
|
* prep for futurederaadt2004-12-191-2/+3
|
* stdlib.hderaadt2004-11-221-1/+2
|
* firmware loading for kue(4), tested for me by dhartmeideraadt2004-11-224-4/+126
|
* move more microcode, so that it does not end up in /usr/includederaadt2001-12-171-0/+687