summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
AgeCommit message (Collapse)Author
2022-06-27fix various typos in comments.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-23s/beggining/beginning/ in comments.andvar
2022-04-21s/substract/subtract/ in comments and error message.andvar
s/obtainted/obtained/ in one comment.
2022-01-25fix various typos in comments.andvar
2022-01-10Typo in a commentkhorben
2022-01-01fix typos in word "diagnostic".andvar
2021-10-25regenryo
2021-10-25For "num_critical_sections", now output not only the "static const int" ↵ryo
variable but also macro definition.
2021-10-25fix build failure of "multiple definition"ryo
2021-09-26Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditionalmaya
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
2021-09-25Move DRM-driver firmware from base to its own set, gpufwmaya
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.
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-08-07s/configuraiton/configuration/ in comments and man pages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and ↵andvar
log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos.
2020-06-29No longer depend on libl.rin
2020-06-27constify, NFCIjdolecek
2020-06-27make sure to strip leading '$' from NetBSD rcs id so that it won't bejdolecek
replaces by cvs, and regen the headers again
2020-06-27regen againjdolecek
2020-06-27regen - NFCI, confirmed by comparing compiled binary object before andjdolecek
after
2020-06-27make this compile with normal WARNSjdolecek
2020-06-27make this work with objdir, drop unused -lljdolecek
2020-03-08Upgrade to newer firmware needed by some txp(4) variants.thorpej
From FreeBSD via OpenBSD.
2019-11-20Add opencrypto driver for Intel QuickAssist.hikaru
2019-10-09Update firmware from version 0.17 to 0.33.mlelstv
2019-09-03Revert "Add more missing firmwares."riastradh
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
2019-08-27 Add more missing firmwares.msaitoh
2019-08-26 Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.msaitoh
Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988 reported by Onno van der Linden.
2019-08-26 Update BONAIRE_uvd.bin to the latest.msaitoh
2019-06-04 Fix typo (s/recevie/receive/).msaitoh
2019-05-28s/recieve/receive/msaitoh
2019-03-27 Update firmware to 6.0.{15,17} by synching with OpenBSD bnxfw rev. 1.6.msaitoh
2018-06-03Constify the microcode variables used by BNX. This moves 38 pages of kernelmaxv
memory from .data to .rodata.
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.
2018-02-08Typos.dholland
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
only comments were changed. from miod
2016-08-15This thing is completely buggy. There is a use-after-free and NULL pointermaxv
dereference. Just fix the uaf, and add a comment. Not tested, but obvious enough; found by brainy.
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
2015-04-26two changes to radeon drm firmware:mrg
- 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.)
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
"its", people!
2014-07-29Add microcode file missing from update.rjs
2014-07-28Update radeon microcode.rjs
2014-04-01regenchristos