From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: bob.c.feng@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Thu, 11 Apr 2019 01:51:48 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2019 01:51:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,336,1549958400"; d="scan'208";a="290599502" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga004.jf.intel.com with ESMTP; 11 Apr 2019 01:51:46 -0700 From: "BobCF" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [Patch] Document: Add PCD_DYNAMIC_AS_DYNAMICEX to defines section Date: Thu, 11 Apr 2019 16:51:37 +0800 Message-Id: <20190411085138.24784-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1688 DynamicEx Pcd supports binary module build well. It's helpful to add a new build option for build tool to convert all Dynamic Pcd to DynamicEx Pcd. Add a new key word in defines section for this function. Signed-off-by: Bob Feng Cc: Liming Gao --- 2_dsc_overview/23_[defines]_section_processing.md | 1 + 3_edk_ii_dsc_file_format/35_[defines]_section.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/2_dsc_overview/23_[defines]_section_processing.md b/2_dsc_overview/23_[defines]_section_processing.md index ad0702b..c0f24ca 100644 --- a/2_dsc_overview/23_[defines]_section_processing.md +++ b/2_dsc_overview/23_[defines]_section_processing.md @@ -115,10 +115,11 @@ item is required. | `VPD_TOOL_GUID` | Optional | Registry Format GUID | When this element is present, the build process will be interrupted during the AutoGen stage in order to call an external program, named by GUID that must also be defined in the Conf/tools_def.txt file using a tool code name of VPDTOOL. Refer to the EDK II Build specification for additional information. | | `PCD_INFO_GENERATION` | Optional | TRUE or FALSE | If present, and set to TRUE, this flag will generate PCD information in the Pcd Database. | | `PCD_VAR_CHECK_GENERATION` | Optional | TRUE or FALSE | If present and set to TRUE, this flag will generate the variable validation table binary file in the build output FV floder. If not present ro set to FALSE, then the binary file will not be generated. | | `PREBUILD` | Optional | String of script with arguments | If present, build tool will call the script of this statement to execute. | | `POSTBUILD` | Optional | String of script with arguments | If present, build tool will call the script of this statement to execute. | +| `PCD_DYNAMIC_AS_DYNAMICEX` | Optional | TRUE or FALSE | If present, and set to TRUE, this flag will convert Dynamci Pcd to DynamicEx Pcd. | [^1]: WORKSPACE refers to the combination of the directories specified in the WORKSPACE system environment variable and the PACKAGES_PATH system environment variable. diff --git a/3_edk_ii_dsc_file_format/35_[defines]_section.md b/3_edk_ii_dsc_file_format/35_[defines]_section.md index ea2077d..6745cb8 100644 --- a/3_edk_ii_dsc_file_format/35_[defines]_section.md +++ b/3_edk_ii_dsc_file_format/35_[defines]_section.md @@ -123,10 +123,11 @@ The `!include` statement may be used in a `[Defines]` section. [ "ISO_LANGUAGES" ] [ "TIME_STAMP_FILE" ] [ "VPD_TOOL_GUID" ] [ "PCD_VAR_CHECK_GENERATION" ] + [ "PCD_DYNAMIC_AS_DYNAMICEX" ] [ "PREBUILD"