Re: [edk2-devel] [PATCH 21/24] StandaloneMmPkg: Remove duplicated words

2022-09-05 Thread Ard Biesheuvel
On Wed, 24 Aug 2022 at 01:00, Yao, Jiewen  wrote:
>
> Reviewed-by: Jiewen Yao 
>

Merged as #3287

> > -Original Message-
> > From: pierre.gond...@arm.com 
> > Sent: Wednesday, August 24, 2022 12:00 AM
> > To: devel@edk2.groups.io
> > Cc: Pierre Gondois ; Ard Biesheuvel
> > ; Sami Mujawar ; Yao,
> > Jiewen 
> > Subject: [PATCH 21/24] StandaloneMmPkg: Remove duplicated words
> >
> > From: Pierre Gondois 
> >
> > In an effort to clean the documentation of the above
> > package, remove duplicated words.
> >
> > Cc: Ard Biesheuvel 
> > Cc: Sami Mujawar 
> > Cc: Jiewen Yao 
> > Signed-off-by: Pierre Gondois 
> > ---
> >  StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c |
> > 2 +-
> >  .../Library/StandaloneMmMemLib/StandaloneMmMemLib.inf   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git
> > a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> > b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> > index e6393272514f..814352369ed3 100644
> > ---
> > a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> > +++
> > b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> > @@ -1,7 +1,7 @@
> >  /** @file
> >Instance of MM memory check library.
> >
> > -  MM memory check library library implementation. This library consumes
> > MM_ACCESS_PROTOCOL
> > +  MM memory check library implementation. This library consumes
> > MM_ACCESS_PROTOCOL
> >to get MMRAM information. In order to use this library instance, the 
> > platform
> > should produce
> >all MMRAM range via MM_ACCESS_PROTOCOL, including the range for
> > firmware (like MM Core
> >and MM driver) and/or specific dedicated hardware.
> > diff --git
> > a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> > b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> > index b29d97a74607..ed3cdf199452 100644
> > ---
> > a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> > +++
> > b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> > @@ -1,7 +1,7 @@
> >  ## @file
> >  #  Instance of MM memory check library.
> >  #
> > -#  MM memory check library library implementation. This library consumes
> > MM_ACCESS_PROTOCOL
> > +#  MM memory check library implementation. This library consumes
> > MM_ACCESS_PROTOCOL
> >  #  to get MMRAM information. In order to use this library instance, the 
> > platform
> > should produce
> >  #  all MMRAM range via MM_ACCESS_PROTOCOL, including the range for
> > firmware (like MM Core
> >  #  and MM driver) and/or specific dedicated hardware.
> > --
> > 2.25.1
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93158): https://edk2.groups.io/g/devel/message/93158
Mute This Topic: https://groups.io/mt/93207407/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH 21/24] StandaloneMmPkg: Remove duplicated words

2022-08-23 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao 

> -Original Message-
> From: pierre.gond...@arm.com 
> Sent: Wednesday, August 24, 2022 12:00 AM
> To: devel@edk2.groups.io
> Cc: Pierre Gondois ; Ard Biesheuvel
> ; Sami Mujawar ; Yao,
> Jiewen 
> Subject: [PATCH 21/24] StandaloneMmPkg: Remove duplicated words
> 
> From: Pierre Gondois 
> 
> In an effort to clean the documentation of the above
> package, remove duplicated words.
> 
> Cc: Ard Biesheuvel 
> Cc: Sami Mujawar 
> Cc: Jiewen Yao 
> Signed-off-by: Pierre Gondois 
> ---
>  StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c |
> 2 +-
>  .../Library/StandaloneMmMemLib/StandaloneMmMemLib.inf   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> index e6393272514f..814352369ed3 100644
> ---
> a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> +++
> b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
> @@ -1,7 +1,7 @@
>  /** @file
>Instance of MM memory check library.
> 
> -  MM memory check library library implementation. This library consumes
> MM_ACCESS_PROTOCOL
> +  MM memory check library implementation. This library consumes
> MM_ACCESS_PROTOCOL
>to get MMRAM information. In order to use this library instance, the 
> platform
> should produce
>all MMRAM range via MM_ACCESS_PROTOCOL, including the range for
> firmware (like MM Core
>and MM driver) and/or specific dedicated hardware.
> diff --git
> a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> index b29d97a74607..ed3cdf199452 100644
> ---
> a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> +++
> b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
> @@ -1,7 +1,7 @@
>  ## @file
>  #  Instance of MM memory check library.
>  #
> -#  MM memory check library library implementation. This library consumes
> MM_ACCESS_PROTOCOL
> +#  MM memory check library implementation. This library consumes
> MM_ACCESS_PROTOCOL
>  #  to get MMRAM information. In order to use this library instance, the 
> platform
> should produce
>  #  all MMRAM range via MM_ACCESS_PROTOCOL, including the range for
> firmware (like MM Core
>  #  and MM driver) and/or specific dedicated hardware.
> --
> 2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92732): https://edk2.groups.io/g/devel/message/92732
Mute This Topic: https://groups.io/mt/93207407/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH 21/24] StandaloneMmPkg: Remove duplicated words

2022-08-23 Thread Sami Mujawar

Hi Pierre,

Thank you for this patch.

Reviewed-by: Sami Mujawar 

Regards,

Sami Mujawar

On 23/08/2022 05:00 pm, pierre.gond...@arm.com wrote:

From: Pierre Gondois 

In an effort to clean the documentation of the above
package, remove duplicated words.

Cc: Ard Biesheuvel 
Cc: Sami Mujawar 
Cc: Jiewen Yao 
Signed-off-by: Pierre Gondois 
---
  StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c | 2 +-
  .../Library/StandaloneMmMemLib/StandaloneMmMemLib.inf   | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c 
b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
index e6393272514f..814352369ed3 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
@@ -1,7 +1,7 @@
  /** @file
Instance of MM memory check library.
  
-  MM memory check library library implementation. This library consumes MM_ACCESS_PROTOCOL

+  MM memory check library implementation. This library consumes 
MM_ACCESS_PROTOCOL
to get MMRAM information. In order to use this library instance, the 
platform should produce
all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware 
(like MM Core
and MM driver) and/or specific dedicated hardware.
diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf 
b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
index b29d97a74607..ed3cdf199452 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
@@ -1,7 +1,7 @@
  ## @file
  #  Instance of MM memory check library.
  #
-#  MM memory check library library implementation. This library consumes 
MM_ACCESS_PROTOCOL
+#  MM memory check library implementation. This library consumes 
MM_ACCESS_PROTOCOL
  #  to get MMRAM information. In order to use this library instance, the 
platform should produce
  #  all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware 
(like MM Core
  #  and MM driver) and/or specific dedicated hardware.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92715): https://edk2.groups.io/g/devel/message/92715
Mute This Topic: https://groups.io/mt/93207407/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [PATCH 21/24] StandaloneMmPkg: Remove duplicated words

2022-08-23 Thread PierreGondois
From: Pierre Gondois 

In an effort to clean the documentation of the above
package, remove duplicated words.

Cc: Ard Biesheuvel 
Cc: Sami Mujawar 
Cc: Jiewen Yao 
Signed-off-by: Pierre Gondois 
---
 StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c | 2 +-
 .../Library/StandaloneMmMemLib/StandaloneMmMemLib.inf   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c 
b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
index e6393272514f..814352369ed3 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c
@@ -1,7 +1,7 @@
 /** @file
   Instance of MM memory check library.
 
-  MM memory check library library implementation. This library consumes 
MM_ACCESS_PROTOCOL
+  MM memory check library implementation. This library consumes 
MM_ACCESS_PROTOCOL
   to get MMRAM information. In order to use this library instance, the 
platform should produce
   all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware 
(like MM Core
   and MM driver) and/or specific dedicated hardware.
diff --git a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf 
b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
index b29d97a74607..ed3cdf199452 100644
--- a/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
+++ b/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
@@ -1,7 +1,7 @@
 ## @file
 #  Instance of MM memory check library.
 #
-#  MM memory check library library implementation. This library consumes 
MM_ACCESS_PROTOCOL
+#  MM memory check library implementation. This library consumes 
MM_ACCESS_PROTOCOL
 #  to get MMRAM information. In order to use this library instance, the 
platform should produce
 #  all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware 
(like MM Core
 #  and MM driver) and/or specific dedicated hardware.
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92703): https://edk2.groups.io/g/devel/message/92703
Mute This Topic: https://groups.io/mt/93207407/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-