Re: [edk2] [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD Section

2018-03-20 Thread Gao, Liming
Reviewed-by: Liming Gao 

> -Original Message-
> From: Zhu, Yonghong
> Sent: Monday, March 19, 2018 9:49 AM
> To: edk2-devel@lists.01.org
> Cc: Gao, Liming ; Kinney, Michael D 
> ; Shaw, Kevin W 
> Subject: [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD 
> Section
> 
> Because of the PCD value may override by build option, so current build
> report also display the DSC DEFAULT value.
> 
> Cc: Liming Gao 
> Cc: Michael Kinney 
> Cc: Kevin W Shaw 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Yonghong Zhu 
> ---
>  13_build_reports/136_global_pcd_section.md | 7 ++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/13_build_reports/136_global_pcd_section.md 
> b/13_build_reports/136_global_pcd_section.md
> index c300920..a9661b6 100644
> --- a/13_build_reports/136_global_pcd_section.md
> +++ b/13_build_reports/136_global_pcd_section.md
> @@ -106,11 +106,16 @@ gTokenSpaceGuid
>0x0001FFF
>  ```
> 
>   13.6.2.2 Default (optional) line
> 
> -The second optional line is present if the value from the DEC was overridden.
> +The second optional line is present if the value from the DSC was overridden
> +by build option. It is formatted as follows:
> +
> +`DSC DEFAULT = `
> +
> +The third optional line is present if the value from the DEC was overridden.
>  It is formatted as follows:
> 
>  `DEC DEFAULT = `
> 
>   Example
> --
> 2.6.1.windows.1

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


[edk2] [Patch] Build spec: Add DSC DEFAULT as optional line in Global PCD Section

2018-03-18 Thread Yonghong Zhu
Because of the PCD value may override by build option, so current build
report also display the DSC DEFAULT value.

Cc: Liming Gao 
Cc: Michael Kinney 
Cc: Kevin W Shaw 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu 
---
 13_build_reports/136_global_pcd_section.md | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/13_build_reports/136_global_pcd_section.md 
b/13_build_reports/136_global_pcd_section.md
index c300920..a9661b6 100644
--- a/13_build_reports/136_global_pcd_section.md
+++ b/13_build_reports/136_global_pcd_section.md
@@ -106,11 +106,16 @@ gTokenSpaceGuid
   0x0001FFF
 ```
 
  13.6.2.2 Default (optional) line
 
-The second optional line is present if the value from the DEC was overridden.
+The second optional line is present if the value from the DSC was overridden
+by build option. It is formatted as follows:
+
+`DSC DEFAULT = `
+
+The third optional line is present if the value from the DEC was overridden.
 It is formatted as follows:
 
 `DEC DEFAULT = `
 
  Example
-- 
2.6.1.windows.1

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