From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B93FC21DF8099 for ; Mon, 28 Aug 2017 00:17:18 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 28 Aug 2017 00:19:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,440,1498546800"; d="scan'208";a="145214869" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 28 Aug 2017 00:19:49 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 Aug 2017 00:19:48 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 Aug 2017 00:19:48 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Mon, 28 Aug 2017 15:19:46 +0800 From: "Ni, Ruiyu" To: "Dong, Eric" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/2] Add CPUID MCA supports check Thread-Index: AQHTFwsgvVKoMsjro0W1VgzgRmXbZaKZbWbA Date: Mon, 28 Aug 2017 07:19:46 +0000 Deferred-Delivery: Mon, 28 Aug 2017 07:18:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA11611@SHSMSX104.ccr.corp.intel.com> References: <1502941453-12332-1-git-send-email-eric.dong@intel.com> In-Reply-To: <1502941453-12332-1-git-send-email-eric.dong@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] Add CPUID MCA supports check X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2017 07:17:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Eric Dong > Sent: Thursday, August 17, 2017 11:44 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 0/2] Add CPUID MCA supports check >=20 > This patch series add CPUID MCA supports check before check the LMCE > capability. Patch also change LMCE code position for easy maintenance. >=20 > Eric Dong (2): > UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support check > UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same > file. >=20 > .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 1 - > UefiCpuPkg/Library/CpuCommonFeaturesLib/Lmce.c | 4 ++ > .../Library/CpuCommonFeaturesLib/MachineCheck.c | 81 > ++++++++++++++++++++++ > 3 files changed, 85 insertions(+), 1 deletion(-) >=20 > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel