aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lc
ModeNameSize
-rw-r--r--Makefile502logstatsplainblame
-rw-r--r--distinfo118logstatsplainblame
-rw-r--r--pkg-descr131logstatsplainblame
ial release with caveats -- BDX-ML B/M/R0 6-4f-1/ef 0b00002c Xeon E5/E7 v4; Core i7-69xx/68xx Sponsored by: Limelight Networks * sysutils/devcpu-datasbruno2018-05-183-236/+216 | | | | | | | | | | | | - 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 * sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.sbruno2018-01-202-0/+243 | | | | | | | | | | 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 * sysutils/devcpu-data: Migrate our microcode update on Intel to use ↵sbruno2018-01-182-247/+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 * sysutils/devcpu-data: fix rc scriptswills2018-01-161-2/+7 | | | | | | | PR: 225173 Reviewed by: sbruno Approved by: portmgr (implicit) MFH: 2018Q1 * sysutils/devcpu-data: Only run "cpucontrol -e" once.sbruno2018-01-151-2/+0 | | | | | Submitted by: kib Sponsored by: Limelight Networks * sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,sbruno2018-01-141-3/+4 | | | | | | | | | | | | drop malfunctioning individual "AMD-XXX" files. On the few machines that actually have microcode updates, chopping up the microcode is incorrect and results in a failure to update. Don't do that. I personally run this on my FX-8150 and this has been tested by a few others. Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13832 * sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.sbruno2018-01-111-3/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run cpucontrol -e after microcode update to refresh cpu flags. If running on an older system without -e, fail silently. Log any upgrade output via logger to /var/log/messages. Add an instructional pkg-message for users. Intel Release Notes: Intel Processor Microcode Package for Linux 20180108 Release -- Updates upon 20171117 release -- IVT C0 (06-3e-04:ed) 428->42a SKL-U/Y D0 (06-4e-03:c0) ba->c2 BDW-U/Y E/F (06-3d-04:c0) 25->28 HSW-ULT Cx/Dx (06-45-01:72) 20->21 Crystalwell Cx (06-46-01:32) 17->18 BDW-H E/G (06-47-01:22) 17->1b HSX-EX E0 (06-3f-04:80) 0f->10 SKL-H/S R0 (06-5e-03:36) ba->c2 HSW Cx/Dx (06-3c-03:32) 22->23 HSX C0 (06-3f-02:6f) 3a->3b BDX-DE V0/V1 (06-56-02:10) 0f->14 BDX-DE V2 (06-56-03:10) 700000d->7000011 KBL-U/Y H0 (06-8e-09:c0) 62->80 KBL Y0 / CFL D0 (06-8e-0a:c0) 70->80 KBL-H/S B0 (06-9e-09:2a) 5e->80 CFL U0 (06-9e-0a:22) 70->80 CFL B0 (06-9e-0b:02) 72->80 SKX H0 (06-55-04:b7) 2000035->200003c GLK B0 (06-7a-01:01) 1e->22 Reviewed by: A bunch of folks on the review MFH: 2018Q1 Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13815 * sysutils/devcpu-data with Intel microcode update 20171117.sbruno2018-01-061-0/+1 | | | | | | | PR: 224901 Approved by: portmgr@ (antoine) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13771 * Allow custom cpucontrol(8) flagsriggs2017-10-171-1/+4 | | | | | | PR: 222697 Submitted by: kib Approved by: maintainer timeout * - Update AMD microcode to 2014-12-01sunpoet2015-03-071-1/+2 | | | | | | | | - Bump PORTVERSION to 1.5 - While I'm here, use versioned AMD microcode archive PR: 198371 Submitted by: John Clark <clarkjc@runbox.com> (maintainer)