public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Update lib class header files in DEC files
@ 2019-09-04  8:17 Zhang, Shenglei
  2019-09-04  8:17 ` [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Zhang, Shenglei
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhang, Shenglei @ 2019-09-04  8:17 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao, Jiewen Yao, Jian Wang, Chao Zhang

Library Class Header file is not specified correctly in
Package.dec files. So now update them.
https://bugzilla.tianocore.org/show_bug.cgi?id=2146

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Shenglei Zhang (2):
  MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h
  SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to
    Tcg2PpVendorLib.h

 MdePkg/MdePkg.dec           | 2 +-
 SecurityPkg/SecurityPkg.dec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.18.0.windows.1


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

* [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h
  2019-09-04  8:17 [PATCH 0/2] Update lib class header files in DEC files Zhang, Shenglei
@ 2019-09-04  8:17 ` Zhang, Shenglei
  2019-09-04  8:17 ` [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Zhang, Shenglei
  2019-09-16  7:35 ` [PATCH 0/2] Update lib class header files in DEC files Liming Gao
  2 siblings, 0 replies; 6+ messages in thread
From: Zhang, Shenglei @ 2019-09-04  8:17 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao

S3PciSegmentLib library class header file should be
Include/Library/S3PciSegmentLib.h instead of
Include/Library/PciSegmentLib.h.
https://bugzilla.tianocore.org/show_bug.cgi?id=2146

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
 MdePkg/MdePkg.dec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index 3fd7d1634c03..d022cc5e3ef2 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -131,7 +131,7 @@ [LibraryClasses]
   ##  @libraryclass  The multiple segments PCI configuration Library Services that carry out
   ##                 PCI configuration and enable the PCI operations to be replayed during an
   ##                 S3 resume. This library class maps directly on top of the PciSegmentLib class.
-  S3PciSegmentLib|Include/Library/PciSegmentLib.h
+  S3PciSegmentLib|Include/Library/S3PciSegmentLib.h
 
   ##  @libraryclass  Provides services to access PCI Configuration Space.
   PciLib|Include/Library/PciLib.h
-- 
2.18.0.windows.1


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

