From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (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 1003621A16E5F for ; Fri, 12 May 2017 02:05:59 -0700 (PDT) Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Fri, 12 May 2017 11:05:58 +0200 Received: from GaryWorkstation (nwb-a10-snat.microfocus.com [10.120.13.202]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Fri, 12 May 2017 10:05:49 +0100 Date: Fri, 12 May 2017 17:05:42 +0800 From: Gary Lin To: Laszlo Ersek Cc: edk2-devel-01 , Jordan Justen Message-ID: <20170512090542.p7gqh2efvt4xezc2@GaryWorkstation> References: <20170505210258.28141-1-lersek@redhat.com> MIME-Version: 1.0 In-Reply-To: <20170505210258.28141-1-lersek@redhat.com> User-Agent: Mutt/1.6.2 (2016-07-01) Subject: Re: [PATCH 0/7] OvmfPkg: small cleanups and tweaks X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 09:06:00 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 05, 2017 at 11:02:51PM +0200, Laszlo Ersek wrote: > (I'm posting this on my free time. As if there is such a thing.) > > Most of these patches have been lying around in my personal tree for > quite some time. They should be uncontroversial easy-to-verify small > improvements (famous last words I guess), so I'll try to flush them now. > > They are loosely related to: > - https://bugzilla.tianocore.org/show_bug.cgi?id=386 > - https://bugzilla.tianocore.org/show_bug.cgi?id=527 > > Yes, I tested this with "-bios". > > Repo: https://github.com/lersek/edk2.git > Branch: small_tweaks > For the series, Regression-tested-by: Gary Lin > Cc: Jordan Justen > > Thanks > Laszlo > > Laszlo Ersek (7): > OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore > header > OvmfPkg: remove gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable > OvmfPkg/PlatformPei: remove unused PcdVariableStoreSize dependency > OvmfPkg: sync PcdVariableStoreSize with PcdFlashNvStorageVariableSize > OvmfPkg/PlatformPei: don't allocate reserved mem varstore if > SMM_REQUIRE > OvmfPkg: resolve PcdLib for all PEIMs individually > OvmfPkg: resolve PcdLib for PEIMs to PeiPcdLib by default > > OvmfPkg/OvmfPkg.dec | 1 - > OvmfPkg/OvmfPkgIa32.dsc | 37 ++++----- > OvmfPkg/OvmfPkgIa32X64.dsc | 37 ++++----- > OvmfPkg/OvmfPkgX64.dsc | 37 ++++----- > OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf | 3 - > OvmfPkg/PlatformPei/PlatformPei.inf | 1 - > OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c | 79 ++------------------ > OvmfPkg/PlatformPei/Platform.c | 4 +- > 8 files changed, 56 insertions(+), 143 deletions(-) > > -- > 2.9.3 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >