From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 7985B20945020 for ; Wed, 5 Apr 2017 20:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491450165; x=1522986165; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=YU3yHIFKZe+9ac+a6sQLtMFUaPUZIkNKJcF4mMS8L/k=; b=VuOPsfABI9xrWXPiK6nz1wMDnB2UWlXhVB2SJfvUyh6/YjjrrLRafwTy ETmzpPZC4y1PD9uP/RlP08zsw1+EIg==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 20:42:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,282,1488873600"; d="scan'208";a="69996924" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 05 Apr 2017 20:42:44 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 20:42:42 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 20:42:42 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 11:42:41 +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] IMAGE_TYPE_ID is required in [FmpPayload] section Thread-Index: AQHSrodPiO17BfLrA0GsdxqqICA18KG3K1WAgACG9eA= Date: Thu, 6 Apr 2017 03:42:40 +0000 Message-ID: References: <1491449907-6560-1-git-send-email-michael.d.kinney@intel.com> <1491449907-6560-2-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1491449907-6560-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGU0ZWNiOGYtZjhiYi00Nzk0LTk3MDgtZDYyNWU5YmIzZmViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IitxYndkRVNLK3RSajdQYTFwMmkySEpjNTZISkxETnlBTThRcnFMVDdYb2s9In0= 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] IMAGE_TYPE_ID is required in [FmpPayload] section 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: Thu, 06 Apr 2017 03:42:45 -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: Thursday, April 6, 2017 11:38 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zhu, Yonghong ; Shaw, Kevin W Subject: [edk2-FdfSpecification Patch] IMAGE_TYPE_ID is required in [FmpPay= load] section https://bugzilla.tianocore.org/show_bug.cgi?id=3D426 Update the EBNF for [FmpPayload] in Section 3.8 so IMAGE_TYPE_ID is require= d and must always be assigned to a valid registry format GUID value. 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 | 2 +- 1 file changed, 1 insertion(+), 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 8368ac3..1c38f59 100644 --- a/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md +++ b/3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md @@ -41,7 +41,7 @@ Capsule files. ::=3D [ "IMAGE_HEADER_INIT_VERSION" ] - [ "IMAGE_TYPE_ID" ] + "IMAGE_TYPE_ID" [ "IMAGE_INDEX" ] [ "HARDWARE_INSTANCE" ] ::=3D "FILE" "DATA" -- 2.6.3.windows.1