From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 70DB821A16ECF for ; Fri, 26 May 2017 20:20:14 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 26 May 2017 20:21:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="1153440568" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 26 May 2017 20:21:09 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 26 May 2017 20:21:09 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 26 May 2017 20:21:09 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.84]) with mapi id 14.03.0319.002; Sat, 27 May 2017 11:21:07 +0800 From: "Dong, Eric" To: "Fan, Jeff" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready Thread-Index: AQHS1iHpmpvDN9CnnkKcn2dUChRRdqIHg91Q Date: Sat, 27 May 2017 03:21:06 +0000 Message-ID: References: <20170526131209.23020-1-jeff.fan@intel.com> In-Reply-To: <20170526131209.23020-1-jeff.fan@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/3] Enable X2APIC after MP service is ready 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: Sat, 27 May 2017 03:20:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please remove the extra space in patch 1/3 when you check in. Reviewed-by: Eric Dong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jeff= Fan Sent: Friday, May 26, 2017 9:12 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready https://bugzilla.tianocore.org/show_bug.cgi?id=3D575 v2: Updated #1 comments v3: 1. Remove ASSERT() in #1 if X2APIC enable but user configuration is FALSE= . 2. Add #3 to force X2APIC mode if CPU number > 255. Jeff Fan (3): UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enable UefiCpuPkg/MpInitLib: Check APIC mode change around AP function UefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU number > 255 .../CpuCommonFeaturesLib/CpuCommonFeatures.h | 15 +++++ .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c | 2 +- UefiCpuPkg/Library/CpuCommonFeaturesLib/X2Apic.c | 72 ++++++++++++++++++= +--- UefiCpuPkg/Library/MpInitLib/MpLib.c | 32 ++++++++-- 4 files changed, 104 insertions(+), 17 deletions(-) --=20 2.9.3.windows.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel