summaryrefslogtreecommitdiffstats
path: root/recipes-core/microcode
Commit message (Collapse)AuthorAgeFilesLines
* intel-microcode: fix upstream checkAnuj Mittal2019-07-041-1/+1
| | | | | | There could be zero or more characaters at the end of version string. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix microcode loading on newer kernelsYong, Jonathan2019-07-041-5/+5
| | | | | | | | | | | | | | | | | | | | | The /dev/microcode interface and microcode-ctl utility has been deprecated in favor of the new kernel /sys/devices/system/cpu/microcode/reload interface as documented in: https://github.com/torvalds/linux/blob/master/Documentation/x86/microcode.rst It expects the microcode binaries to be split out and loaded from /lib/firmware, eg: /lib/firmware/intel-ucode/06-01-01 /lib/firmware/intel-ucode/06-01-02 /lib/firmware/intel-ucode/06-01-06 /lib/firmware/intel-ucode/06-01-07 /lib/firmware/intel-ucode/06-01-09 ... This change does not affect the earlyfw cpio generated by inte-ucode. Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20190514a -> 20190618Anuj Mittal2019-06-191-1/+1
| | | | | | | | For changes in this version, see: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/940d904b7272edd689a5f0eef9dee09c13746748/releasenote Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: fix upstream release checkingAnuj Mittal2019-05-241-0/+2
| | | | | | | There could be a character to signify minor changes for the same microcode at the end. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade to 20190514aAnuj Mittal2019-05-212-133/+8
| | | | | | | | Include the microcode from caveats as well since all kernels supported have those patches. Also point to the new git repo and corrected license. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* microcode: upgrade 20180703 -> 20180807Anuj Mittal2018-08-131-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20180425 -> 20180703Anuj Mittal2018-07-091-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: update to 20180425Anuj Mittal2018-07-022-7/+133
| | | | | | | Point to the the license from layer now that text .dat isn't supplied. And, generate cpio from binary files. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* iucode-tool: upgrade 2.1.2 -> 2.3.1Anuj Mittal2018-06-281-3/+3
| | | | | | License-Update: Change in copyright year. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: update to version 20180312California Sullivan2018-03-151-5/+4
| | | | | | | The LIC_FILES_CHKSUM also needed to be updated, as the copyright added the year 2018. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Revert "intel-microcode: update to 20180108"California Sullivan2018-01-301-4/+4
| | | | | | | | | This reverts commit 7969d8e442bdefd8036a334ca9d9ce133272399b. Its recommended that rollout of this microcode update is suspended. See here: https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-microcode: update to 20180108Juro Bystricky2018-01-121-4/+4
| | | | | Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* intel-microcode: Update to 20171117Saul Wold2017-11-211-4/+4
| | | | | | | | This update contains ... No Actual license change, just date. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-203-0/+128
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>