From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 E0A3021DFA8F1 for ; Wed, 5 Apr 2017 20:38:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491449912; x=1522985912; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ZBxShYMrfxnPA1uug+HsdEMtxeG8+JcqbPwXu+eGPMc=; b=asWLyWE3288IFX+3ZQWvWtjVj0OBUnfNZIASZf6cUH+xFDXzFxkjJryM yjUdivYxW6pKu/lX3xDg9rZkjZg24Q==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 20:38:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,282,1488873600"; d="scan'208";a="69995558" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.57]) by orsmga002.jf.intel.com with ESMTP; 05 Apr 2017 20:38:32 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Liming Gao , Yonghong Zhu , Kevin W Shaw Date: Wed, 5 Apr 2017 20:38:27 -0700 Message-Id: <1491449907-6560-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1491449907-6560-1-git-send-email-michael.d.kinney@intel.com> References: <1491449907-6560-1-git-send-email-michael.d.kinney@intel.com> Subject: [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:38:33 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=426 Update the EBNF for [FmpPayload] in Section 3.8 so IMAGE_TYPE_ID is required 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_ii_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. ::= [ "IMAGE_HEADER_INIT_VERSION" ] - [ "IMAGE_TYPE_ID" ] + "IMAGE_TYPE_ID" [ "IMAGE_INDEX" ] [ "HARDWARE_INSTANCE" ] ::= "FILE" "DATA" -- 2.6.3.windows.1