]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: use HII type PCDs for TPM2 config related variables
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 8 Jan 2020 14:38:43 +0000 (15:38 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 9 Jan 2020 13:13:28 +0000 (13:13 +0000)
commitf55477fe2d62687ae0b91e3c5e68db2c22cbaf5c
tree8f0b60cbbe48ac2188490147bd11420156854ff6
parentcf3ad972a2105ffa3795ddb1d9c149c7fc369f9b
OvmfPkg: use HII type PCDs for TPM2 config related variables

The HII pages that are part of Tcg2ConfigDxe expect the following PCDs
to be of dynamic HII type, so declare them as such.

  gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer
  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev

Currently, the TPM2 ACPI table is not produced, since we do not
incorporate the Tcg2Smm module, which implements the SMI based
physical presence interface exposed to the OS.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgX64.dsc