Re: [edk2] [Patch] DSC Spec: Update two typo and definition

2018-06-07 Thread Gao, Liming
Reviewed-by: Liming Gao 

>-Original Message-
>From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
>Yonghong Zhu
>Sent: Wednesday, June 06, 2018 3:09 PM
>To: edk2-devel@lists.01.org
>Cc: Kinney, Michael D ; Shaw, Kevin W
>; Gao, Liming 
>Subject: [edk2] [Patch] DSC Spec: Update two typo and 
>definition
>
>1. Update two typo
>2. Correct the  to use {} {}, this issue
>was caused by flexible PCD value format extend.
>
>Cc: Liming Gao 
>Cc: Michael Kinney 
>Cc: Kevin W Shaw 
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Yonghong Zhu 
>---
> 3_edk_ii_dsc_file_format/310_pcd_sections.md  |  4 ++--
> 3_edk_ii_dsc_file_format/311_[components]_sections.md | 12 +++-
> 2 files changed, 9 insertions(+), 7 deletions(-)
>
>diff --git a/3_edk_ii_dsc_file_format/310_pcd_sections.md
>b/3_edk_ii_dsc_file_format/310_pcd_sections.md
>index 4eaa15c..607c479 100644
>--- a/3_edk_ii_dsc_file_format/310_pcd_sections.md
>+++ b/3_edk_ii_dsc_file_format/310_pcd_sections.md
>@@ -496,11 +496,11 @@ sections of the DSC file.
>{} {}
>  elif(pcddatumtype == "UINT64"):
>{} {}
>  else:
>
>- ::=  [ ]
>+ ::= {} {} [ ]
>::= 
>   ::= {} {}
>  ::= []
>::= 
>  ::=   [ ]
>@@ -711,11 +711,11 @@ sections of the DSC file.
>{} {}
>  elif (pcddatumtype == "UINT64"):
>{} {}
>  else:
>
>- ::=  [ ]
>+ ::= {} {} [ ]
>::= 
>   ::= {} {}
>  ::= []
>::= 
>  ::=   [ ]
>diff --git a/3_edk_ii_dsc_file_format/311_[components]_sections.md
>b/3_edk_ii_dsc_file_format/311_[components]_sections.md
>index 5a3594a..7e24bac 100644
>--- a/3_edk_ii_dsc_file_format/311_[components]_sections.md
>+++ b/3_edk_ii_dsc_file_format/311_[components]_sections.md
>@@ -1,9 +1,9 @@
> 2.6.1.windows.1
>
>___
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [Patch] DSC Spec: Update two typo and definition

2018-06-06 Thread Yonghong Zhu
1. Update two typo
2. Correct the  to use {} {}, this issue
was caused by flexible PCD value format extend.

Cc: Liming Gao 
Cc: Michael Kinney 
Cc: Kevin W Shaw 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu 
---
 3_edk_ii_dsc_file_format/310_pcd_sections.md  |  4 ++--
 3_edk_ii_dsc_file_format/311_[components]_sections.md | 12 +++-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/3_edk_ii_dsc_file_format/310_pcd_sections.md 
b/3_edk_ii_dsc_file_format/310_pcd_sections.md
index 4eaa15c..607c479 100644
--- a/3_edk_ii_dsc_file_format/310_pcd_sections.md
+++ b/3_edk_ii_dsc_file_format/310_pcd_sections.md
@@ -496,11 +496,11 @@ sections of the DSC file.
{} {}
  elif(pcddatumtype == "UINT64"):
{} {}
  else:

- ::=  [ ]
+ ::= {} {} [ ]
::= 
   ::= {} {}
  ::= []
::= 
  ::=   [ ]
@@ -711,11 +711,11 @@ sections of the DSC file.
{} {}
  elif (pcddatumtype == "UINT64"):
{} {}
  else:

- ::=  [ ]
+ ::= {} {} [ ]
::= 
   ::= {} {}
  ::= []
::= 
  ::=   [ ]
diff --git a/3_edk_ii_dsc_file_format/311_[components]_sections.md 
b/3_edk_ii_dsc_file_format/311_[components]_sections.md
index 5a3594a..7e24bac 100644
--- a/3_edk_ii_dsc_file_format/311_[components]_sections.md
+++ b/3_edk_ii_dsc_file_format/311_[components]_sections.md
@@ -1,9 +1,9 @@