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 DBF081A1E3A for ; Wed, 24 Aug 2016 07:45:28 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 24 Aug 2016 07:45:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,570,1464678000"; d="scan'208";a="160352170" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.9.5]) by fmsmga004.fm.intel.com with ESMTP; 24 Aug 2016 07:45:27 -0700 From: Jeff Fan To: edk2-devel@lists.01.org Date: Wed, 24 Aug 2016 22:45:18 +0800 Message-Id: <1472049924-8228-1-git-send-email-jeff.fan@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [Patch 0/6] Fixed bugs in MpInitLib 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: Wed, 24 Aug 2016 14:45:29 -0000 Jeff Fan (6): UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp() UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop code UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlag UefiCpuPkg/MpInitLib: Fix function header comments typo UefiCpuPkg/MpInitLib: Move two functions location UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot Service UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 96 ++++++++++++++++++-------------- UefiCpuPkg/Library/MpInitLib/Microcode.c | 2 +- UefiCpuPkg/Library/MpInitLib/MpLib.c | 52 +++++++++++++++-- UefiCpuPkg/Library/MpInitLib/MpLib.h | 24 +++++++- UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 45 +-------------- 5 files changed, 127 insertions(+), 92 deletions(-) -- 2.7.4.windows.1