From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 8B39681F15 for ; Wed, 30 Nov 2016 22:49:58 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 30 Nov 2016 22:49:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,723,1477983600"; d="scan'208";a="907481791" Received: from shwde7172.ccr.corp.intel.com ([10.239.9.23]) by orsmga003.jf.intel.com with ESMTP; 30 Nov 2016 22:49:57 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Thu, 1 Dec 2016 14:49:32 +0800 Message-Id: <1480574974-22276-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [Patch 0/2] MdeModulePkg SmmCore: Fix hang issue when LMFA enable 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: Thu, 01 Dec 2016 06:49:58 -0000 Liming Gao (2): MdeModulePkg SmmIpl: Fill Smram range for SMM driver when LMFA enable MdeModulePkg PiSmmCore: Retrieve Smram base address from system table MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 1 + MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf | 2 ++ MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c | 39 ++++++++++++++++++++--- MdeModulePkg/Core/PiSmmCore/Pool.c | 51 ++++++------------------------- 4 files changed, 47 insertions(+), 46 deletions(-) -- 2.8.0.windows.1