From 01a17392f8a93ed6fc4a1bd19b47b352975b9eaf Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 10 May 2018 10:08:11 +0100 Subject: [PATCH] kernel: Update Intel microcode to 20180425 This microcode bundle comes with a file called "list" which seems to confuse the 'iucode_tool', so we just remove it. Signed-off-by: Rolf Neugebauer --- kernel/Dockerfile | 3 ++- kernel/ucode/intel-ucode-md5sums | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index 2b885b936..d8997a0f0 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -180,13 +180,14 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ] && [ "${KERNEL_SERIES}" != "4.9.x" ]; t fi # Download Intel ucode and create a CPIO archive for it -ENV UCODE_URL=https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz +ENV UCODE_URL=https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz RUN set -e && \ if [ $(uname -m) == x86_64 ]; then \ cd /ucode && \ curl -sSL -o microcode.tar.gz ${UCODE_URL} && \ md5sum -c intel-ucode-md5sums && \ tar xf microcode.tar.gz && \ + rm -f intel-ucode/list && \ iucode_tool --normal-earlyfw --write-earlyfw=/out/intel-ucode.cpio ./intel-ucode && \ cp intel-ucode-license.txt /out; \ fi diff --git a/kernel/ucode/intel-ucode-md5sums b/kernel/ucode/intel-ucode-md5sums index 7fbc16054..a88b9033e 100644 --- a/kernel/ucode/intel-ucode-md5sums +++ b/kernel/ucode/intel-ucode-md5sums @@ -1 +1 @@ -be315cd99a7ca392a2f917ceacbe14f2 microcode.tar.gz +99c80f9229554953a868127cda44e7e3 microcode.tar.gz