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 0106ED8019A for ; Tue, 5 Dec 2023 05:49:27 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=yF+8hQpq1ORT5xNwygpVKcgYUjgEN/0WdY93SJ/IQMY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1701755366; v=1; b=rB4tamUL3KgMImiDKQz73e3Uai4cMOOxQShQYmyf3JJf1pbk5UyHRGOaHDtkgQWjC3a5JwWR CC7WAtPyhuM/x5Dq72Q0Pl5Jy1K/fRv9jOe9PftNpiWUd/Gx8amwOvDZufLW2KgOSIwm4PRlbaZ a4yUsX+VIv8D/yjCkCdWob3E= X-Received: by 127.0.0.2 with SMTP id 08N9YY7687511xyIIVa6LhlF; Mon, 04 Dec 2023 21:49:26 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.93095.1701755355027796431 for ; Mon, 04 Dec 2023 21:49:26 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10914"; a="378875434" X-IronPort-AV: E=Sophos;i="6.04,251,1695711600"; d="scan'208";a="378875434" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Dec 2023 21:49:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10914"; a="720580537" X-IronPort-AV: E=Sophos;i="6.04,251,1695711600"; d="scan'208";a="720580537" X-Received: from shwdeopenlab702.ccr.corp.intel.com ([10.239.55.43]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Dec 2023 21:49:24 -0800 From: "duntan" To: devel@edk2.groups.io Cc: Eric Dong , Ray Ni , Rahul Kumar , Gerd Hoffmann Subject: [edk2-devel] [PATCH 4/6] UefiCpuPkg: Add a new field in MpInfo2 HOB Date: Tue, 5 Dec 2023 13:48:58 +0800 Message-Id: <20231205054900.926-5-dun.tan@intel.com> In-Reply-To: <20231205054900.926-1-dun.tan@intel.com> References: <20231205054900.926-1-dun.tan@intel.com> MIME-Version: 1.0 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,dun.tan@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: z3GsAE20CTMN6fy8ZHGdmSkQx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=rB4tamUL; 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) Add new field CoreType in gMpInformationHobGuid2 Signed-off-by: Dun Tan Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann --- UefiCpuPkg/Include/Guid/MpInformation2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiCpuPkg/Include/Guid/MpInformation2.h b/UefiCpuPkg/Include/Guid/MpInformation2.h index 4164ce1c30..cb654d6f05 100644 --- a/UefiCpuPkg/Include/Guid/MpInformation2.h +++ b/UefiCpuPkg/Include/Guid/MpInformation2.h @@ -29,6 +29,8 @@ typedef struct { EFI_PROCESSOR_INFORMATION ProcessorInfo; + UINT8 CoreType; + UINT8 Reserved[7]; // // Add more fields in future // -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112066): https://edk2.groups.io/g/devel/message/112066 Mute This Topic: https://groups.io/mt/102987140/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-