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 C538920945041 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; bh=C0FA8ITXPaFC14ITeFTUm+6OnNN4gNLcZsIWtI8kD9I=; b=uBnAvgJn5kEbkAQt9Wa4Qpxb3s61vt1R5Mzg/Zo6wiXHYPwbNJ4ATLEO quoTFpdKgDpSq3JNBxrjREGYR9Uksg==; 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="69995554" Received: from mdkinney-mobl.amr.corp.intel.com ([10.241.98.57]) by orsmga002.jf.intel.com with ESMTP; 05 Apr 2017 20:38:31 -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:26 -0700 Message-Id: <1491449907-6560-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 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 GitHub branch for review: https://github.com/mdkinney/edk2-FdfSpecification/tree/Bugzilla_426_IMAGE_TYPE_ID_Required GitHub branch compare against latest DRAFT for review: https://github.com/tianocore-docs/edk2-FdfSpecification/compare/master...mdkinney:Bugzilla_426_IMAGE_TYPE_ID_Required?w=1 Michael Kinney (1): IMAGE_TYPE_ID is required in [FmpPayload] section 3_edk_ii_fdf_file_format/38_[fmppayload]_sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.6.3.windows.1