From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 16665385841D for ; Sat, 6 May 2023 19:20:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16665385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1683400819; bh=pw9fFj2K9b5AszJp+Y69kzccLa5Qicn91kskWgJj0lM=; h=To:Date:Subject:From:Reply-To:Cc:From; b=hE21S31fisVtt1yo8Yqrcy1l0CuDUW0ORkpPJ+ch7cuRzMCY3+zAMrdUHccqCwlxl TZNXhTw/b9eVXO+ConpadTlAEv/qunYnq5wbClBQvbFUibbsJVU2EKi+8QAVMsraz1 67NY7ocWrj2q3f3RuaZHUhcxerZA2L53sUnUu1/E= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D59243858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1683400818; bh=pw9fFj2K9b5AszJp+Y69kzccLa5Qicn91kskWgJj0lM=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:Cc:From; b=ixcTBhz+h+gNK6RYqwFGC+FIKiNeu23ZxZD3MNDc6uErCPcYpEt+jX/w8CfDfmynD BzXDYIHPtaBdbBgGeZ7Jn8K+dTedEC1Re1S1CLqbCEBNeLGcOdELVS45uKO7NGjQov I9NkGs0TeP6MxLprRojLiFXYtXndk9McIYllGJlw= DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 889E33857705 X-Authority-Analysis: v=2.4 cv=XZqaca15 c=1 sm=1 tr=0 ts=6456a821 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=5_s1rtZIAAAA:8 a=VB-Gj9T3oJIjBQQgLYcA:9 a=7-3sKM-zqIYA:10 a=3dMv4P1n_z9a81GE33Fp:22 To: cygwin@cygwin.com Date: Sat, 06 May 2023 13:17:36 -0600 Message-Id: Subject: [ANNOUNCEMENT] Updated: cpuid 20230505 X-CMAE-Envelope: MS4xfJK1PQABhio/YX/vcFGFHQXYEi1Ij2iRIa6hELXYHDqRIlJlHSUc65kAwMUdVl775cg0stB3vZJZ/IBIb0l67m0jIp09XF4tnDdlO5OPG5YC9rdGpPeE 2MlO85L8TSBRR8TqhdEAAyYsCXuSfOe6aosz+eSYCU5qBj89YTALbf1wWRN3J2IAtlhXgbDs8jLWQaShUmUEyzAOzQ6XYWjt5Mc= X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Cygwin cpuid Maintainer via Cygwin-announce Reply-To: cygwin@cygwin.com Cc: Cygwin cpuid Maintainer Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: The following package has been upgraded in the Cygwin distribution: * cpuid 20230505 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 May 5 2023 20230505 cpuid.c: - Fixed bug in (multi-processing synth) in the recently rewritten decode_mp_synth(). The CPU counts for higher levels were not dividing out counts from lower levels. This is analogous to the way print_apic_synth() subtracts out bit widths from lower levels. - Differentiate Core i3-N300 N-Series from ordinary N-Series. (They appear to differ only in branding.) - Added hypervisor+4/eax bit 21: use hypercalls for MMIO config space I/O, based on LX. Not documented by Microsoft yet. - In real_setup(), make inability to switch to CPU 0 no longer a fatal error. It is allowable for CPU 0 to be offlined, just like any other. - Added (synth) decoding for (0,6),(8,15) Xeon W version of Sapphire Rapids, from instlatx64 sample. - Corrected (synth) & (uarch synth) for Sapphire Rapids: family is Golden Cove, not Sunny Cove. - Added (synth) & (uarch synth) Emerald Rapids family: Raptor Cove. - Added (synth) & (uarch synth) Granite Rapids family: Redwood Cove. - In decode_uarch_intel, mark Sapphire Rapids, Emerald Rapids & Granite Rapids with core_is_uarch to avoid replicating the name in (synth). - Added (synth) decoding for (0,6),(10,10),2 Meteor Lake-M B0 from Coreboot.