Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support.

2019-11-06 Thread Yao, Jiewen
Good idea. I will do that in V3. > -Original Message- > From: Ni, Ray > Sent: Thursday, November 7, 2019 12:42 PM > To: Yao, Jiewen ; devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Lou, Yun > Subject: RE: [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support. > > > > >

Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support.

2019-11-06 Thread Ni, Ray
> -Original Message- > From: Yao, Jiewen > Sent: Thursday, October 31, 2019 8:30 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Lou, Yun > Subject: [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support. > > REF: https://bugzilla.tianocore.org/show_bug

Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support.

2019-11-05 Thread Yao, Jiewen
Cc: Wang, Jian J ; Wu, Hao A ; > Ni, Ray ; Lou, Yun > Subject: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity > support. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2303 > > Whenever a PCI device is discovered, PCI bus calls the > EDKII_DEVI

[edk2-devel] [PATCH V2 4/4] MdeModulePkg/Pci: Add DeviceSecurity support.

2019-10-31 Thread Yao, Jiewen
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2303 Whenever a PCI device is discovered, PCI bus calls the EDKII_DEVICE_SECURITY_PROTOCOL to authenticate it. If the function returns success, the PCI bus allocates the resource and installs the PCI_IO for the device. If the function returns fai