public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
  2022-02-22 14:20 [PATCH] " Xiaolu.Jiang
@ 2022-02-24 13:50 ` Wang, Jian J
  0 siblings, 0 replies; 4+ messages in thread
From: Wang, Jian J @ 2022-02-24 13:50 UTC (permalink / raw)
  To: devel@edk2.groups.io, Jiang, Xiaolu; +Cc: Gao, Liming

Please update the copyright year to 2022 (line 5). With it addressed,

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

Regards,
Jian

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Xiaolu.Jiang
> Sent: Tuesday, February 22, 2022 10:21 PM
> To: devel@edk2.groups.io
> Cc: Jiang, Xiaolu <xiaolu.jiang@intel.com>; Wang, Jian J
> <jian.j.wang@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [edk2-devel] [PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone
> MM support
> 
> https://bugzilla.tianocore.org/show_bug.cgi?id=3844
> 
> This change added Standalone MM instance of DebugLib.
> 
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> Signed-off-by: Xiaolu.Jiang <xiaolu.jiang@intel.com>
> ---
>  .../PeiDxeDebugLibReportStatusCode.inf                          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> index b52fc5686a..72456084ff 100644
> ---
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> +++
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> @@ -16,7 +16,7 @@
>    FILE_GUID                      = bda39d3a-451b-4350-8266-81ab10fa0523
> 
>    MODULE_TYPE                    = PEIM
> 
>    VERSION_STRING                 = 1.0
> 
> -  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE
> UEFI_APPLICATION UEFI_DRIVER
> 
> +  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE
> UEFI_APPLICATION UEFI_DRIVER MM_STANDALONE
> 
> 
> 
>  #
> 
>  # The following information is for reference only and not required by the build
> tools.
> 
> --
> 2.30.2.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#86858): https://edk2.groups.io/g/devel/message/86858
> Mute This Topic: https://groups.io/mt/89317370/1768734
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [jian.j.wang@intel.com]
> -=-=-=-=-=-=
> 


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

* [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
@ 2022-02-25  1:55 Xiaolu.Jiang
  2022-03-01  1:52 ` Wang, Jian J
  2022-03-01  1:54 ` 回复: " gaoliming
  0 siblings, 2 replies; 4+ messages in thread
From: Xiaolu.Jiang @ 2022-02-25  1:55 UTC (permalink / raw)
  To: devel; +Cc: Xiaolu.Jiang, Jian J Wang, Liming Gao

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

This change added Standalone MM instance of DebugLib.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Signed-off-by: Xiaolu.Jiang <xiaolu.jiang@intel.com>
---
 .../PeiDxeDebugLibReportStatusCode.inf                        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
index b52fc5686a..c7b75de38a 100644
--- a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
+++ b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
@@ -2,7 +2,7 @@
 #  Debug Library based on report status code library
 #
 #  Debug Library for PEIMs and DXE drivers that sends debug messages to ReportStatusCode
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
 #
 #  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
@@ -16,7 +16,7 @@
   FILE_GUID                      = bda39d3a-451b-4350-8266-81ab10fa0523
   MODULE_TYPE                    = PEIM
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER
+  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER MM_STANDALONE
 
 #
 # The following information is for reference only and not required by the build tools.
-- 
2.30.2.windows.1


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

* Re: [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
  2022-02-25  1:55 [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support Xiaolu.Jiang
@ 2022-03-01  1:52 ` Wang, Jian J
  2022-03-01  1:54 ` 回复: " gaoliming
  1 sibling, 0 replies; 4+ messages in thread
From: Wang, Jian J @ 2022-03-01  1:52 UTC (permalink / raw)
  To: Jiang, Xiaolu, devel@edk2.groups.io; +Cc: Gao, Liming



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

Regards,
Jian

> -----Original Message-----
> From: Jiang, Xiaolu <xiaolu.jiang@intel.com>
> Sent: Friday, February 25, 2022 9:56 AM
> To: devel@edk2.groups.io
> Cc: Jiang, Xiaolu <xiaolu.jiang@intel.com>; Wang, Jian J
> <jian.j.wang@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone
> MM support
> 
> https://bugzilla.tianocore.org/show_bug.cgi?id=3844
> 
> This change added Standalone MM instance of DebugLib.
> 
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> Signed-off-by: Xiaolu.Jiang <xiaolu.jiang@intel.com>
> ---
>  .../PeiDxeDebugLibReportStatusCode.inf                        | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> index b52fc5686a..c7b75de38a 100644
> ---
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> +++
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibR
> eportStatusCode.inf
> @@ -2,7 +2,7 @@
>  #  Debug Library based on report status code library
> 
>  #
> 
>  #  Debug Library for PEIMs and DXE drivers that sends debug messages to
> ReportStatusCode
> 
> -#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
> 
> +#  Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
> 
>  #
> 
>  #  SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
> @@ -16,7 +16,7 @@
>    FILE_GUID                      = bda39d3a-451b-4350-8266-81ab10fa0523
> 
>    MODULE_TYPE                    = PEIM
> 
>    VERSION_STRING                 = 1.0
> 
> -  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE
> UEFI_APPLICATION UEFI_DRIVER
> 
> +  LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER
> DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM SEC PEI_CORE
> UEFI_APPLICATION UEFI_DRIVER MM_STANDALONE
> 
> 
> 
>  #
> 
>  # The following information is for reference only and not required by the build
> tools.
> 
> --
> 2.30.2.windows.1


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

* 回复: [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
  2022-02-25  1:55 [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support Xiaolu.Jiang
  2022-03-01  1:52 ` Wang, Jian J
