public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Correct the comments of PeiResetSystem2
@ 2017-06-29 14:53 Star Zeng
  2017-06-29 14:53 ` [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM Star Zeng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Star Zeng @ 2017-06-29 14:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng

Star Zeng (2):
  MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM
  MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2

 MdeModulePkg/Core/Pei/PeiMain.h     | 4 ++--
 MdeModulePkg/Core/Pei/Reset/Reset.c | 4 ++--
 MdePkg/Include/Pi/PiPeiCis.h        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.7.0.windows.1



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

* [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM
  2017-06-29 14:53 [PATCH 0/2] Correct the comments of PeiResetSystem2 Star Zeng
@ 2017-06-29 14:53 ` Star Zeng
  2017-06-29 14:53 ` [PATCH 2/2] MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2 Star Zeng
  2017-06-30  0:11 ` [PATCH 0/2] " Gao, Liming
  2 siblings, 0 replies; 4+ messages in thread
From: Star Zeng @ 2017-06-29 14:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
---
 MdePkg/Include/Pi/PiPeiCis.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h
index 7cd525512f3d..92d6f0641ede 100644
--- a/MdePkg/Include/Pi/PiPeiCis.h
+++ b/MdePkg/Include/Pi/PiPeiCis.h
@@ -1,7 +1,7 @@
 /** @file
   PI PEI master include file. This file should match the PI spec.
 
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available under 
 the terms and conditions of the BSD License that accompanies this distribution.  
 The full text of the license may be found at
@@ -590,7 +590,7 @@ EFI_STATUS
 
   @param[in] ResetType      The type of reset to perform.
   @param[in] ResetStatus    The status code for the reset.
-  @param[in] DataSize       The size, in bytes, of WatchdogData.
+  @param[in] DataSize       The size, in bytes, of ResetData.
   @param[in] ResetData      For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown
                             the data buffer starts with a Null-terminated string, optionally
                             followed by additional binary data. The string is a description
-- 
2.7.0.windows.1



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

* [PATCH 2/2] MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2
  2017-06-29 14:53 [PATCH 0/2] Correct the comments of PeiResetSystem2 Star Zeng
  2017-06-29 14:53 ` [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM Star Zeng
@ 2017-06-29 14:53 ` Star Zeng
  2017-06-30  0:11 ` [PATCH 0/2] " Gao, Liming
  2 siblings, 0 replies; 4+ messages in thread
From: Star Zeng @ 2017-06-29 14:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
---
 MdeModulePkg/Core/Pei/PeiMain.h     | 4 ++--
 MdeModulePkg/Core/Pei/Reset/Reset.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h
index 69eea514920b..8b58916e65b3 100644
--- a/MdeModulePkg/Core/Pei/PeiMain.h
+++ b/MdeModulePkg/Core/Pei/PeiMain.h
@@ -1,7 +1,7 @@
 /** @file
   Definition of Pei Core Structures and Services
   
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD License
 which accompanies this distribution.  The full text of the license may be found at
@@ -969,7 +969,7 @@ PeiResetSystem (
 
   @param[in] ResetType      The type of reset to perform.
   @param[in] ResetStatus    The status code for the reset.
-  @param[in] DataSize       The size, in bytes, of WatchdogData.
+  @param[in] DataSize       The size, in bytes, of ResetData.
   @param[in] ResetData      For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown
                             the data buffer starts with a Null-terminated string, optionally
                             followed by additional binary data. The string is a description
diff --git a/MdeModulePkg/Core/Pei/Reset/Reset.c b/MdeModulePkg/Core/Pei/Reset/Reset.c
index 2e9ac8215b94..7440eefd7846 100644
--- a/MdeModulePkg/Core/Pei/Reset/Reset.c
+++ b/MdeModulePkg/Core/Pei/Reset/Reset.c
@@ -1,7 +1,7 @@
 /** @file
   Pei Core Reset System Support
   
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials                          
 are licensed and made available under the terms and conditions of the BSD License         
 which accompanies this distribution.  The full text of the license may be found at        
@@ -63,7 +63,7 @@ PeiResetSystem (
 
   @param[in] ResetType      The type of reset to perform.
   @param[in] ResetStatus    The status code for the reset.
-  @param[in] DataSize       The size, in bytes, of WatchdogData.
+  @param[in] DataSize       The size, in bytes, of ResetData.
   @param[in] ResetData      For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown
                             the data buffer starts with a Null-terminated string, optionally
                             followed by additional binary data. The string is a description
-- 
2.7.0.windows.1



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

* Re: [PATCH 0/2] Correct the comments of PeiResetSystem2
  2017-06-29 14:53 [PATCH 0/2] Correct the comments of PeiResetSystem2 Star Zeng
  2017-06-29 14:53 ` [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM Star Zeng
  2017-06-29 14:53 ` [PATCH 2/2] MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2 Star Zeng
@ 2017-06-30  0:11 ` Gao, Liming
  2 siblings, 0 replies; 4+ messages in thread
From: Gao, Liming @ 2017-06-30  0:11 UTC (permalink / raw)
  To: Zeng, Star, edk2-devel@lists.01.org; +Cc: Zeng, Star

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

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Star Zeng
> Sent: Thursday, June 29, 2017 10:53 PM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star <star.zeng@intel.com>
> Subject: [edk2] [PATCH 0/2] Correct the comments of PeiResetSystem2
> 
> Star Zeng (2):
>   MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM
>   MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2
> 
>  MdeModulePkg/Core/Pei/PeiMain.h     | 4 ++--
>  MdeModulePkg/Core/Pei/Reset/Reset.c | 4 ++--
>  MdePkg/Include/Pi/PiPeiCis.h        | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> --
> 2.7.0.windows.1
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


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

end of thread, other threads:[~2017-06-30  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 14:53 [PATCH 0/2] Correct the comments of PeiResetSystem2 Star Zeng
2017-06-29 14:53 ` [PATCH 1/2] MdePkg: Correct the comments of EFI_PEI_RESET2_SYSTEM Star Zeng
2017-06-29 14:53 ` [PATCH 2/2] MdeModulePkg PeiCore: Correct the comments of PeiResetSystem2 Star Zeng
2017-06-30  0:11 ` [PATCH 0/2] " Gao, Liming

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