public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/7] OvmfPkg: small cleanups and tweaks
@ 2017-05-05 21:02 Laszlo Ersek
  2017-05-05 21:02 ` [PATCH 1/7] OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore header Laszlo Ersek
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Laszlo Ersek @ 2017-05-05 21:02 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Jordan Justen

(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 <jordan.l.justen@intel.com>

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-05-18  8:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05 21:02 [PATCH 0/7] OvmfPkg: small cleanups and tweaks Laszlo Ersek
2017-05-05 21:02 ` [PATCH 1/7] OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore header Laszlo Ersek
2017-05-05 21:02 ` [PATCH 2/7] OvmfPkg: remove gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable Laszlo Ersek
2017-05-05 21:02 ` [PATCH 3/7] OvmfPkg/PlatformPei: remove unused PcdVariableStoreSize dependency Laszlo Ersek
2017-05-05 21:02 ` [PATCH 4/7] OvmfPkg: sync PcdVariableStoreSize with PcdFlashNvStorageVariableSize Laszlo Ersek
2017-05-05 21:02 ` [PATCH 5/7] OvmfPkg/PlatformPei: don't allocate reserved mem varstore if SMM_REQUIRE Laszlo Ersek
2017-05-15 18:09   ` Jordan Justen
2017-05-18  8:16     ` Laszlo Ersek
2017-05-05 21:02 ` [PATCH 6/7] OvmfPkg: resolve PcdLib for all PEIMs individually Laszlo Ersek
2017-05-05 21:02 ` [PATCH 7/7] OvmfPkg: resolve PcdLib for PEIMs to PeiPcdLib by default Laszlo Ersek
2017-05-12  9:05 ` [PATCH 0/7] OvmfPkg: small cleanups and tweaks Gary Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox