diff options
author | Laszlo Ersek <lersek@redhat.com> | 2017-03-12 22:01:40 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2017-05-18 10:13:01 +0200 |
commit | 5e167d7e784c92591921c29b61f0f7a000d9c7ce (patch) | |
tree | c08bae09b1809d7fbd468a494a3139ee7f69dafa /BaseTools/Source/Python/Ecc | |
parent | 62f43f7c1947c799dd69fb4b2d94376b8e689b51 (diff) | |
download | edk2-5e167d7e784c92591921c29b61f0f7a000d9c7ce.tar.gz edk2-5e167d7e784c92591921c29b61f0f7a000d9c7ce.tar.bz2 edk2-5e167d7e784c92591921c29b61f0f7a000d9c7ce.zip |
OvmfPkg/PlatformPei: don't allocate reserved mem varstore if SMM_REQUIRE
For the emulated variable store, PlatformPei allocates reserved memory (as
early as possible, so that the address remains the same during reboot),
and PcdEmuVariableNvStoreReserved carries the address to
EmuVariableFvbRuntimeDxe.
However, EmuVariableFvbRuntimeDxe is excluded from the SMM_REQUIRE build,
and then noone consumes PcdEmuVariableNvStoreReserved. Don't waste
reserved memory whenever that's the case.
(Even a dynamic default for PcdEmuVariableNvStoreReserved would be
unnecessary; but that way the PcdSet64S() call in the
ReserveEmuVariableNvStore() function doesn't compile.)
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc')
0 files changed, 0 insertions, 0 deletions