From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 16F4921959CB2 for ; Wed, 29 Aug 2018 02:37:50 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Aug 2018 02:37:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,301,1531810800"; d="scan'208";a="69978723" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga006.jf.intel.com with ESMTP; 29 Aug 2018 02:37:49 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Wed, 29 Aug 2018 17:37:44 +0800 Message-Id: <1535535466-62348-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/2] Core: Handle multiple FV images in one FV file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 09:37:51 -0000 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1131 Star Zeng (2): MdeModulePkg PeiCore: Handle multiple FV images in one FV file MdeModulePkg DxeCore: Handle multiple FV images in one FV file MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 241 ++++++++++++----------- MdeModulePkg/Core/Pei/FwVol/FwVol.c | 267 ++++++++++++++------------ MdeModulePkg/Core/Pei/PeiMain.h | 2 +- 3 files changed, 273 insertions(+), 237 deletions(-) -- 2.7.0.windows.1