Re: [edk2] [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per dec file change

2018-08-30 Thread Wang, Jian J
Sure. Make sense.

Regards,
Jian

> -Original Message-
> From: Zeng, Star
> Sent: Friday, August 31, 2018 9:43 AM
> To: Wang, Jian J ; edk2-devel@lists.01.org
> Cc: Dong, Eric ; Zeng, Star 
> Subject: RE: [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per
> dec file change
> 
> Please mention 8f2613628acf601a2a17bb64bb49ef73f85cfe2c (which updated
> the PCDs in dec) in commit log.
> 
> Reviewed that, Reviewed-by: Star Zeng 
> 
> Thanks,
> Star
> -Original Message-
> From: Wang, Jian J
> Sent: Friday, August 31, 2018 9:22 AM
> To: edk2-devel@lists.01.org
> Cc: Zeng, Star ; Dong, Eric 
> Subject: [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per dec
> file change
> 
> PcdNullPointerDetectionPropertyMask and PcdHeapGuardPropertyMask have
> been updated in dec file to reflect a new feature (non-stop mode). This patch
> updates corresponding unicode strings in uni file to match those changes.
> 
> Cc: Star Zeng 
> Cc: Eric Dong 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Jian J Wang 
> ---
>  MdeModulePkg/MdeModulePkg.uni | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MdeModulePkg/MdeModulePkg.uni
> b/MdeModulePkg/MdeModulePkg.uni index 080b8a62c0..8807af801e 100644
> --- a/MdeModulePkg/MdeModulePkg.uni
> +++ b/MdeModulePkg/MdeModulePkg.uni
> @@ -1146,7 +1146,8 @@
>   
>   " If enabled, accessing
> NULL address in UEFI or SMM code can be caught.\n\n"
>   
>   "   BIT0- Enable NULL
> pointer detection for UEFI.\n"
>   
>   "   BIT1- Enable NULL
> pointer detection for SMM.\n"
> - 
>   "   BIT2..6 - Reserved
> for future uses.\n"
> + 
>   "   BIT2..5 - Reserved
> for future uses.\n"
> + 
>   "   BIT6- Enable non-
> stop mode.\n"
>   
>   "   BIT7- Disable
> NULL pointer detection just after EndOfDxe."
>   
>   " This is a workaround
> for those unsolvable NULL access issues in"
>   
>   " OptionROM, boot
> loader, etc. It can also help to avoid unnecessary"
> @@ -1225,6 +1226,7 @@
>   
>"   BIT1 - Enable UEFI pool
> guard.\n"
>   
>"   BIT2 - Enable SMM page
> guard.\n"
>   
>"   BIT3 - Enable SMM pool
> guard.\n"
> + 
>"   BIT6 - Enable non-stop
> mode.\n"
>   
>"   BIT7 - The direction of
> Guard Page for Pool Guard.\n"
>   
>"  0 - The returned pool is
> near the tail guard page.\n"
>   
>"  1 - The returned pool is
> near the head guard page."
> --
> 2.16.2.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per dec file change

2018-08-30 Thread Zeng, Star
Please mention 8f2613628acf601a2a17bb64bb49ef73f85cfe2c (which updated the PCDs 
in dec) in commit log.

Reviewed that, Reviewed-by: Star Zeng 

Thanks,
Star
-Original Message-
From: Wang, Jian J 
Sent: Friday, August 31, 2018 9:22 AM
To: edk2-devel@lists.01.org
Cc: Zeng, Star ; Dong, Eric 
Subject: [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per dec file 
change

PcdNullPointerDetectionPropertyMask and PcdHeapGuardPropertyMask have been 
updated in dec file to reflect a new feature (non-stop mode). This patch 
updates corresponding unicode strings in uni file to match those changes.

Cc: Star Zeng 
Cc: Eric Dong 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang 
---
 MdeModulePkg/MdeModulePkg.uni | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni 
index 080b8a62c0..8807af801e 100644
--- a/MdeModulePkg/MdeModulePkg.uni
+++ b/MdeModulePkg/MdeModulePkg.uni
@@ -1146,7 +1146,8 @@

" If enabled, accessing NULL address in UEFI or SMM 
code can be caught.\n\n"

"   BIT0- Enable NULL pointer detection for UEFI.\n"

"   BIT1- Enable NULL pointer detection for SMM.\n"
-   
"   BIT2..6 - Reserved for future uses.\n"
+   
"   BIT2..5 - Reserved for future uses.\n"
+   
"   BIT6- Enable non-stop mode.\n"

"   BIT7- Disable NULL pointer detection just after 
EndOfDxe."

" This is a workaround for those unsolvable NULL access 
issues in"

" OptionROM, boot loader, etc. It can also help to 
avoid unnecessary"
@@ -1225,6 +1226,7 @@

 "   BIT1 - Enable UEFI pool guard.\n"

 "   BIT2 - Enable SMM page guard.\n"

 "   BIT3 - Enable SMM pool guard.\n"
+   
 "   BIT6 - Enable non-stop mode.\n"

 "   BIT7 - The direction of Guard Page for Pool Guard.\n"

 "  0 - The returned pool is near the tail guard 
page.\n"

 "  1 - The returned pool is near the head guard page."
--
2.16.2.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH] MdeModulePkg/MdeModulePkg.uni: update PCD string per dec file change

2018-08-30 Thread Jian J Wang
PcdNullPointerDetectionPropertyMask and PcdHeapGuardPropertyMask have
been updated in dec file to reflect a new feature (non-stop mode). This
patch updates corresponding unicode strings in uni file to match those
changes.

Cc: Star Zeng 
Cc: Eric Dong 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang 
---
 MdeModulePkg/MdeModulePkg.uni | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni
index 080b8a62c0..8807af801e 100644
--- a/MdeModulePkg/MdeModulePkg.uni
+++ b/MdeModulePkg/MdeModulePkg.uni
@@ -1146,7 +1146,8 @@

" If enabled, accessing NULL address in UEFI or SMM 
code can be caught.\n\n"

"   BIT0- Enable NULL pointer detection for UEFI.\n"

"   BIT1- Enable NULL pointer detection for SMM.\n"
-   
"   BIT2..6 - Reserved for future uses.\n"
+   
"   BIT2..5 - Reserved for future uses.\n"
+   
"   BIT6- Enable non-stop mode.\n"

"   BIT7- Disable NULL pointer detection just after 
EndOfDxe."

" This is a workaround for those unsolvable NULL access 
issues in"

" OptionROM, boot loader, etc. It can also help to 
avoid unnecessary"
@@ -1225,6 +1226,7 @@

 "   BIT1 - Enable UEFI pool guard.\n"

 "   BIT2 - Enable SMM page guard.\n"

 "   BIT3 - Enable SMM pool guard.\n"
+   
 "   BIT6 - Enable non-stop mode.\n"

 "   BIT7 - The direction of Guard Page for Pool Guard.\n"

 "  0 - The returned pool is near the tail guard 
page.\n"

 "  1 - The returned pool is near the head guard page."
-- 
2.16.2.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel