From nobody Wed May 1 22:26:38 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 1491449918801765.6583969802973; Wed, 5 Apr 2017 20:38:38 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id CCAFF2008092C; Wed, 5 Apr 2017 20:38:34 -0700 (PDT) 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) 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 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 X-Original-To: edk2-devel@lists.01.org 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==; X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,282,1488873600"; d="scan'208";a="69995558" From: Michael Kinney To: edk2-devel@lists.01.org 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] [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: , Cc: 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" https://bugzilla.tianocore.org/show_bug.cgi?id=3D426 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 Reviewed-by: Yonghong Zhu =20 --- 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" --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel