aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devcpu-data: Provide a file for loading Intel updates at bootMark Johnston2018-08-283-5/+30
| | | | | | | | | | | | | | Extend the port so that users may easily apply microcode updates using the method implemented in src r337715. For now, this just consists of providing all Intel microcode update files concatenated together as a single blob in /boot/firmware. Approved by: sbruno Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D16924 Notes: svn path=/head/; revision=478330
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | Notes: svn path=/head/; revision=477534
* sysutils/devcpu-data:Sean Bruno2018-08-083-6/+11
| | | | | | | | | | | | | | | | - Update Intel CPU micRocode to 20180807 release. https://downloadcenter.intel.com/download/28039/Linux-Processor-Microcode-Data-File?product=873 - pkg-plist shows that we have 5 new CPU microcode files. - Binary diff of microcode files to previous release shows 24 microcode files have been updated. Reported by: kib Sponsored by: Limelight Networks Notes: svn path=/head/; revision=476664
* sysutils/devcpu-data:Sean Bruno2018-07-112-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Intel microcode to 0703 release. -- intel-ucode-with-caveats/ -- This directory holds microcode that might need special handling. BDX-ML microcode is provided in directory, because it need special commits in the Linux kernel, otherwise, updating it might result in unexpected system behavior. OS vendors must ensure that the late loader patches (provided in linux-kernel-patches\) are included in the distribution before packaging the BDX-ML microcode for late-loading. == 20180703 Release == -- Updates upon 20180425 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- updated platforms ------------------------------------ SNB-EP C1 6-2d-6/6d 0000061c->0000061d Xeon E5 SNB-EP C2 6-2d-7/6d 00000713->00000714 Xeon E5 IVT C0 6-3e-4/ed 0000042c->0000042d Xeon E5 v2; Core i7-4960X/4930K/4820K IVT D1 6-3e-7/ed 00000713->00000714 Xeon E5 v2 HSX-E/EP/4S C0 6-3f-2/6f 0000003c->0000003d Xeon E5 v3 HSX-EX E0 6-3f-4/80 00000011->00000012 Xeon E7 v3 SKX-SP/D/W/X H0 6-55-4/b7 02000043->0200004d Xeon Bronze 31xx, Silver 41xx, Gold 51xx/61xx Platinum 81xx, D/W-21xx; Core i9-7xxxX BDX-DE A1 6-56-5/10 0e000009->0e00000a Xeon D-15x3N ---- intel-ucode-with-caveats/ ---------------------------- BDX-ML B/M/R0 6-4f-1/ef 0b00002c->0b00002e Xeon E5/E7 v4; Core i7-69xx/68xx Reviewed by: swills Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D16209 Notes: svn path=/head/; revision=474447
* sysutils/devcpu-dataSean Bruno2018-05-282-10/+9
| | | | | | | | | | | | | | | | | | | | | | - Update AMD microcode https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=7518922bd5b98b137af7aaf3c836f5a498e91609 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=77101513943ef198e2050667c87abf19e6cbb1d8 At least on my FX-8150, I can run spectre test code and it fails after applying the 15h update. I have not seen a system that needs the 17h update, and we think this only covers EPYC processors, not Ryzen. When I tested this on an EPYC at work, the tools detected that the 17h microcode was correct but uneeded for the Dell system. PR: 228567 Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15523 Notes: svn path=/head/; revision=471058
* sysutils/devcpu-data:Sean Bruno2018-05-224-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- updated to Intel Microcode release 0425 -- removed the BDX microcode -- updated the GLK microcode -- Modded files/Makefile to be more explicit on which files to process now that non-microcode files have appeared in the Intel microcode directory -- intel-ucode-with-caveats/ -- This directory holds microcode that might need special handling. BDX-ML microcode is provided in directory, because it need special commits in the Linux kernel, otherwise, updating it might result in unexpected system behavior. OS vendors must ensure that the late loader patches (provided in linux-kernel-patches\) are included in the distribution before packaging the BDX-ML microcode for late-loading. == 20180425 Release == -- Updates upon 20180312 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- updated platforms ------------------------------------ GLK B0 6-7a-1/01 0000001e->00000022 Pentium Silver N/J5xxx, Celeron N/J4xxx ---- removed platforms ------------------------------------ BDX-ML B/M/R0 6-4f-1/ef 0b000021 Xeon E5/E7 v4; Core i7-69xx/68xx -- Special 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 Notes: svn path=/head/; revision=470620
* sysutils/devcpu-dataSean Bruno2018-05-185-404/+385
| | | | | | | | | | | | | | | - 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-dataSean Bruno2018-03-143-31/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to Intel microcode release 20180312: == Updates upon 20171117 release == MODEL STEP f-mm-s:pf version -- New Platforms -- BDX-DE EGW A0 6-56-5:10 e000009 SKX B1 6-55-3:97 1000140 -- Updates -- SNB D2 6-2a-7:12 29->2d JKT C1 6-2d-6:6d 619->61c JKT C2 6-2d-7:6d 710->713 IVB E2 6-3a-9:12 1c->1f IVT C0 6-3e-4:ed 428->42c IVT D1 6-3e-7:ed 70d->713 HSW Cx/Dx 6-3c-3:32 22->24 HSW-ULT Cx/Dx 6-45-1:72 20->23 CRW Cx 6-46-1:32 17->19 HSX C0 6-3f-2:6f 3a->3c HSX-EX E0 6-3f-4:80 0f->11 BDW-U/Y E/F 6-3d-4:c0 25->2a BDW-H E/G 6-47-1:22 17->1d BDX-DE V0/V1 6-56-2:10 0f->15 BDW-DE V2 6-56-3:10 700000d->7000012 BDW-DE Y0 6-56-4:10 f00000a->f000011 SKL-U/Y D0 6-4e-3:c0 ba->c2 SKL R0 6-5e-3:36 ba->c2 KBL-U/Y H0 6-8e-9:c0 62->84 KBL B0 6-9e-9:2a 5e->84 CFL D0 6-8e-a:c0 70->84 CFL U0 6-9e-a:22 70->84 CFL B0 6-9e-b:02 72->84 SKX H0 6-55-4:b7 2000035->2000043 Reviewed by: swills imp MFH: 2018Q1 Security: yes Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D14686 Notes: svn path=/head/; revision=464504
* sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.Sean Bruno2018-01-194-96/+412
| | | | | | | | | | | | | 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-174-418/+103
| | | | | | | | | | | | | | | | 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
* Revert Intel URL to the correct location for microcode-20171117.tgzSean Bruno2018-01-161-2/+2
| | | | | | | | | PR: 225224 Reported by: Gary <freebsd-bugzilla@in-addr.com> Sponsored by: Limelight Networks Notes: svn path=/head/; revision=459205
* sysutils/devcpu-data: fix rc scriptSteve Wills2018-01-152-3/+8
| | | | | | | | | | PR: 225173 Reviewed by: sbruno Approved by: portmgr (implicit) MFH: 2018Q1 Notes: svn path=/head/; revision=459084
* sysutils/devcpu-data: Only run "cpucontrol -e" once.Sean Bruno2018-01-142-2/+1
| | | | | | | | Submitted by: kib Sponsored by: Limelight Networks Notes: svn path=/head/; revision=458987
* sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,Sean Bruno2018-01-134-25/+13
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458943
* Revert to previous Intel microcode archive (20171117).Sean Bruno2018-01-113-24/+24
| | | | | | | | | | | | FreeBSD kernel changes to make use of the capabilities provided by the new microcode update have not yet been committed. Since we do not yet require them, allow more time for validation. Approved by: emaste Sponsored by: Limelight Networks Notes: svn path=/head/; revision=458792
* sysutils/devcpu-data follow up commit to 20180108 Intel microcode update.Sean Bruno2018-01-103-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458664
* Update Intel microcode to 20180108Baptiste Daroussin2018-01-103-25/+25
| | | | | | | | MFH: 2018Q1 Sponsored by: Gandi.net Notes: svn path=/head/; revision=458617
* sysutils/devcpu-data Unbreak build by using a cached distfile for amd microcode.Sean Bruno2018-01-071-1/+1
| | | | | | | | | | | | | | | Use a freebsd.org hosted version of the amd microcode file fetched in February of 2015. The amd64.org site has been down for a long time and probably will never come back. Reported by: netchild Reviewed by: mat antoine Approved by: portmgr (mat@ antoin@) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13792 Notes: svn path=/head/; revision=458363
* sysutils/devcpu-data with Intel microcode update 20171117.Sean Bruno2018-01-054-11/+14
| | | | | | | | | | PR: 224901 Approved by: portmgr@ (antoine) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13771 Notes: svn path=/head/; revision=458169
* Allow custom cpucontrol(8) flagsThomas Zander2017-10-162-1/+5
| | | | | | | | | PR: 222697 Submitted by: kib Approved by: maintainer timeout Notes: svn path=/head/; revision=452203
* sysutils/devcpu-data: remove duplicate lineSteve Wills2017-09-191-1/+0
| | | | | | | | Reported by: lightside@gmx.com (via IRC) Pointyhat to: swills Notes: svn path=/head/; revision=450123
* sysutils/devcpu-data: Update to July 17 microcode updateSteve Wills2017-09-173-5/+10
| | | | | | | | | PR: 221246 Submitted by: Mark Knight <markk@knigma.org> Reviewed by: clarkjc@runbox.com (maintainer timeout, >2 weeks) Notes: svn path=/head/; revision=450017
* Update Intel microcode to 2017-05-11Sunpoet Po-Chuan Hsieh2017-05-293-16/+17
| | | | | | | | | | | | - Update MASTER_SITES: use https:// for Intel - While I'm here, add NO_ARCH PR: 219268 Submitted by: grarpamp <grarpamp@gmail.com> Approved by: John Clark <clarkjc@runbox.com> (maintainer) Notes: svn path=/head/; revision=442023
* sysutils/devcpu-data: update to 1.9 (Intel 2016-11-04)Jan Beich2016-12-193-10/+11
| | | | | | | | | | | - Accept LICENSE since it allows mirroring [1] PR: 215104 Approved by: John Clark <clarkjc@runbox.com> (maintainer) Submitted by: John Clark <clarkjc@runbox.com> [1] Notes: svn path=/head/; revision=428965
* Update Intel microcode to 2016-07-14Thomas Zander2016-09-173-12/+17
| | | | | | | | | PR: 212563 Submitted by: jbeich Approved by: maintainer timeout Notes: svn path=/head/; revision=422334
* - Update to 1.6Martin Wilke2015-12-223-10/+12
| | | | | | | | | | PR: 204689 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4649 Notes: svn path=/head/; revision=404225
* - Update AMD microcode to 2014-12-01Sunpoet Po-Chuan Hsieh2015-03-064-6/+8
| | | | | | | | | | | - Bump PORTVERSION to 1.5 - While I'm here, use versioned AMD microcode archive PR: 198371 Submitted by: John Clark <clarkjc@runbox.com> (maintainer) Notes: svn path=/head/; revision=380636
* sysutils/devcpu-data: update to the intel blob 20150125Steve Wills2015-02-284-5/+136
| | | | | | | | PR: 197684 Submitted by: John Clark <clarkjc@runbox.com> (maintainer) Notes: svn path=/head/; revision=380159
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* - Update Intel microcode to 20140913Thomas Zander2014-09-203-8/+9
| | | | | | | | | | - Update PORTVERSION to 1.3 PR: 193764 Submitted by: clarkjc@runbox.com (maintainer) Notes: svn path=/head/; revision=368646
* - Remove contiguous blank linesSunpoet Po-Chuan Hsieh2014-08-161-1/+0
| | | | Notes: svn path=/head/; revision=365089
* Update intel microcode to 20140624Tilman Keskinoz2014-07-023-11/+11
| | | | | | | | | PR: 191411 Submitted by: Lawrence Chen Approved by: maintainer Notes: svn path=/head/; revision=360194
* sysutils/devcpu-data: fix pkg-plistWilliam Grzybowski2014-06-151-0/+9
| | | | | | | Reported by: jenkins Notes: svn path=/head/; revision=357937
* sysutils/devcpu-data: update to 1.1William Grzybowski2014-06-154-22/+21
| | | | | | | | | PR: 190712 Submitted by: Lawrence Chen Approved by: maintainer Notes: svn path=/head/; revision=357929
* Add forgotten filesBaptiste Daroussin2014-06-042-0/+245
| | | | | | | Reported by: many Notes: svn path=/head/; revision=356543
* Rework to fetch the manufacturers release bundleBaptiste Daroussin2014-06-044-264/+169
| | | | | | | | | | Pass maintainership to submitter PR: 179499 Submitted by: clarkjc@runbox.com Notes: svn path=/head/; revision=356511
* - use_bzip2 -> USESMartin Wilke2014-06-041-1/+1
| | | | Notes: svn path=/head/; revision=356499
* - Restore DATADIR: it saves microcode_update_datadir from STAGEDIR pollution [1]Sunpoet Po-Chuan Hsieh2013-11-111-5/+5
| | | | | | | | | - Bump PORTREVISION for package change Reported by: stage-qa: [1] Notes: svn path=/head/; revision=333535
* Support STAGEDIR.Vanilla I. Shu2013-11-092-10/+254
| | | | Notes: svn path=/head/; revision=333273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Drop support for old versionsEitan Adler2013-03-221-9/+1
| | | | Notes: svn path=/head/; revision=314890
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Remove emtpy filesMartin Wilke2011-11-241-0/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286372
* - update to 0.6Eitan Adler2011-11-093-249/+8
| | | | | | | | | | | - Switch to using a dynamic plist PR: 162348 Submitted by: Stanislav Sedov <stas@orion.SpringDaemons.com> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=285381
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Fix plist.Stanislav Sedov2011-01-101-88/+151
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=267575
* - Add new intel microcodes.Stanislav Sedov2011-01-062-5/+4
| | | | | | | - Remove MD5 checksum. Notes: svn path=/head/; revision=267450
* - Install microcode files to default cpuctl directory on FreeBSD versionsStanislav Sedov2009-10-151-2/+8
| | | | | | | | | with cpuctl(4) driver instead of devcpu default directory. Spotted by: avg Notes: svn path=/head/; revision=242879
* - Add forgotten rcNG file.Stanislav Sedov2009-08-161-0/+64
| | | | Notes: svn path=/head/; revision=239667
* - Add new microcodes.Stanislav Sedov2009-08-164-7/+24
| | | | | | | | - Add cpuctl(4) support. - Install the rcNG script to be used with cpuctl(4). Notes: svn path=/head/; revision=239664