https://bugzilla.tianocore.org/show_bug.cgi?id=481
Cc: Liming Gao <[email protected]> Cc: Yonghong Zhu <[email protected]> Cc: Kevin W Shaw <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney <[email protected]> --- 13_build_reports/134_platform_summary.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/13_build_reports/134_platform_summary.md b/13_build_reports/134_platform_summary.md index e6f2a15..0674141 100644 --- a/13_build_reports/134_platform_summary.md +++ b/13_build_reports/134_platform_summary.md @@ -140,6 +140,11 @@ The first line is required: Additional lines may be displayed showing default values when the value is not a default value. +Since the PCDs in this section are not used by any module, the PCD value is not +evaluated to determine if it is a valid value or in a value in a valid range. +Instead, the PCD value from the DSC file, FDF file, or build option are +displayed exactly as they were entered. + ### Example ``` diff --git a/README.md b/README.md index 16fcc4a..6b6d5b9 100644 --- a/README.md +++ b/README.md @@ -212,3 +212,4 @@ Copyright (c) 2008-2017, Intel Corporation. All rights reserved. | | [#504](https://bugzilla.tianocore.org/show_bug.cgi?id=504) Update build report to support -Y HASH option | | | | [#508](https://bugzilla.tianocore.org/show_bug.cgi?id=508) Build Spec: Add sections to PCD report for PCDs only used in conditions PCDs that are not used anywhere | | | | [#480](https://bugzilla.tianocore.org/show_bug.cgi?id=480) Build spec: add description for Override PCD value on the command line | | +| | [#481](https://bugzilla.tianocore.org/show_bug.cgi?id=481) Build Spec: add clarification for not used Pcd that build tool will not do additional checks on its value | | -- 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

