diff options
author | Michael Kinney <michael.d.kinney@intel.com> | 2016-01-29 23:38:58 +0000 |
---|---|---|
committer | mdkinney <mdkinney@Edk2> | 2016-01-29 23:38:58 +0000 |
commit | 62c9131aae6393543e3cec5d3a8024d9dc23346b (patch) | |
tree | 68bf80c0c7ab5bc17e83395b0430c4a448182aef /QuarkPlatformPkg/Quark.dsc | |
parent | a9054761e75d65b6dc910c7ad00a5c7caa614ada (diff) | |
download | edk2-62c9131aae6393543e3cec5d3a8024d9dc23346b.tar.gz edk2-62c9131aae6393543e3cec5d3a8024d9dc23346b.tar.bz2 edk2-62c9131aae6393543e3cec5d3a8024d9dc23346b.zip |
QuarkPlatformPkg: Add modules required for TCG MOR feature
Add the TcgSmm and TcgMor modules that are required to manage
UEFI variable that conveys TCG MOR request to memory init module
in PEI phase.
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19777 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'QuarkPlatformPkg/Quark.dsc')
-rw-r--r-- | QuarkPlatformPkg/Quark.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index be6b83d22d..c87bb176e9 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b/QuarkPlatformPkg/Quark.dsc @@ -184,6 +184,7 @@ !if $(TPM_12_HARDWARE) == INFINEON_I2C
Tpm12DeviceLib|QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.inf
!endif
+ TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
!else
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
!endif
@@ -843,7 +844,9 @@ # Trusted Platform Module
#
!if $(MEASURED_BOOT_ENABLE)
+ SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
+ SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
!endif
#
|