Commit Graph

36 Commits

Author SHA1 Message Date
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Martin Weinelt
6dbb142de4
microcodeIntel: 20190514 -> 20190618 2019-06-22 22:39:27 +02:00
Alyssa Ross
84cdfb8f31
microcodeIntel: 20190312 -> 20190514 2019-05-15 08:12:24 +00:00
Will Dietz
ba31c45cbb microcodeIntel: 20180807a -> 20190312 (from intel github)
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/microcode-20190312/releasenote#L85
2019-03-27 09:49:10 -05:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Peter Hoeg
34e60f3ccb microcodeIntel: 20180807 -> 20180807a 2018-08-29 10:31:46 +08:00
Peter Hoeg
ff246c464d microcodeIntel: 20180312 -> 20180807 2018-08-16 16:17:08 +08:00
Peter Hoeg
fda7df678d uicode-tool: init at 2.3.1 2018-08-16 16:17:07 +08:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
DarkScythe97
a4fd4e3af0 microcode-intel: 20171117 -> 20180312 2018-03-14 12:09:07 +10:30
Franz Pletz
393e39e2e5
Revert "microcodeIntel: 20171117 -> 20170108"
This reverts commit 9b7ef9c738e743992ef268beba13d52bcc8a0b04.

Intel recommends to stop deployment of the updated microcode as it
introduces unexpected system behaviour on many platforms.

See https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00088&languageid=en-fr

cc #33414
2018-01-29 20:30:44 +01:00
Andreas Rammhold
9b7ef9c738
microcodeIntel: 20171117 -> 20170108 2018-01-10 03:07:59 +01:00
Andreas Rammhold
89fab17749
microcodeIntel: 20170707 -> 20171117
From the changelog:

```
Intel Processor Microcode Package for Linux
20171117 Release

-- New Platforms --
CFL U0 (06-9e-0a:22) 70
CFL B0 (06-9e-0b:2) 72
SKX H0 (06-55-04:b7) 2000035
GLK B0 (06-7a-01:1) 1e
APL Bx (06-5c-09:3) 2c
-- Updates --
KBL Y0 (06-8e-0a:c0) 66->70
-- Removed files --
SKX H0 (06-55-04:97) 2000022
```
2017-11-21 17:17:49 +01:00
Andrew Cann
c19d06b70b microcode-intel: 2017-05-11 -> 2017-07-07 2017-08-20 13:33:01 +08:00
Gabriel Ebner
252e9ec84a microcodeIntel: 20161104 -> 20170511 2017-06-25 17:41:57 +02:00
Peter Hoeg
a85b55e4cd microcode-intel: 20160714 -> 20161104 2017-02-26 18:25:25 +08:00
Kranium Gikos Mendoza
050452dd7f microcode-intel: 20150121 -> 20160714 2016-08-13 03:53:03 +08:00
William A. Kennington III
27f355c1e3 microcode-amd: Update to early loading 2015-03-25 14:44:19 -07:00
William A. Kennington III
8ad832f96a microcode/intel: Correct license 2015-03-25 14:28:32 -07:00
William A. Kennington III
c14919ff61 Remove old microcode2ucode 2015-03-25 14:25:04 -07:00
William A. Kennington III
1e1683f4ae Add missing file 2015-03-25 14:17:22 -07:00
William A. Kennington III
8baaff95e6 intel-ucode: Generate an early loadable microcode image 2015-03-25 14:14:46 -07:00
Thomas Strobel
fecd0095ca Upgrade: Intel microcodes -> 20160624 2014-08-17 00:11:43 +02:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2014-06-30 14:56:10 +02:00
Mathijs Kwik
4219eb430d intel-microcode: upgrade to 20140122 2014-04-10 11:57:20 +02:00
Evgeny Egorochkin
f17ba15f41 microcode-intel: update to 20130906 2013-10-27 06:24:48 +02:00
Eelco Dolstra
26028c2107 Install firmware in $out/lib/firmware instead of $out 2013-09-04 14:23:44 +02:00
Eelco Dolstra
8a56adee74 microcode-intel: Update to 20130808 2013-09-04 14:23:44 +02:00
danbst
2a798997a3 Add mirror url for AMD microcode
www.amd64.org is often down, so provide a 2nd url to download from.
2013-08-31 21:53:59 +02:00
Eelco Dolstra
b3642c3673 Move the AMD microcode to the microcode directory 2013-08-14 03:26:04 +02:00
Peter Simons
34a4d5f3f0 os-specific/linux/microcode/converter.nix: update download location for intel-microcode2ucode.c 2013-06-03 10:15:34 +02:00
Arie Middelkoop
4c3c452e7f provides a better download url for the intel-microcode2ucode sources. 2012-08-17 19:25:05 +02:00
Shea Levy
3b78bd796d microcodeIntel: Bump version 2012-08-11 14:10:06 -04:00
Eelco Dolstra
6b4cd6673a * Add a utility function "versionOlder" to compare two version
strings.

svn path=/nixpkgs/trunk/; revision=33267
2012-03-19 18:04:47 +00:00
Arie Middelkoop
2d7fe30288 Improved the expression for intel microcode.
svn path=/nixpkgs/trunk/; revision=32042
2012-02-05 20:44:19 +00:00
Arie Middelkoop
4b45a0bfc3 Microcode for intel processors (put in firmware, and 'modprobe microcode')
svn path=/nixpkgs/trunk/; revision=31957
2012-02-01 22:05:21 +00:00