[openwrt/openwrt] firmware: intel-microcode: update to 20221108

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 25 15:24:32 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/340d3d84dc545429b028d3250ddd084b3d084367

commit 340d3d84dc545429b028d3250ddd084b3d084367
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Mon Jan 23 20:15:36 2023 +0800

    firmware: intel-microcode: update to 20221108
    
    Changelog:
      * New Microcodes:
        sig 0x000606c1, pf_mask 0x10, 2022-08-07, rev 0x1000201, size 286720
        sig 0x000b0671, pf_mask 0x32, 2022-09-07, rev 0x010e, size 204800
    
      * Updated Microcodes:
        sig 0x000706e5, pf_mask 0x80, 2022-08-02, rev 0x00b6, size 113664
        sig 0x000806c1, pf_mask 0x80, 2022-06-28, rev 0x00a6, size 110592
        sig 0x000806d1, pf_mask 0xc2, 2022-06-28, rev 0x0042, size 102400
        sig 0x000806ec, pf_mask 0x94, 2022-07-31, rev 0x00f4, size 105472
        sig 0x00090661, pf_mask 0x01, 2022-07-15, rev 0x0017, size 20480
        sig 0x00090672, pf_mask 0x07, 2022-09-19, rev 0x0026, size 218112
        sig 0x00090675, pf_mask 0x07, 2022-09-19, rev 0x0026
        sig 0x000b06f2, pf_mask 0x07, 2022-09-19, rev 0x0026
        sig 0x000b06f5, pf_mask 0x07, 2022-09-19, rev 0x0026
        sig 0x000906a3, pf_mask 0x80, 2022-09-19, rev 0x0424, size 217088
        sig 0x000906a4, pf_mask 0x80, 2022-09-19, rev 0x0424
        sig 0x000906ed, pf_mask 0x22, 2022-07-31, rev 0x00f4, size 104448
        sig 0x000a0652, pf_mask 0x20, 2022-07-31, rev 0x00f4, size 96256
        sig 0x000a0653, pf_mask 0x22, 2022-07-31, rev 0x00f4, size 97280
        sig 0x000a0655, pf_mask 0x22, 2022-07-31, rev 0x00f4, size 96256
        sig 0x000a0660, pf_mask 0x80, 2022-07-31, rev 0x00f4, size 97280
        sig 0x000a0661, pf_mask 0x80, 2022-07-31, rev 0x00f4, size 96256
        sig 0x000a0671, pf_mask 0x02, 2022-08-02, rev 0x0056, size 103424
    
    We need to update to this version because
    https://ftp.debian.org/debian/pool/non-free/i/intel-microcode/intel-microcode_3.20220809.1.tar.xz
    has been removed.
    
    Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
 package/firmware/intel-microcode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/firmware/intel-microcode/Makefile b/package/firmware/intel-microcode/Makefile
index b0379f363d..58ae7ee74b 100644
--- a/package/firmware/intel-microcode/Makefile
+++ b/package/firmware/intel-microcode/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=intel-microcode
-PKG_VERSION:=20220809
+PKG_VERSION:=20221108
 PKG_RELEASE:=1
 
 PKG_SOURCE:=intel-microcode_3.$(PKG_VERSION).1.tar.xz
 PKG_SOURCE_URL:=@DEBIAN/pool/non-free/i/intel-microcode/
-PKG_HASH:=4cf6c3638bb52d9d45c1916af866fd0929628a6f459daac3edfd369149e9c665
+PKG_HASH:=9c40fc5cbb386a4e1154f8f316422b28fccc9eaabdea707a80643f9bed3f9064
 PKG_BUILD_DIR:=$(BUILD_DIR)/intel-microcode-3.$(PKG_VERSION).1
 
 PKG_BUILD_DEPENDS:=iucode-tool/host




More information about the lede-commits mailing list