]> git.proxmox.com Git - mirror_edk2.git/commit
IntelSiliconPkg/include: Add VTD_INFO PPI.
authorJiewen Yao <jiewen.yao@intel.com>
Wed, 6 Sep 2017 07:47:23 +0000 (15:47 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Sat, 16 Sep 2017 01:18:03 +0000 (09:18 +0800)
commit77562d13ac7fa2c3840ccae598b26e665251ede7
tree0cffa612edda3507c8f2ffd250b681fad392511e
parentffe77707a320077373d35029ba5b43253da6fd05
IntelSiliconPkg/include: Add VTD_INFO PPI.

This VTD_INFO_PPI is to provide VTD information in PEI.
As such, we can have a generic VTd driver.

It is a lightweight version DMAR table, but it does
not contain PCI device information.

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>
IntelSiliconPkg/Include/Ppi/VtdInfo.h [new file with mode: 0644]