From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7054121A04804 for ; Thu, 6 Apr 2017 18:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491528171; x=1523064171; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=spo+Jitojz/DTiOg1+VHRL7fTXMINkUdkBcjYeTb31k=; b=PlM7rmzpSpaJbCWZprVk3fljmGcAE8mv3K3Qg0+UvBwxN1vm7I/7QnzT H6+xfwXFWLImRKJyR+VDE2jZn3WVvQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 18:22:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,162,1488873600"; d="scan'208";a="1132301964" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 18:22:51 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 18:22:50 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 18:22:50 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002; Fri, 7 Apr 2017 09:22:25 +0800 From: "Zhu, Yonghong" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Shaw, Kevin W" , "Zhu, Yonghong" Thread-Topic: [edk2-FdfSpecification PATCH] [FmpPayload] supports 1 or 2 FILE DATA statements Thread-Index: AQHSrxB2cvc1Z5bSIUmSXsBUZTZ45KG5FvOA Date: Fri, 7 Apr 2017 01:22:24 +0000 Message-ID: References: <1491508813-5804-1-git-send-email-michael.d.kinney@intel.com> <1491508813-5804-2-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1491508813-5804-2-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmE5MDQ5NGEtZTk3OC00MDZlLWFjMjMtOTY3NWVhZTIzYjE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IklGTUpzc051UUhoMWRTRm05TlN1TFQ2WHhNMFVNSHJJUkxJbmRCRTVDaVU9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [edk2-FdfSpecification PATCH] [FmpPayload] supports 1 or 2 FILE DATA statements 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: , X-List-Received-Date: Fri, 07 Apr 2017 01:22:51 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Kinney, Michael D=20 Sent: Friday, April 7, 2017 4:00 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zhu, Yonghong ; Shaw, Kevin W Subject: [edk2-FdfSpecification PATCH] [FmpPayload] supports 1 or 2 FILE DA= TA statements https://bugzilla.tianocore.org/show_bug.cgi?id=3D461 Update the EBNF for [FmpPayload] in Section 3.8 to allow one or two FILE DA= TA statements. The first for the update image. The second for venddor cod= e. 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/38_[fmppayload]_sections.md | 9 ++++++++- README.md | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md b/3_edk_i= i_fdf_file_format/38_[fmppayload]_sections.md index 1c38f59..77ad2b7 100644 --- a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md +++ b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md @@ -34,12 +34,19 @@ These are optional sections that describes the FMP payload content for FMP= Capsule files. =20 +There must be at least one and at most two `` statements. =20 +The `` statements start with `FILE DATA`. The first=20 + statement provides the information for UpdateImage in an=20 +`EFI_FIRMWARE_MANAGEMENT_CAPSULE_IMAGE_HEADER`. The second=20 + statement, if present, provides the information for=20 +VendorCode in an `EFI_FIRMWARE_MANAGEMENT_CAPSULE_IMAGE_HEADER`. + #### Prototype =20 ```c ::=3D "[FmpPayload" "]" - + {1,2} ::=3D [ "IMAGE_HEADER_INIT_VERSION" ] "IMAGE_TYPE_ID" [ "IMAGE_INDEX" ] diff --git a/READ= ME.md b/README.md index 9a7f13a..f7e1d1f 100644 --- a/README.md +++ b/README.md @@ -196,3 +196,4 @@ Copyright (c) 2006-2017, Intel Corporation. All rights = reserved. | | Clarified [UserExtensions] content in chapter 2 (to match i= mplementation) = | | | 1.28 | Convert to GitBooks = = | March 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 | | +| | [#461](https://bugzilla.tianocore.org/show_bug.cgi?id=3D461= ) FDF Spec: add a super script number for the = | | -- 2.6.3.windows.1