* [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h
  2019-09-04  8:17 [PATCH 0/2] Update lib class header files in DEC files Zhang, Shenglei
  2019-09-04  8:17 ` [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Zhang, Shenglei
@ 2019-09-04  8:17 ` Zhang, Shenglei
  2019-09-16  5:54   ` Wang, Jian J
  2019-09-16  7:35 ` [PATCH 0/2] Update lib class header files in DEC files Liming Gao
  2 siblings, 1 reply; 6+ messages in thread
From: Zhang, Shenglei @ 2019-09-04  8:17 UTC (permalink / raw)
  To: devel; +Cc: Jiewen Yao, Jian Wang, Chao Zhang

Tcg2PpVendorLib library class header should be
Include/Library/Tcg2PpVendorLib.h instead of
Include/Library/TcgPpVendorLib.h.
https://bugzilla.tianocore.org/show_bug.cgi?id=2146

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
 SecurityPkg/SecurityPkg.dec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
index ce2a9d33a4f2..6dbaff1a0cac 100644
--- a/SecurityPkg/SecurityPkg.dec
+++ b/SecurityPkg/SecurityPkg.dec
@@ -62,7 +62,7 @@ [LibraryClasses]
   ##  @libraryclass  Provides support for TCG Physical Presence Interface (PPI) specification
   #   >= 128 Vendor Specific PPI Operation.
   #
-  Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h
+  Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h
 
   ##  @libraryclass  Handle TPM 2.0 physical presence request from OS.
   #
-- 
2.18.0.windows.1


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

* Re: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h
  2019-09-04  8:17 ` [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Zhang, Shenglei
@ 2019-09-16  5:54   ` Wang, Jian J
  2019-09-17  1:26     ` Zhang, Chao B
  0 siblings, 1 reply; 6+ messages in thread
From: Wang, Jian J @ 2019-09-16  5:54 UTC (permalink / raw)
  To: Zhang, Shenglei, devel@edk2.groups.io; +Cc: Yao, Jiewen, Zhang, Chao B


Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Wednesday, September 04, 2019 4:17 PM
> To: devel@edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>;
> Zhang, Chao B <chao.b.zhang@intel.com>
> Subject: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to
> Tcg2PpVendorLib.h
> 
> Tcg2PpVendorLib library class header should be
> Include/Library/Tcg2PpVendorLib.h instead of
> Include/Library/TcgPpVendorLib.h.
> https://bugzilla.tianocore.org/show_bug.cgi?id=2146
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian Wang <jian.j.wang@intel.com>
> Cc: Chao Zhang <chao.b.zhang@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
>  SecurityPkg/SecurityPkg.dec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
> index ce2a9d33a4f2..6dbaff1a0cac 100644
> --- a/SecurityPkg/SecurityPkg.dec
> +++ b/SecurityPkg/SecurityPkg.dec
> @@ -62,7 +62,7 @@ [LibraryClasses]
>    ##  @libraryclass  Provides support for TCG Physical Presence Interface (PPI)
> specification
>    #   >= 128 Vendor Specific PPI Operation.
>    #
> -  Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h
> +  Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h
> 
>    ##  @libraryclass  Handle TPM 2.0 physical presence request from OS.
>    #
> --
> 2.18.0.windows.1


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

* Re: [PATCH 0/2] Update lib class header files in DEC files
  2019-09-04  8:17 [PATCH 0/2] Update lib class header files in DEC files Zhang, Shenglei
  2019-09-04  8:17 ` [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Zhang, Shenglei
  2019-09-04  8:17 ` [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Zhang, Shenglei
@ 2019-09-16  7:35 ` Liming Gao
  2 siblings, 0 replies; 6+ messages in thread
From: Liming Gao @ 2019-09-16  7:35 UTC (permalink / raw)
  To: Zhang, Shenglei, devel@edk2.groups.io
  Cc: Kinney, Michael D, Yao, Jiewen, Wang, Jian J, Zhang, Chao B

Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Zhang, Shenglei
>Sent: Wednesday, September 04, 2019 4:17 PM
>To: devel@edk2.groups.io
>Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
><liming.gao@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J
><jian.j.wang@intel.com>; Zhang, Chao B <chao.b.zhang@intel.com>
>Subject: [PATCH 0/2] Update lib class header files in DEC files
>
>Library Class Header file is not specified correctly in
>Package.dec files. So now update them.
>https://bugzilla.tianocore.org/show_bug.cgi?id=2146
>
>Cc: Michael D Kinney <michael.d.kinney@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Cc: Jiewen Yao <jiewen.yao@intel.com>
>Cc: Jian Wang <jian.j.wang@intel.com>
>Cc: Chao Zhang <chao.b.zhang@intel.com>
>Shenglei Zhang (2):
>  MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h
>  SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to
>    Tcg2PpVendorLib.h
>
> MdePkg/MdePkg.dec           | 2 +-
> SecurityPkg/SecurityPkg.dec | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>--
>2.18.0.windows.1


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

* Re: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h
  2019-09-16  5:54   ` Wang, Jian J
@ 2019-09-17  1:26     ` Zhang, Chao B
  0 siblings, 0 replies; 6+ messages in thread
From: Zhang, Chao B @ 2019-09-17  1:26 UTC (permalink / raw)
  To: Wang, Jian J, Zhang, Shenglei, devel@edk2.groups.io; +Cc: Yao, Jiewen

[-- Attachment #1: Type: text/plain, Size: 2136 bytes --]

Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>

From: Wang, Jian J
Sent: Monday, September 16, 2019 1:55 PM
To: Zhang, Shenglei <shenglei.zhang@intel.com>; devel@edk2.groups.io
Cc: Yao, Jiewen <jiewen.yao@intel.com>; Zhang, Chao B <chao.b.zhang@intel.com>
Subject: RE: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h


Reviewed-by: Jian J Wang <jian.j.wang@intel.com<mailto:jian.j.wang@intel.com>>

> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Wednesday, September 04, 2019 4:17 PM
> To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
> Cc: Yao, Jiewen <jiewen.yao@intel.com<mailto:jiewen.yao@intel.com>>; Wang, Jian J <jian.j.wang@intel.com<mailto:jian.j.wang@intel.com>>;
> Zhang, Chao B <chao.b.zhang@intel.com<mailto:chao.b.zhang@intel.com>>
> Subject: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to
> Tcg2PpVendorLib.h
>
> Tcg2PpVendorLib library class header should be
> Include/Library/Tcg2PpVendorLib.h instead of
> Include/Library/TcgPpVendorLib.h.
> https://bugzilla.tianocore.org/show_bug.cgi?id=2146
>
> Cc: Jiewen Yao <jiewen.yao@intel.com<mailto:jiewen.yao@intel.com>>
> Cc: Jian Wang <jian.j.wang@intel.com<mailto:jian.j.wang@intel.com>>
> Cc: Chao Zhang <chao.b.zhang@intel.com<mailto:chao.b.zhang@intel.com>>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com<mailto:shenglei.zhang@intel.com>>
> ---
>  SecurityPkg/SecurityPkg.dec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec
> index ce2a9d33a4f2..6dbaff1a0cac 100644
> --- a/SecurityPkg/SecurityPkg.dec
> +++ b/SecurityPkg/SecurityPkg.dec
> @@ -62,7 +62,7 @@ [LibraryClasses]
>    ##  @libraryclass  Provides support for TCG Physical Presence Interface (PPI)
> specification
>    #   >= 128 Vendor Specific PPI Operation.
>    #
> -  Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h
> +  Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h
>
>    ##  @libraryclass  Handle TPM 2.0 physical presence request from OS.
>    #
> --
> 2.18.0.windows.1

[-- Attachment #2: Type: text/html, Size: 7401 bytes --]

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

end of thread, other threads:[~2019-09-17  1:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-04  8:17 [PATCH 0/2] Update lib class header files in DEC files Zhang, Shenglei
2019-09-04  8:17 ` [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Zhang, Shenglei
2019-09-04  8:17 ` [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Zhang, Shenglei
2019-09-16  5:54   ` Wang, Jian J
2019-09-17  1:26     ` Zhang, Chao B
2019-09-16  7:35 ` [PATCH 0/2] Update lib class header files in DEC files Liming Gao

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