From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 694C02098C207 for ; Wed, 30 May 2018 08:12:38 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2018 08:12:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,460,1520924400"; d="scan'208";a="55168862" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga003.jf.intel.com with ESMTP; 30 May 2018 08:12:37 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.88]) by ORSMSX101.amr.corp.intel.com ([169.254.8.86]) with mapi id 14.03.0319.002; Wed, 30 May 2018 08:12:37 -0700 From: "Kinney, Michael D" To: "Guo, Mang" , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: "Wei, David" Thread-Topic: [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Fix SMM stack size issue Thread-Index: AdP39mFtxNkrXpdLSEiioTvE1l7k0wAMiDqA Date: Wed, 30 May 2018 15:12:37 +0000 Message-ID: References: <22D2C85ED001C54AA20BFE3B0E4751D15268D470@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <22D2C85ED001C54AA20BFE3B0E4751D15268D470@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Fix SMM stack size issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 15:12:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Guo, Can you please provide the old size and the new size in the commit message? Also, what changed that required a larger stack? Thanks, Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel- > bounces@lists.01.org] On Behalf Of Guo, Mang > Sent: Wednesday, May 30, 2018 2:13 AM > To: edk2-devel@lists.01.org > Cc: Wei, David > Subject: [edk2] [Patch][edk2-platforms/devel- > MinnowBoardMax-UDK2017] Fix SMM stack size issue >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 >=20 > Signed-off-by: Guo Mang > --- > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) >=20 > diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > index 6ebbb66..7f44f0a 100644 > --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc > @@ -1437,7 +1437,12 @@ > $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGET)/ > IA32/fTPMInitPeim.inf > # > MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf > MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf > - UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf > + UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf { > + > + > gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000 > + } > + > + > UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf >=20 > MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf > UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf > -- > 2.10.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel