From: Michael Kinney <michael.d.kinney@intel.com>
To: edk2-devel@lists.01.org
Cc: Liming Gao <liming.gao@intel.com>,
Yonghong Zhu <yonghong.zhu@intel.com>,
Kevin W Shaw <kevin.w.shaw@intel.com>
Subject: [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
Date: Fri, 2 Jun 2017 15:58:34 -0700 [thread overview]
Message-ID: <1496444314-56872-2-git-send-email-michael.d.kinney@intel.com> (raw)
In-Reply-To: <1496444314-56872-1-git-send-email-michael.d.kinney@intel.com>
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
next prev parent reply other threads:[~2017-06-02 22:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-02 22:58 [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27 Michael Kinney
2017-06-02 22:58 ` Michael Kinney [this message]
2017-06-03 2:36 ` Zhu, Yonghong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496444314-56872-2-git-send-email-michael.d.kinney@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox