From nobody Fri May 3 09:28:54 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 149644432327999.52085259774526; Fri, 2 Jun 2017 15:58:43 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 034C421C8D633; Fri, 2 Jun 2017 15:57:36 -0700 (PDT) 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 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 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,287,1493708400"; d="scan'208";a="1177660174" From: Michael Kinney To: edk2-devel@lists.01.org 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] [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: , Cc: Kevin W Shaw , Liming Gao MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" https://bugzilla.tianocore.org/show_bug.cgi?id=3D585 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_fd= f_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. =20 -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 fil= es -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 us= es +these new features must use the value `0x0001001B` in the `FDF_SPECIFICATI= ON` +statement. Older FDF files that do not use these new feature do not need to +update the value. =20 Conditional statements may be used anywhere within this section. =20 @@ -80,14 +80,13 @@ may be used by other user interface tools. =20 **_FDF_SPECIFICATION_** =20 -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 Payl= oad -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 ad= ded +in the 1.27 version of this specification must be updated to 0x0001001B. T= here +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. =20 **_PcdNames_** =20 @@ -100,7 +99,7 @@ meta-data files. =20 ```ini [Defines] - FDF_SPECIFICATION =3D 0x0001001A + FDF_SPECIFICATION =3D 0x0001001B DEFINE BIG_STUFF =3D False SET gEfiMyPlatformTokenSpaceGuid.MyUsbFlag =3D 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 i= mplementation) = | | -| 1.28 | Convert to GitBooks = = | May 2017 | +| 1.28 | Convert to GitBooks = = | June 2017 | | | [#426](https://bugzilla.tianocore.org/show_bug.cgi?id=3D426= ) IMAGE_TYPE_ID must be provided with value, FDF should mark it as required= section | | | | [#373](https://bugzilla.tianocore.org/show_bug.cgi?id=3D373= ) Conditional statement examples incorrect = | | | | [#461](https://bugzilla.tianocore.org/show_bug.cgi?id=3D461= ) 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=3D478= ) FDF spec: extend the to support and | | | | [#353](https://bugzilla.tianocore.org/show_bug.cgi?id=3D353= ) Build spec: Allow nested includes in DSC and FDF files = | | | | [#520](https://bugzilla.tianocore.org/show_bug.cgi?id=3D520= ) FDF spec: Update Precedence of PCD Values = | | +| | [#585](https://bugzilla.tianocore.org/show_bug.cgi?id=3D585= ) FDF Spec: Update the FDF_SPECIFICATION version to 0x0001001B or 1.27 = | | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel