* [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
@ 2017-06-02 22:58 Michael Kinney
2017-06-02 22:58 ` Michael Kinney
2017-06-03 2:36 ` Zhu, Yonghong
0 siblings, 2 replies; 3+ messages in thread
From: Michael Kinney @ 2017-06-02 22:58 UTC (permalink / raw)
To: edk2-devel; +Cc: Liming Gao, Yonghong Zhu, Kevin W Shaw
https://bugzilla.tianocore.org/show_bug.cgi?id=585
GitHub branch for review:
* https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_585_UpdateFdfSpecVersion
GitHub word diff view of the patches in this series:
* [1/1] https://github.com/mdkinney/edk2-FdfSpecification/commit/2dade21e89cd353e70330e6f54abcc786a899f50?w=1
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>
Michael Kinney (1):
Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
3_edk_ii_fdf_file_format/34_[defines]_section.md | 21 ++++++++++-----------
README.md | 3 ++-
2 files changed, 12 insertions(+), 12 deletions(-)
--
2.6.3.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
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
2017-06-03 2:36 ` Zhu, Yonghong
1 sibling, 0 replies; 3+ messages in thread
From: Michael Kinney @ 2017-06-02 22:58 UTC (permalink / raw)
To: edk2-devel; +Cc: Liming Gao, Yonghong Zhu, Kevin W Shaw
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
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
@ 2017-06-03 2:36 ` Zhu, Yonghong
1 sibling, 0 replies; 3+ messages in thread
From: Zhu, Yonghong @ 2017-06-03 2:36 UTC (permalink / raw)
To: Kinney, Michael D, edk2-devel@lists.01.org
Cc: Gao, Liming, Shaw, Kevin W, Zhu, Yonghong
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Best Regards,
Zhu Yonghong
-----Original Message-----
From: Kinney, Michael D
Sent: Saturday, June 3, 2017 6:59 AM
To: edk2-devel@lists.01.org
Cc: Gao, Liming <liming.gao@intel.com>; Zhu, Yonghong <yonghong.zhu@intel.com>; Shaw, Kevin W <kevin.w.shaw@intel.com>
Subject: [edk2-FdfSpecification PATCH] Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
https://bugzilla.tianocore.org/show_bug.cgi?id=585
GitHub branch for review:
* https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_585_UpdateFdfSpecVersion
GitHub word diff view of the patches in this series:
* [1/1] https://github.com/mdkinney/edk2-FdfSpecification/commit/2dade21e89cd353e70330e6f54abcc786a899f50?w=1
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>
Michael Kinney (1):
Update the FDF_SPECIFICATION version to 0x0001001B or 1.27
3_edk_ii_fdf_file_format/34_[defines]_section.md | 21 ++++++++++-----------
README.md | 3 ++-
2 files changed, 12 insertions(+), 12 deletions(-)
--
2.6.3.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-03 2:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2017-06-03 2:36 ` Zhu, Yonghong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox