From 8dffd33247d6dac1c4a5732d320c4ff4bc22beaf Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Mon, 6 Nov 2017 15:07:51 +0800 Subject: Add DMA protection check test point. Cc: Michael A Kubacki Cc: Amy Chan Cc: Chasel Chiu Cc: Brett Wang Cc: Daocheng Bu Cc: Isaac W Oram Cc: Rangasai V Chaganty Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: Amy Chan --- .../Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf') diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf index 9ef9471a2e..ad5461e451 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf @@ -40,6 +40,7 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec UefiCpuPkg/UefiCpuPkg.dec + IntelSiliconPkg/IntelSiliconPkg.dec [Sources] PeiTestPointCheckLib.c @@ -48,6 +49,7 @@ PeiCheckFvInfo.c PeiCheckSmmInfo.c PeiCheckPci.c + PeiCheckDmaProtection.c [Pcd] gMinPlatformModuleTokenSpaceGuid.PcdTestPointIbvPlatformFeature @@ -60,4 +62,5 @@ [Ppis] gEfiPeiFirmwareVolumeInfoPpiGuid gEfiPeiFirmwareVolumeInfo2PpiGuid - gPeiSmmAccessPpiGuid \ No newline at end of file + gPeiSmmAccessPpiGuid + gEdkiiVTdInfoPpiGuid \ No newline at end of file -- cgit v1.2.3