public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Add flexible exception device reporting
@ 2017-08-25  7:40 Jiewen Yao
  2017-08-25  7:40 ` [PATCH 1/3] IntelSiliconPkg/header: update PlatformVtdPolicy Jiewen Yao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiewen Yao @ 2017-08-25  7:40 UTC (permalink / raw)
  To: edk2-devel

During VTd enabling, we notice a platform may want to
add exception device based upon VendorId/DeviceId.

We update GetExceptionDeviceList() function to support both style.

1) Support Device scope based reporting:
Such as, Seg:0/StartBus:0/(Dev:1C|Func:0)/(Dev:0|Func:0)

2) Support PCI VendorId/DeviceId based reporting
Such as, VID:8086|DID:9D2F|Rev:21|SVID:8086|SDID:7270

Jiewen Yao (3):
  IntelSiliconPkg/header: update PlatformVtdPolicy
  IntelSiliconPkg/IntelVTd: update PlatformVtdPolicy
  IntelSiliconPkg/PlatformVTdSample: update ExceptionDevice

 IntelSiliconPkg/Include/Protocol/PlatformVtdPolicy.h        |  51 ++++-
 IntelSiliconPkg/IntelVTdDxe/DmaProtection.c                 | 143 ++++++++++++-
 IntelSiliconPkg/IntelVTdDxe/DmaProtection.h                 | 119 ++++++++---
 IntelSiliconPkg/IntelVTdDxe/DmarAcpiTable.c                 |  48 +++--
 IntelSiliconPkg/IntelVTdDxe/PciInfo.c                       | 212 ++++++++++++--------
 IntelSiliconPkg/IntelVTdDxe/TranslationTable.c              |  28 +--
 IntelSiliconPkg/IntelVTdDxe/TranslationTableEx.c            |  20 +-
 IntelSiliconPkg/IntelVTdDxe/VtdReg.c                        |  14 +-
 IntelSiliconPkg/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c |  80 +++++++-
 9 files changed, 543 insertions(+), 172 deletions(-)

-- 
2.7.4.windows.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-25 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-25  7:40 [PATCH 0/3] Add flexible exception device reporting Jiewen Yao
2017-08-25  7:40 ` [PATCH 1/3] IntelSiliconPkg/header: update PlatformVtdPolicy Jiewen Yao
2017-08-25  7:40 ` [PATCH 2/3] IntelSiliconPkg/IntelVTd: " Jiewen Yao
2017-08-25  7:40 ` [PATCH 3/3] IntelSiliconPkg/PlatformVTdSample: update ExceptionDevice Jiewen Yao
2017-08-25  9:39   ` Zeng, Star
2017-08-25 13:34     ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox