From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id CE9F0D800C4 for ; Wed, 15 Nov 2023 11:16:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=3+uctOXEA5Ish4VZVzIbqgppaH/4t8FnHnLusZt8Oa0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20140610; t=1700046960; v=1; b=wNsnb6zAOCkA4wdmPJv6+BV6uRqEQo6ZxnpFLtSq/wuZiplvnpr5zT9vcxDHbHZvhGJjwUDK bmIzTW1uhvcrckr0d7S3o3jDQhhkvYbBqdwan3Q4Zj2rW+yH7njNxcIlRSkaQadjbSjSEXcU6ap 3Nh+twDTkafazBYny6XRCEm0= X-Received: by 127.0.0.2 with SMTP id j4gUYY7687511xjnw9HlpLTM; Wed, 15 Nov 2023 03:16:00 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.10782.1700046959669687038 for ; Wed, 15 Nov 2023 03:16:00 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10894"; a="455148435" X-IronPort-AV: E=Sophos;i="6.03,304,1694761200"; d="scan'208";a="455148435" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2023 03:15:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10894"; a="1096420844" X-IronPort-AV: E=Sophos;i="6.03,304,1694761200"; d="scan'208";a="1096420844" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by fmsmga005.fm.intel.com with ESMTP; 15 Nov 2023 03:15:56 -0800 From: "Wu, Jiaxin" To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong , Ray Ni , Rahul Kumar , Gerd Hoffmann , Star Zeng Subject: [edk2-devel] [PATCH v2 0/3] Get and use Get processor extended information Date: Wed, 15 Nov 2023 19:15:50 +0800 Message-Id: <20231115111553.6592-1-jiaxin.wu@intel.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: GIae3owYoSfsjNLWp7EueXshx7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=wNsnb6zA; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) The series patches are to complete commits 170d4ce8 & 1fadd18d, then SMM cpu driver will use the processor extended information. Cc: Laszlo Ersek Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann Cc: Star Zeng Signed-off-by: Jiaxin Wu Jiaxin Wu (3): UefiCpuPkg/BaseXApicLib: Fix CPUID_V2_EXTENDED_TOPOLOGY detection UefiCpuPkg/PiSmmCpuDxeSmm: Get processor extended information UefiCpuPkg/PiSmmCpuDxeSmm: Use processor extended information UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c | 21 ++++++++++++++++----- UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c | 10 ++++++++++ UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 6 +++--- 3 files changed, 29 insertions(+), 8 deletions(-) -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111256): https://edk2.groups.io/g/devel/message/111256 Mute This Topic: https://groups.io/mt/102602850/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-