summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/cpu
AgeCommit message (Collapse)Author
2017-02-27microcode updates: prepend first in initrdFranz Pletz
Prevents crashing the kernel on boot if other blobs are prepended before the microkernel update image. Fixes #22674.
2015-03-25nixos/microcode-amd: Update to early initrd loaderWilliam A. Kennington III
2015-03-25nixos/intel-microcode: Support early initrd ucode loadingWilliam A. Kennington III
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra