From nobody Sat Nov 2 10:34:36 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 1493082618743506.6817129371541; Mon, 24 Apr 2017 18:10:18 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 25B182050B98B; Mon, 24 Apr 2017 18:10:12 -0700 (PDT) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 BACF721954084 for ; Mon, 24 Apr 2017 18:10:10 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2017 18:10:10 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.36]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2017 18:10:10 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,247,1488873600"; d="scan'208";a="93697952" From: Michael Kinney To: edk2-devel@lists.01.org Date: Mon, 24 Apr 2017 18:10:04 -0700 Message-Id: <1493082606-9348-3-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> References: <1493082606-9348-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [ edk2-DecSpecification PATCH 2/4] Update version from 1.25 to 1.26 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" Cc: Liming Gao Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney --- 2_dec_file_overview/24_[defines]_usage.md | 2 +- 3_edk_ii_dec_file_format/34_[defines]_section.md | 28 ++++++++++++++++----= ---- README.md | 3 ++- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/2_dec_file_overview/24_[defines]_usage.md b/2_dec_file_overvie= w/24_[defines]_usage.md index 3729902..fe97c25 100644 --- a/2_dec_file_overview/24_[defines]_usage.md +++ b/2_dec_file_overview/24_[defines]_usage.md @@ -66,7 +66,7 @@ The following is an example of this section. =20 ```ini [Defines] - DEC_SPECIFICATION =3D 0x00010019 + DEC_SPECIFICATION =3D 0x0001001A PACKAGE_NAME =3D MdePkg PACKAGE_GUID =3D 1E73767F-8F52-4603-AEB4-F29B510B6766 PACKAGE_VERSION =3D 1.02 diff --git a/3_edk_ii_dec_file_format/34_[defines]_section.md b/3_edk_ii_de= c_file_format/34_[defines]_section.md index f84db5f..d249ab7 100644 --- a/3_edk_ii_dec_file_format/34_[defines]_section.md +++ b/3_edk_ii_dec_file_format/34_[defines]_section.md @@ -40,9 +40,9 @@ This file is created during installation of a UEFI distri= bution package or by the developer and is an input to the EDK II build tool parsing utilities. Elements may appear in any order within this section. =20 -The code for this specification is `"00010019`" and new versions of this -specification must increment the minor (0019) portion of the specification -code. This value may also be specified as a decimal value, 1.25. +The code for this specification is `"0001001A`" and new versions of this +specification must increment the minor (001A) portion of the specification +code. This value may also be specified as a decimal value, 1.26. =20 Existing DEC files are not required to update the `DEC_SPECIFICATION` vers= ion value. This value may be used by tools to identify any new functionality @@ -83,11 +83,11 @@ characters are not permitted. =20 **_SpecVer_** =20 -For new DEC files, the version value must be set to 0x00010019 Tools that +For new DEC files, the version value must be set to 0x0001001A Tools that process this version of the DEC file can successfully process earlier vers= ions of the DEC file (this is a backward compatible update). There is no requir= ement to change the value in existing DEC files if no other content changes. Thi= s may -also be specified as decimal value, 1.25. +also be specified as decimal value, 1.26. =20 **_Filename_** =20 @@ -97,13 +97,23 @@ permitted. Use of an absolute path is not permitted. Th= e file name specified in the `PACKAGE_UNI_FILE` entry must be a Unicode file with an extension of .= uni, .UNI or .Uni. =20 -#### Example +#### Example 1 =20 ```ini [DEFINES] - DEC_SPECIFICATION =3D 0x00010019 + DEC_SPECIFICATION =3D 0x0001001A PACKAGE_NAME =3D MdePkg - PACKAGE_GUID =3D 5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec - PACKAGE_VERSION =3D 0.3 + PACKAGE_GUID =3D 1E73767F-8F52-4603-AEB4-F29B510B6766 + PACKAGE_VERSION =3D 1.06 PACKAGE_UNI_FILE =3D MdePkg.uni ``` + +#### Example 2 + +```ini +[DEFINES] + DEC_SPECIFICATION =3D 1.26 + PACKAGE_NAME =3D IntelFspPkg + PACKAGE_GUID =3D 444C6CDF-55BD-4744-8F74-AE98B003B955 + PACKAGE_VERSION =3D 0.1 +``` diff --git a/README.md b/README.md index 8f37a7e..b489cb1 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,5 @@ Copyright (c) 2007-2017, Intel Corporation. All rights = reserved. | | packages located outside of the WORKSPACE directory tree (r= efer to | = | | | the TianoCore.org EDKII website for additional instructions= on setting | = | | | up a development environment). = | = | -| 1.26 | Reformat for GitBook = | March 2017= | +| 1.26 | Reformat for GitBook = | April 2017= | +| | Updated `DEC_SPECIFICATION` to `0x0001001A` or `1.26` = | = | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel