Commit Graph

14 Commits

Author SHA1 Message Date
Anuj Mittal
2bf939d17f intel-microcode: fix upstream check
There could be zero or more characaters at the end of version string.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-04 17:39:29 +08:00
Yong, Jonathan
cba66dfb7b intel-microcode: fix microcode loading on newer kernels
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>
2019-07-04 10:16:09 +08:00
Anuj Mittal
2e47b48e5d intel-microcode: upgrade 20190514a -> 20190618
For changes in this version, see:

940d904b72/releasenote

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-06-19 19:53:43 +08:00
Anuj Mittal
35555fb519 intel-microcode: fix upstream release checking
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>
2019-05-24 10:09:39 +08:00
Anuj Mittal
6633f87024 intel-microcode: upgrade to 20190514a
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>
2019-05-21 17:31:51 +08:00
Anuj Mittal
078141a400 microcode: upgrade 20180703 -> 20180807
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-08-13 09:29:46 +08:00
Anuj Mittal
f9d5395c5a intel-microcode: upgrade 20180425 -> 20180703
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-07-09 09:13:22 +08:00
Anuj Mittal
a8abc31178 intel-microcode: update to 20180425
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>
2018-07-02 10:04:20 +08:00
Anuj Mittal
e5147051f2 iucode-tool: upgrade 2.1.2 -> 2.3.1
License-Update: Change in copyright year.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-06-28 14:44:15 +08:00
California Sullivan
43444c01b9 intel-microcode: update to version 20180312
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>
2018-03-15 17:26:43 -07:00
California Sullivan
a6a5d581ff Revert "intel-microcode: update to 20180108"
This reverts commit 7969d8e442.

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>
2018-01-30 15:36:51 -08:00
Juro Bystricky
7969d8e442 intel-microcode: update to 20180108
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-12 11:10:44 -08:00
Saul Wold
a1ce6f4bfb intel-microcode: Update to 20171117
This update contains ...

No Actual license change, just date.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-21 15:52:34 -08:00
Saul Wold
d53dbb38c4 meta-intel: Reorganize the layout to remove common
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>
2017-11-20 15:33:02 -08:00