From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BAEF41A1E8B for ; Fri, 7 Oct 2016 14:33:10 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 07 Oct 2016 14:33:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,456,1473145200"; d="scan'208";a="1050925877" Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.78.24]) by fmsmga001.fm.intel.com with ESMTP; 07 Oct 2016 14:33:10 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Kelly Steele , Yonghong Zhu , Liming Gao Date: Fri, 7 Oct 2016 14:33:04 -0700 Message-Id: <1475875986-9148-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [Patch 0/2] BaseTools/GenFds: Make FDF parser mode flexible X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 21:33:10 -0000 This patch series addresses the following issues: https://bugzilla.tianocore.org/show_bug.cgi?id=132 https://bugzilla.tianocore.org/show_bug.cgi?id=141 This patch series replaces the following patch email: https://lists.01.org/pipermail/edk2-devel/2016-October/002433.html The logic for the OUTPUT_DIRECTORY was simplified and supports files in more sections than just [FmpPayload] sections. Cc: Kelly Steele Cc: Yonghong Zhu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Michael Kinney (2): BaseTools/GenFds: Support FDF sections in any order BaseTools/GenFds: Skip parse time OUTPUT_DIRECTORY file verify BaseTools/Source/Python/GenFds/FdfParser.py | 35 +++++++++-------------------- 1 file changed, 10 insertions(+), 25 deletions(-) -- 2.6.3.windows.1