From nobody Fri Nov 1 12:36:08 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.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 1516677466824694.8864175877326; Mon, 22 Jan 2018 19:17:46 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 87F842233378D; Mon, 22 Jan 2018 19:12:18 -0800 (PST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 327F42233376C for ; Mon, 22 Jan 2018 19:12:17 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2018 19:17:43 -0800 Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.129]) by fmsmga001.fm.intel.com with ESMTP; 22 Jan 2018 19:17:42 -0800 X-Original-To: edk2-devel@lists.01.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; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,398,1511856000"; d="scan'208";a="24601581" From: Yonghong Zhu To: edk2-devel@lists.01.org Date: Tue, 23 Jan 2018 11:17:40 +0800 Message-Id: <1516677460-9832-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [edk2] [Patch] DSC spec: Update Skuid value to support Hex number X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Kinney , 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" Original Skuid value only support to use integer, this patch extend it to also support hex number. Cc: Liming Gao Cc: Michael Kinney Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu Reviewed-by: Liming Gao --- 2_dsc_overview/25_[skuids]_section_processing.md | 2 +- 3_edk_ii_dsc_file_format/37_[skuids]_section.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2_dsc_overview/25_[skuids]_section_processing.md b/2_dsc_overv= iew/25_[skuids]_section_processing.md index 428f7cf..afd102e 100644 --- a/2_dsc_overview/25_[skuids]_section_processing.md +++ b/2_dsc_overview/25_[skuids]_section_processing.md @@ -35,11 +35,11 @@ The contents of this section are used to define valid `= SKUID_IDENTIFIER` names. Since a platform may support different SKUs, and different SKUs may implem= ent different methods for handing platform configuration data (PCD) the user c= an define, in this section, tag names to use. Use `0` for the `DEFAULT` SKU identifier. Each entry below the section header is of the form: =20 -`integer | word` +`Number | word` =20 The following is an example of a `[SkuIds]` section: =20 ``` [SkuIds] diff --git a/3_edk_ii_dsc_file_format/37_[skuids]_section.md b/3_edk_ii_dsc= _file_format/37_[skuids]_section.md index 97642e9..756ded2 100644 --- a/3_edk_ii_dsc_file_format/37_[skuids]_section.md +++ b/3_edk_ii_dsc_file_format/37_[skuids]_section.md @@ -42,18 +42,18 @@ recommended that a ".txt" extension be used. =20 If this section is not specified, the parsing tools will assume a SkuId of= 0, with a `UiName` of "DEFAULT". The default entry must not be re-defined. =20 The `!include` file can only contain an ASCII (not Unicode) list of -"integer|UiSkuName" statements. +"Number|UiSkuName" statements. =20 #### Prototype =20 ```c ::=3D "[SkuIds]" {*} {} - ::=3D + ::=3D ::=3D ``` =20 #### Example =20 --=20 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel