From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id 14F693858D28 for ; Sat, 8 Apr 2023 21:36:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 14F693858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id lBIpp2WzJjvm1lGEipwphz; Sat, 08 Apr 2023 21:36:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1680989800; bh=3ViJmXGSJ/V0BFKXW2zqT4IrDZlyBLdVpsS30ZJ4Ii4=; h=From:To:Reply-To:Date:Subject; b=IuBb5m1qn7Tcn8Q+85l1RJsTv84KVnIOEawfNyv5DtuxToVKpWWrAispYwgIdHsTB BGXMUTUhLTDTz65e9zOuDI9qgRSEIMcyX2Hb+xXsgaTl3W0e2eLMNQu0wvZVC0P8C1 xkL2/cLasQNAW/bc/ssXkAkdIYJUHUVjLfdcEiilIY11+EKrq1mPPAzyYS51xJ4qvK /pIpDWN7oOBd0qDptM+XVYGD+YtraFuTxBxOZzJrX9zvUOb7HcHJgCe1B38NHlnqjr Us0VsXbfnXyBlV5VFV4QFwBOk2yWVAnq4ael27ts90dtd1fOdY1kR8Rvuq7rNoz/Aq RpT4Ph7+ABAQQ== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id lGEipI7jdyAOelGEipTBYe; Sat, 08 Apr 2023 21:36:40 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=6431de68 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=5_s1rtZIAAAA:8 a=0QfBh6PwvoNcpBj0e08A:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 From: "Cygwin cpuid Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 08 Apr 2023 15:33:49 -0600 Message-Id: <20230408153349.41037-1-Brian.Inglis@Shaw.ca> Subject: Updated: cpuid 20230406 X-CMAE-Envelope: MS4xfLzm4CPsVPQASRpkQwpsS5lPKFJQBlkazUmfKAFgn71mEIr/ijsf3skHEXW+ZGZxxReNQhjBj8RCsxZd9kb+V7jbr3sgp4RaLHX9E7h3kpdT3eD41WWh cu+dhUQiXYnzo6T6QsPjqxROY4qsBRfqQX/+AzcsS0ugtRmYAxG3R0O01aCNmHD/Vju/4ayagB6Gq6YltwCc0rrREeukQI0ZI00= X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following package has been upgraded in the Cygwin distribution: * cpuid 20230406 Displays detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). Where /proc/cpuinfo shows features important to a system, cpuid shows what every feature in each CPU's architecture does. It is updated and released frequently to stay current with Intel and AMD information and supports other vendors' chips. See the project home page for more information: http://etallen.com/cpuid.html For information about changes since the previous Cygwin release, see below or /usr/share/doc/cpuid/ChangeLog after installation. Thu Apr 6 2023 20230406 Based on Intel-Linux-Processor-Microcode-Data-Files (ILPMDF*), made the following (synth) changes: cpuid.c: - Fixed bug in print_apic_synth() when interpreting leaf 0xb and 0x1f bit widths: In fact, they are bit *offsets*, different from the *widths* of leaf 4! So the (APIC width synth) often has been off by 1, and the (APIC synth) PKG_ID & CORE_ID values often have been shifted incorrectly. - For 0xb/*/eax & 0x1f/*/eax, rename field to "bit width of level & previous levels" to reflect this definition. - In print_apic_synth(), decode_mp_synth(), and print_mp_synth(), support APIC bit fields for the newest 4 topology layers: module, tile, die, die group. And for the mp version, also the older cu & pkg levels. - In print_apic_synth(), use the extended APIC ID's when available in a variety of leaves. - In print_apic_synth() & decode_mp_synth(), support leaf 0xb method for AMD/Hygon. - In decode_mp_synth(), for the 1/0x80000008 method, use the same family-specific technique to differentiate CU's from cores, or cores from threads as in print_apic_synth(). - Added prelim Bergamo A1 stepping from sample from @YuuKi_AnS. - Added 7/1/edx AMX-COMPLEX instructions. - Added 7/2/edx UC-lock disable. - Added 0x10/n/ecx non-contiguous 1s value supported. - Added 0x1c/ecx event logging supported bitmap. - Added 0x23/0/ebx decoding. - Decode 0x80000026/1/ebx core type & native model. - For 0x80000021/eax, capitalize REP STOSB & REP CMPSB to match Intel versions in 7/1/eax. - For 0x80000022/ecx, shorten description, show bitmask only in hex. - Update CPUID utility with new feature bits as documented in the AMD Processor Programming Reference for Family 19h and Model 11h: 0x8000000a/edx extended LVT offset fault change 0x80000021/eax enhanced predictive store forwarding, FSRS, FSRC, FsGsKernelGsBaseNonSerializing 0x80000022/ebx number of available UMC PMCs 0x80000022/ecx bitmask representing active UMCs - Differentiate preliminary (uarch synth) for (0,6),(10,10); (0,6),(10,11); (0,6),(10,12); and (0,6),(11,5) Crestmont Atom cores from their Redwood Cove counterparts. - Add preliminary (synth) & (uarch synth) for (0,6),(12,6) Lion Cove & Skymont, from LX*. - Added 12/0/eax SGX ENCLS EUPDATESVN bit. - Added 0x1f/*/ecx level type value "die group (6)". - Added (synth) decoding for (0,6),(8,15) Sapphire Rapids D & E0 steppings from coreboot*. - Improved (synth) decoding for (0,6),(6,10) Scalable 3rd Gen Xeons to Ice Lake-SP. Also, improved decoding for engr samples where the brand string omits Xeon & Bronze/Silver/Gold/Platinum. - Improved (synth) decoding for (0,6),(11,14) Intel N-Series. - Differentiate (synth) & (uarch synth) for (0,6),(11,14) Alder Lake-N based on core type, much like for other Alder Lake models. This corrects the cores to Gracemont. As for Golden Cove, perhaps P-cores never will exist for this model but, if they do, they should now be decoded correctly. - Updated (synth) decoding for (0,6),(11,15),5 with Raptor Lake-S/HX/P. - Updated (synth) decoding for (0,6),(11,10) with Raptor Lake-H/U/P. - cpuid.man: Added 759603: Intel Processor and Intel Core i3 N-Series Datasheet, Volume 1 of 2.