@ 2022-03-01  1:54 ` gaoliming
  1 sibling, 0 replies; 4+ messages in thread
From: gaoliming @ 2022-03-01  1:54 UTC (permalink / raw)
  To: devel, Xiaolu.jiang; +Cc: 'Jian J Wang'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Xiaolu.Jiang
> 发送时间: 2022年2月25日 9:56
> 收件人: devel@edk2.groups.io
> 抄送: Xiaolu.Jiang <xiaolu.jiang@intel.com>; Jian J Wang
> <jian.j.wang@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>
> 主题: [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone
> MM support
> 
> https://bugzilla.tianocore.org/show_bug.cgi?id=3844
> 
> This change added Standalone MM instance of DebugLib.
> 
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> 
> Signed-off-by: Xiaolu.Jiang <xiaolu.jiang@intel.com>
> ---
>  .../PeiDxeDebugLibReportStatusCode.inf                        | 4
> ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi
> bReportStatusCode.inf
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi
> bReportStatusCode.inf
> index b52fc5686a..c7b75de38a 100644
> ---
> a/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi
> bReportStatusCode.inf
> +++
> b/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLi
> bReportStatusCode.inf
> @@ -2,7 +2,7 @@
>  #  Debug Library based on report status code library
> 
>  #
> 
>  #  Debug Library for PEIMs and DXE drivers that sends debug messages to
> ReportStatusCode
> 
> -#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
> 
> +#  Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.<BR>
> 
>  #
> 
>  #  SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
> @@ -16,7 +16,7 @@
>    FILE_GUID                      =
> bda39d3a-451b-4350-8266-81ab10fa0523
> 
>    MODULE_TYPE                    = PEIM
> 
>    VERSION_STRING                 = 1.0
> 
> -  LIBRARY_CLASS                  = DebugLib|DXE_CORE
> DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM
> SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER
> 
> +  LIBRARY_CLASS                  = DebugLib|DXE_CORE
> DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE PEIM
> SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER MM_STANDALONE
> 
> 
> 
>  #
> 
>  # The following information is for reference only and not required by the
> build tools.
> 
> --
> 2.30.2.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#86996): https://edk2.groups.io/g/devel/message/86996
> Mute This Topic: https://groups.io/mt/89317370/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 




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

end of thread, other threads:[~2022-03-01  1:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25  1:55 [edk2-devel][PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support Xiaolu.Jiang
2022-03-01  1:52 ` Wang, Jian J
2022-03-01  1:54 ` 回复: " gaoliming
  -- strict thread matches above, loose matches on Subject: below --
2022-02-22 14:20 [PATCH] " Xiaolu.Jiang
2022-02-24 13:50 ` [edk2-devel] " Wang, Jian J

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