summaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data/files/ucode-tool.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devcpu-dataSean Bruno2018-05-181-229/+0
| | | | | | | | | | | | | | | - Use new tool committed by Ed Maste of the FreeBSD Foundation to process Intel microcode files into a format cpucontrol can process. - Assume maintainer role for the time being. (approved by portmgr) Reviewed by: delphij emaste Approved by: portmgr (rene) Security: yes Sponsored by: Limelight Networks and The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15443 Notes: svn path=/head/; revision=470255
* sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.Sean Bruno2018-01-191-0/+229
| | | | | | | | | | | | | Either there is a problem with the Intel supplied microcode files or cpucontrol does not yet understand how to process a micrcode update file with multiple entries. For now, abort. Reviewed by: swills Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13987 Notes: svn path=/head/; revision=459464
* sysutils/devcpu-data: Migrate our microcode update on Intel to use ↵Sean Bruno2018-01-171-228/+0
| | | | | | | | | | | | | | | | precreated files. Intel provides prefabricated per-cpu microcode update files. We no longer need a tool to extract them from the legacy microcode.dat store. This matches what upstream linux distributions are doing now. Tested on my Intel machines here and updates still succeed. Reviewed by: swills cem Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13921 Notes: svn path=/head/; revision=459266
* Add forgotten filesBaptiste Daroussin2014-06-041-0/+228
Reported by: many Notes: svn path=/head/; revision=356543