From nobody Mon May 6 12:07:31 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1495854533741528.7506636718227; Fri, 26 May 2017 20:08:53 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 529CD21A16EE8; Fri, 26 May 2017 20:07:52 -0700 (PDT) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3F6A621A16ECF for ; Fri, 26 May 2017 20:07:51 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 20:08:46 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.75.18]) by orsmga001.jf.intel.com with ESMTP; 26 May 2017 20:08:46 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,400,1491289200"; d="scan'208";a="1135272042" From: Michael Kinney To: edk2-devel@lists.01.org Date: Fri, 26 May 2017 20:08:42 -0700 Message-Id: <1495854522-20180-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1495854522-20180-1-git-send-email-michael.d.kinney@intel.com> References: <1495854522-20180-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [edk2-BuildSpecification PATCH] Clarify that values of unused PCD are not evaluated X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin W Shaw , Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D481 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- 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/13= 4_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. =20 +Since the PCDs in this section are not used by any module, the PCD value i= s not +evaluated to determine if it is a valid value or in a value in a valid ran= ge. +Instead, the PCD value from the DSC file, FDF file, or build option are +displayed exactly as they were entered. + ### Example =20 ``` 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=3D504= ) Update build report to support -Y HASH option = = = |= | | | [#508](https://bugzilla.tianocore.org/show_bug.cgi?id=3D508= ) Build Spec: Add sections to PCD report for PCDs only used in conditions P= CDs that are not used anywhere = = |= | | | [#480](https://bugzilla.tianocore.org/show_bug.cgi?id=3D480= ) Build spec: add description for Override PCD value on the command line = = = |= | +| | [#481](https://bugzilla.tianocore.org/show_bug.cgi?id=3D481= ) Build Spec: add clarification for not used Pcd that build tool will not d= o additional checks on its value = = |= | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel