From nobody Tue Apr 30 10:49:41 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 1491508824988398.93353931103366; Thu, 6 Apr 2017 13:00:24 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id E725721DFA91C; Thu, 6 Apr 2017 13:00:20 -0700 (PDT) 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 9195121DFA8F2 for ; Thu, 6 Apr 2017 13:00:19 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 13:00:18 -0700 Received: from mdkinney-mobl.amr.corp.intel.com ([10.255.230.147]) by orsmga002.jf.intel.com with ESMTP; 06 Apr 2017 13:00:18 -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=1491508819; x=1523044819; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=qk+Hf1eqlqf4B3x63laLx6faLvs2y7Z11okJns8bYQo=; b=T29Tqm6cvH8sALbZN7Jx38i3B4m4S6fDFOnxU16prluG3Td1llIHtdJ6 4f42r5wA/1VXAcntGakCvXuVn2aB7g==; X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="70597225" From: Michael Kinney To: edk2-devel@lists.01.org Date: Thu, 6 Apr 2017 13:00:13 -0700 Message-Id: <1491508813-5804-2-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 In-Reply-To: <1491508813-5804-1-git-send-email-michael.d.kinney@intel.com> References: <1491508813-5804-1-git-send-email-michael.d.kinney@intel.com> Subject: [edk2] [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: , 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=3D461 Update the EBNF for [FmpPayload] in Section 3.8 to allow one or two FILE DATA statements. The first for the update image. The second for venddor code. 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 | 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. The +`` statements start with `FILE DATA`. The first +statement provides the information for UpdateImage in an +`EFI_FIRMWARE_MANAGEMENT_CAPSULE_IMAGE_HEADER`. The second +statement, if present, provides the information for 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/README.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 = | | --=20 2.6.3.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel