[edk2] [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27

Michael Kinney posted 1 patch 6 years, 10 months ago
Failed in applying to current master (apply log)
3_edk_ii_fdf_file_format/34_[defines]_section.md | 21 ++++++++++-----------
README.md                                        |  3 ++-
2 files changed, 12 insertions(+), 12 deletions(-)
[edk2] [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
Posted by Michael Kinney 6 years, 10 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=585

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Kevin W Shaw <kevin.w.shaw@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
---
 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 <FmpFileData>                                                       |               |
@@ -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 <FmpFileData> to support <FvStatements> and <FdStatenents>                                 |               |
 |            | [#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

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