public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull
@ 2020-09-01  7:26 Qi Zhang
  2020-09-01  7:57 ` Laszlo Ersek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Qi Zhang @ 2020-09-01  7:26 UTC (permalink / raw)
  To: devel; +Cc: Qi Zhang, Jian J Wang, Hao A Wu, Jiewen Yao, Laszlo Ersek

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2940

Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
---
 .../Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
index 61abcfa2ec..c3be447d40 100644
--- a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
+++ b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
@@ -12,7 +12,7 @@
   FILE_GUID                      = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
   MODULE_TYPE                    = UEFI_DRIVER
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
+  LIBRARY_CLASS                  = TpmMeasurementLib|SEC PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
   MODULE_UNI_FILE                = TpmMeasurementLibNull.uni
 
 #
-- 
2.26.2.windows.1


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

* Re: [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull
  2020-09-01  7:26 [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull Qi Zhang
@ 2020-09-01  7:57 ` Laszlo Ersek
  2020-09-02  6:52 ` [edk2-devel] " Laszlo Ersek
  2020-09-02  8:46 ` Wang, Jian J
  2 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-09-01  7:57 UTC (permalink / raw)
  To: Qi Zhang, devel; +Cc: Jian J Wang, Hao A Wu, Jiewen Yao

On 09/01/20 09:26, Qi Zhang wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2940
> 
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  .../Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> index 61abcfa2ec..c3be447d40 100644
> --- a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> +++ b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> @@ -12,7 +12,7 @@
>    FILE_GUID                      = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
>    MODULE_TYPE                    = UEFI_DRIVER
>    VERSION_STRING                 = 1.0
> -  LIBRARY_CLASS                  = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
> +  LIBRARY_CLASS                  = TpmMeasurementLib|SEC PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
>    MODULE_UNI_FILE                = TpmMeasurementLibNull.uni
>  
>  #
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>


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

* Re: [edk2-devel] [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull
  2020-09-01  7:26 [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull Qi Zhang
  2020-09-01  7:57 ` Laszlo Ersek
@ 2020-09-02  6:52 ` Laszlo Ersek
  2020-09-02  8:46 ` Wang, Jian J
  2 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-09-02  6:52 UTC (permalink / raw)
  To: Jian J Wang, Hao A Wu; +Cc: devel, qi1.zhang, Jiewen Yao

Jian, Hao,

On 09/01/20 09:26, Qi Zhang wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2940
> 
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  .../Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> index 61abcfa2ec..c3be447d40 100644
> --- a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> +++ b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
> @@ -12,7 +12,7 @@
>    FILE_GUID                      = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
>    MODULE_TYPE                    = UEFI_DRIVER
>    VERSION_STRING                 = 1.0
> -  LIBRARY_CLASS                  = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
> +  LIBRARY_CLASS                  = TpmMeasurementLib|SEC PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
>    MODULE_UNI_FILE                = TpmMeasurementLibNull.uni
>  
>  #
> 

this patch urgently needs your approval, if it is to make edk2-stable202008.

Thanks
Laszlo


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

* Re: [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull
  2020-09-01  7:26 [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull Qi Zhang
  2020-09-01  7:57 ` Laszlo Ersek
  2020-09-02  6:52 ` [edk2-devel] " Laszlo Ersek
@ 2020-09-02  8:46 ` Wang, Jian J
  2020-09-02 12:32   ` [edk2-devel] " Laszlo Ersek
  2 siblings, 1 reply; 5+ messages in thread
From: Wang, Jian J @ 2020-09-02  8:46 UTC (permalink / raw)
  To: Zhang, Qi1, devel@edk2.groups.io; +Cc: Wu, Hao A, Yao, Jiewen, Laszlo Ersek

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

Regards,
Jian

> -----Original Message-----
> From: Zhang, Qi1 <qi1.zhang@intel.com>
> Sent: Tuesday, September 01, 2020 3:26 PM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Wang, Jian J <jian.j.wang@intel.com>;
> Wu, Hao A <hao.a.wu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
> Laszlo Ersek <lersek@redhat.com>
> Subject: [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to
> TpmMeasurementLibNull
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2940
> 
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  .../Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
> f
> b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
> f
> index 61abcfa2ec..c3be447d40 100644
> ---
> a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
> f
> +++
> b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
> f
> @@ -12,7 +12,7 @@
>    FILE_GUID                      = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
> 
>    MODULE_TYPE                    = UEFI_DRIVER
> 
>    VERSION_STRING                 = 1.0
> 
> -  LIBRARY_CLASS                  = TpmMeasurementLib|DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
> 
> +  LIBRARY_CLASS                  = TpmMeasurementLib|SEC PEIM DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
> 
>    MODULE_UNI_FILE                = TpmMeasurementLibNull.uni
> 
> 
> 
>  #
> 
> --
> 2.26.2.windows.1


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

* Re: [edk2-devel] [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull
  2020-09-02  8:46 ` Wang, Jian J
@ 2020-09-02 12:32   ` Laszlo Ersek
  0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2020-09-02 12:32 UTC (permalink / raw)
  To: devel, jian.j.wang, Zhang, Qi1; +Cc: Wu, Hao A, Yao, Jiewen

On 09/02/20 10:46, Wang, Jian J wrote:
> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

Merged as commit e8453aa373e9, via
<https://github.com/tianocore/edk2/pull/912>.

Thanks
Laszlo

>> -----Original Message-----
>> From: Zhang, Qi1 <qi1.zhang@intel.com>
>> Sent: Tuesday, September 01, 2020 3:26 PM
>> To: devel@edk2.groups.io
>> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Wang, Jian J <jian.j.wang@intel.com>;
>> Wu, Hao A <hao.a.wu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>;
>> Laszlo Ersek <lersek@redhat.com>
>> Subject: [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to
>> TpmMeasurementLibNull
>>
>> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2940
>>
>> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
>> Cc: Jian J Wang <jian.j.wang@intel.com>
>> Cc: Hao A Wu <hao.a.wu@intel.com>
>> Cc: Jiewen Yao <jiewen.yao@intel.com>
>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>> ---
>>  .../Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf     | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git
>> a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
>> f
>> b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
>> f
>> index 61abcfa2ec..c3be447d40 100644
>> ---
>> a/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
>> f
>> +++
>> b/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.in
>> f
>> @@ -12,7 +12,7 @@
>>    FILE_GUID                      = 6DFD6E9F-9278-48D8-8F45-B6CFF2C2B69C
>>
>>    MODULE_TYPE                    = UEFI_DRIVER
>>
>>    VERSION_STRING                 = 1.0
>>
>> -  LIBRARY_CLASS                  = TpmMeasurementLib|DXE_DRIVER
>> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
>>
>> +  LIBRARY_CLASS                  = TpmMeasurementLib|SEC PEIM DXE_DRIVER
>> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
>>
>>    MODULE_UNI_FILE                = TpmMeasurementLibNull.uni
>>
>>
>>
>>  #
>>
>> --
>> 2.26.2.windows.1
> 
> 
> 
> 


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

end of thread, other threads:[~2020-09-02 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01  7:26 [PATCH v3] MdeModulePkg/Library: add PEIM and SEC module type to TpmMeasurementLibNull Qi Zhang
2020-09-01  7:57 ` Laszlo Ersek
2020-09-02  6:52 ` [edk2-devel] " Laszlo Ersek
2020-09-02  8:46 ` Wang, Jian J
2020-09-02 12:32   ` [edk2-devel] " Laszlo Ersek

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