Bump Intel microcode version to 20210216

Signed-off-by: Yoann Ricordel <yoann.ricordel@qarnot-computing.com>
This commit is contained in:
Yoann Ricordel 2021-03-05 17:00:53 +01:00
parent 1f93eab506
commit 4e31b87da0

View File

@ -72,7 +72,7 @@ WORKDIR /tmp
# Download Intel ucode, create a CPIO archive for it, and keep it in the build context # Download Intel ucode, create a CPIO archive for it, and keep it in the build context
# so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE # so the firmware can also be referenced with CONFIG_EXTRA_FIRMWARE
ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files ENV UCODE_REPO=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
ENV UCODE_COMMIT=microcode-20191115 ENV UCODE_COMMIT=microcode-20210216
RUN set -e && \ RUN set -e && \
if [ $(uname -m) == x86_64 ]; then \ if [ $(uname -m) == x86_64 ]; then \
git clone ${UCODE_REPO} ucode && \ git clone ${UCODE_REPO} ucode && \