diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-09-06 15:48:59 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-05-10 14:23:23 +0800 |
commit | a6845dfa7079ee5e884b54994dfeb66088e3210a (patch) | |
tree | 3c9727d3f4026ccaa7f39cb4a001b2d98628c64d | |
parent | 678932e524b4d1cc62fc779578105e03f83b6cbb (diff) | |
download | edk2-a6845dfa7079ee5e884b54994dfeb66088e3210a.tar.gz |
IntelSiliconPkg/dec: Add VTD_INFO PPI GUID
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
(cherry picked from commit 0b7df50021b9d21c2acef3bc06c683febbbeb60d)
-rw-r--r-- | IntelSiliconPkg/IntelSiliconPkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelSiliconPkg/IntelSiliconPkg.dec b/IntelSiliconPkg/IntelSiliconPkg.dec index 2fc63796e6..941380a084 100644 --- a/IntelSiliconPkg/IntelSiliconPkg.dec +++ b/IntelSiliconPkg/IntelSiliconPkg.dec @@ -33,6 +33,9 @@ # Generic DXE Library / Driver can locate HOB(s) and add SMBIOS records into SMBIOS table
gIntelSmbiosDataHobGuid = { 0x798e722e, 0x15b2, 0x4e13, { 0x8a, 0xe9, 0x6b, 0xa3, 0x0f, 0xf7, 0xf1, 0x67 }}
+[Ppis]
+ gEdkiiVTdInfoPpiGuid = { 0x8a59fcb3, 0xf191, 0x400c, { 0x97, 0x67, 0x67, 0xaf, 0x2b, 0x25, 0x68, 0x4a } }
+
[Protocols]
gEdkiiPlatformVTdPolicyProtocolGuid = { 0x3d17e448, 0x466, 0x4e20, { 0x99, 0x9f, 0xb2, 0xe1, 0x34, 0x88, 0xee, 0x22 }}
|