From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 BC4A921A1348D for ; Fri, 5 May 2017 14:03:02 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0C1A33DBC1; Fri, 5 May 2017 21:03:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0C1A33DBC1 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 0C1A33DBC1 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-120.phx2.redhat.com [10.3.116.120]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3A3067A234; Fri, 5 May 2017 21:03:01 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Fri, 5 May 2017 23:02:51 +0200 Message-Id: <20170505210258.28141-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 05 May 2017 21:03:02 +0000 (UTC) Subject: [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, 05 May 2017 21:03:02 -0000 (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 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