From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 2298021C8D62E for ; Fri, 2 Jun 2017 15:57:35 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jun 2017 15:58:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,287,1493708400"; d="scan'208";a="1177660174" Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.95.242]) by fmsmga002.fm.intel.com with ESMTP; 02 Jun 2017 15:58:37 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Fri, 2 Jun 2017 15:58:34 -0700 Message-Id: <1496444314-56872-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1496444314-56872-1-git-send-email-michael.d.kinney@intel.com> References: <1496444314-56872-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27 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: , X-List-Received-Date: Fri, 02 Jun 2017 22:57:35 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=585 Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- 3_edk_ii_fdf_file_format/34_[defines]_section.md | 21 ++++++++++----------- README.md | 3 ++- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3_edk_ii_fdf_file_format/34_[defines]_section.md b/3_edk_ii_fdf_file_format/34_[defines]_section.md index eec7698..7011db8 100644 --- a/3_edk_ii_fdf_file_format/34_[defines]_section.md +++ b/3_edk_ii_fdf_file_format/34_[defines]_section.md @@ -45,10 +45,10 @@ versions of this specification must increment the minor (001B) portion of the specification code for backward-compatible changes, and increment the major specification number for non-backward-compatible changes. -This revision of the specification adds support for multiple binaries in an -FV or Capsule RAW FILE statement. Any FDF file that uses this feature must use -the value `0x0001001B` in the `FDF_SPECIFICATION` statement. Older FDF files -that do not use this feature do not need to update the value. +This revision of the specification adds new features. Any FDF file that uses +these new features must use the value `0x0001001B` in the `FDF_SPECIFICATION` +statement. Older FDF files that do not use these new feature do not need to +update the value. Conditional statements may be used anywhere within this section. @@ -80,14 +80,13 @@ may be used by other user interface tools. **_FDF_SPECIFICATION_** -For this specification, the version value is 0x0001001A. Tools that process +For this specification, the version value is 0x0001001B. Tools that process this version of the FDF file can successfully process earlier versions of the FDF files (this is a backward compatible update). If an FDF file with an -earlier version of the `FDF_SPECIFICATION` is modified to use the FMP Payload -section and FMP Capsule definitions, the version value should be updated to -0x0001001A. There is no requirement to change existing entries if no other -content changes. This value may also be specified as decimal value, such as -1.26. +earlier version of the `FDF_SPECIFICATION` is modified to use a feature added +in the 1.27 version of this specification must be updated to 0x0001001B. There +is no requirement to change existing entries if no other content changes. This +value may also be specified as decimal value, such as 1.27. **_PcdNames_** @@ -100,7 +99,7 @@ meta-data files. ```ini [Defines] - FDF_SPECIFICATION = 0x0001001A + FDF_SPECIFICATION = 0x0001001B DEFINE BIG_STUFF = False SET gEfiMyPlatformTokenSpaceGuid.MyUsbFlag = True ``` diff --git a/README.md b/README.md index bad0930..7ff8f36 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Copyright (c) 2006-2017, Intel Corporation. All rights reserved. | | PACKAGES_PATH and EDK_TOOLS_BIN, used by the build system. | | | | Allow INF statements in FD regions. | | | | Clarified [UserExtensions] content in chapter 2 (to match implementation) | | -| 1.28 | Convert to GitBooks | May 2017 | +| 1.28 | Convert to GitBooks | June 2017 | | | [#426](https://bugzilla.tianocore.org/show_bug.cgi?id=426) IMAGE_TYPE_ID must be provided with value, FDF should mark it as required section | | | | [#373](https://bugzilla.tianocore.org/show_bug.cgi?id=373) Conditional statement examples incorrect | | | | [#461](https://bugzilla.tianocore.org/show_bug.cgi?id=461) FDF Spec: add a super script number for the | | @@ -207,3 +207,4 @@ Copyright (c) 2006-2017, Intel Corporation. All rights reserved. | | [#478](https://bugzilla.tianocore.org/show_bug.cgi?id=478) FDF spec: extend the to support and | | | | [#353](https://bugzilla.tianocore.org/show_bug.cgi?id=353) Build spec: Allow nested includes in DSC and FDF files | | | | [#520](https://bugzilla.tianocore.org/show_bug.cgi?id=520) FDF spec: Update Precedence of PCD Values | | +| | [#585](https://bugzilla.tianocore.org/show_bug.cgi?id=585) FDF Spec: Update the FDF_SPECIFICATION version to 0x0001001B or 1.27 | | -- 2.6.3.windows.1