From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 C5721211E2EFA for ; Tue, 26 Mar 2019 18:00:56 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 18:00:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,274,1549958400"; d="scan'208";a="217854527" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 26 Mar 2019 18:00:55 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 26 Mar 2019 18:00:54 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 26 Mar 2019 18:00:54 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.80]) with mapi id 14.03.0415.000; Wed, 27 Mar 2019 09:00:52 +0800 From: "Wu, Hao A" To: Leif Lindholm CC: "Zeng, Star" , Laszlo Ersek , "edk2-devel@lists.01.org" , "ard.biesheuvel@linaro.org" , "Wang, Jian J" , "Ni, Ray" , Andrew Fish , "Kinney, Michael D" Thread-Topic: [RFC PATCH] MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dsc Thread-Index: AQHU3ZrQFeEhXy5lsku2RALYksrpd6YUF4aAgAAv+ACAAHrcAIAArXswgAIEqoCABDE6AIACMTyAgADes2A= Date: Wed, 27 Mar 2019 01:00:52 +0000 Message-ID: References: <20190318145625.29000-1-leif.lindholm@linaro.org> <87af2f8b-a8f7-a437-a4ab-019178bb1f13@redhat.com> <20190320174320.rzuprck56u2f5d5u@bivouac.eciton.net> <0C09AFA07DD0434D9E2A0C6AEB048310402980DA@shsmsx102.ccr.corp.intel.com> <20190322181311.bu5d55bjngfwlqt2@bivouac.eciton.net> <20190326194309.nkonbi2dfnx7wa7o@bivouac.eciton.net> In-Reply-To: <20190326194309.nkonbi2dfnx7wa7o@bivouac.eciton.net> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [RFC PATCH] MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dsc X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2019 01:00:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > Sent: Wednesday, March 27, 2019 3:43 AM > To: Wu, Hao A > Cc: Zeng, Star; Laszlo Ersek; edk2-devel@lists.01.org; > ard.biesheuvel@linaro.org; Wang, Jian J; Ni, Ray; Andrew Fish; Kinney, Mi= chael > D > Subject: Re: [RFC PATCH] MdeModulePkg: add LockBoxNullLib for !IA32/X64 > in .dsc >=20 > On Mon, Mar 25, 2019 at 02:17:05AM +0000, Wu, Hao A wrote: > > > My original version is my preferred way of addressing the immediate > > > problem though, mainly to keep the separate .EBC section. > > > > Got it. > > Do you want me to help to push the patch? >=20 > If you could, that would be appreciated. Hello Leif, Pushed at commit: 4a1f6b85c184eecab22df88312a207f5e0ea4264 Thanks for the patch. Best Regards, Hao Wu >=20 > Best Regards, >=20 > Leif