From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN32GLLz37kb for ; Sun, 05 Apr 2026 12:04:19 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMs1xH2z378b for ; Sun, 05 Apr 2026 12:04:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fpWMq1yjjz772; Sun, 05 Apr 2026 12:04:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WqhwekLRyeEtvb5AemKOfATBChkAlngKgxcvZQoqoKY=; b=fceSTWM5eWiR2IjELazUE3XTRqbvhK9mIzpv0h2Nah919K0yBkN+ahXSgRniQPiBXTsK17 uLyehPd9ayFQD0Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390647; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WqhwekLRyeEtvb5AemKOfATBChkAlngKgxcvZQoqoKY=; b=BsxzGRJENOyg7D0cbL5deHFo9vKld5zQ9N4GNrqMPLh3KYs7fvlZm9YYnbx/wvYtmP+KJY D3Wyp5bRmiZ+27oo/Bl8gwauK3Ak2m6x+PGmAFjSIPBIqEI/XI+ZxCRKKhILnDOMEBNzyW aIYFk5j7Saeu+2ATQrBRzhXbRKA+dofBXv6IAbyDHluF1LlHBoi3MBveBzjLuVWyyIiSj1 p8eiHlGbAwhn701A/xHUI/700Y/iB2u1dLrP5dWd3OD21r/cMG0HPnk2nO0SJE7dyHHJyz zqYLTFxNxL694gYIJo8AxIxzLp5XEWEuBEgTwSt+ZVDFVkgn5VviUNcKSvF3HQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] intel-microcode: Update to version 20260227 Date: Sun, 5 Apr 2026 14:03:44 +0200 Message-ID: <20260405120354.137211-27-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from version 20260210 to 20260227 - No change to rootfile - Changelog 20260227 Purpose - Update for functional issues. Refer to [Intel® Xeon® 6700P-B/6500P-B-Series SoC with P-Cores](https://cdrdv2.intel.com/v1/dl/getContent/843306/view?wapkw=intel%20xeon%206700P-B) for details. Updated Platforms | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | GNR-D | B0/B1 | 06-ae-01/97 | 010002f3 | 01000303 | Xeon 6700P-B/6500P-B Series SoC with P-Cores Signed-off-by: Adolf Belka --- lfs/intel-microcode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 2e2f6615a..f7e992bca 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,7 +24,7 @@ include Config -VER = 20260210 +VER = 20260227 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3b3a8fef499a67af0264550b457ae7de4f6965d9c8c02cc1b5b0f02316580662397016287510e09274e241d8d9cb7d70245f05a584f746515ac7c9bbe4a5cb28 +$(DL_FILE)_BLAKE2 = 3725dee3af32b545a754a47616c7451a6e7e227af125a8eb35729b2784dfbdecccea6054e1f3190119253041697ce525380e5a98c929e42a4294028d2eca1ebd install : $(TARGET) -- 2.53.0