From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web12.3312.1581581242125771178 for ; Thu, 13 Feb 2020 00:07:22 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: eric.dong@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 00:07:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,436,1574150400"; d="scan'208";a="313661357" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 13 Feb 2020 00:07:21 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Feb 2020 00:07:21 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Feb 2020 00:07:20 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.126]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Thu, 13 Feb 2020 16:04:21 +0800 From: "Dong, Eric" To: "devel@edk2.groups.io" , "Ni, Ray" Subject: Re: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. Thread-Topic: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. Thread-Index: AQHVpHrTFblrUe/TdEecNYnmTPphn6gZPvOw Date: Thu, 13 Feb 2020 08:04:20 +0000 Message-ID: References: <20191126061550.494828-1-niruiyu@users.noreply.github.com> In-Reply-To: <20191126061550.494828-1-niruiyu@users.noreply.github.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWZmOWJlMDMtYzNjMS00MmE3LTgwMDktZGJjOTg3ZjU1NTQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic2ZKUEsyWVBISExoTkh6S3E3Q2E0V1BqRVwvTXBGbXdObk9xcUVSWUZWQ3dXTCt0RFN4Y0VnMlUzYzltQ3NOeGQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: eric.dong@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable For the serial: Reviewed-by: Eric Dong -----Original Message----- From: devel@edk2.groups.io On Behalf Of Ray Ni Sent: Tuesday, November 26, 2019 2:16 PM To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce Firs= t to indicate 1st unit. Ray Ni (3): UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER] UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. .../Include/Library/RegisterCpuFeaturesLib.h | 49 +++++++++--- .../CpuCommonFeaturesLib.c | 6 +- .../CpuFeaturesInitialize.c | 74 +++++++++++++++++++ .../RegisterCpuFeatures.h | 4 +- .../RegisterCpuFeaturesLib.c | 74 ++++++++++--------- 5 files changed, 158 insertions(+), 49 deletions(-) --=20 2.21.0.windows.1