From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 6A86D81E8A for ; Fri, 11 Nov 2016 03:57:43 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 11 Nov 2016 03:57:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,621,1473145200"; d="scan'208";a="900344603" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.9.5]) by orsmga003.jf.intel.com with ESMTP; 11 Nov 2016 03:57:46 -0800 From: Jeff Fan To: edk2-devel@ml01.01.org Date: Fri, 11 Nov 2016 19:57:38 +0800 Message-Id: <20161111115740.8024-1-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 Subject: [PATCH 0/2] Place APs to suitable state on Legacy OS boot X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 11:57:43 -0000 Currently, DxeMpLib only places APs into specified c-state in Exit Boot Service callback function for UEFI OS boot. We need to put APs into specified c-state for legacy OS boot also. https://bugzilla.tianocore.org/show_bug.cgi?id=210 Jeff Fan (2): UefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallback() UefiCpuPkg/DxeMpLib: Place APs to suitable state on Legacy OS boot UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf | 1 + UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) -- 2.9.3.windows.2