From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 143DA81F1F for ; Thu, 1 Dec 2016 11:38:44 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 01 Dec 2016 11:38:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,726,1477983600"; d="scan'208";a="793174898" Received: from awillke-mobl1.amr.corp.intel.com (HELO localhost) ([10.252.136.252]) by FMSMGA003.fm.intel.com with ESMTP; 01 Dec 2016 11:38:43 -0800 MIME-Version: 1.0 To: Leif Lindholm , edk2-devel@lists.01.org Message-ID: <148062112294.26637.9118356424650979744@jljusten-ivb> From: Jordan Justen In-Reply-To: <20161201155326.21716-1-leif.lindholm@linaro.org> Cc: "Ruiyu Ni" , "Ard Biesheuvel" , "Andrew Fish" , "Michael D Kinney" , "Laszlo Ersek" , "David Wei" References: <20161201155326.21716-1-leif.lindholm@linaro.org> User-Agent: alot/0.3.7 Date: Thu, 01 Dec 2016 11:38:42 -0800 Subject: Re: [PATCH 0/7] Various: Remove EDK2 use of IntelFrameworkModulePkg legacy libs 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: Thu, 01 Dec 2016 19:38:44 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For the future, I'd recommend adding Cc's for package owners to the associated patch commit message. Series Reviewed-by: Jordan Justen On 2016-12-01 07:53:19, Leif Lindholm wrote: > LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied > from IntelFrameworkModulePkg to MdeModulePkg, but the originals were > kept for compatibility. > = > Nevertheless, new code should be using the MdeModulePkg versions, so > change all references in in-tree platforms. > = > Since the patches are individually independent, I plan to push them > myself as Reviewed-by:s appear. Laszlo/Mike - Are you OK with me pusing > 1 and 2 myself before the whole series is reviewed? > = > Changes from RFC: > - Broken down into per-package patches. > - Received Reviewed-by:s added. > = > Leif Lindholm (7): > OvmfPkg: Remove use of IntelFrameworkModulePkg legacy libs > QuarkSocPkg: Remove use of IntelFrameworkModulePkg legacy libs > BeagleBoardPkg: Remove use of IntelFrameworkModulePkg legacy libs > EmbeddedPkg: Remove use of IntelFrameworkModulePkg legacy libs > DuetPkg: Remove use of IntelFrameworkModulePkg legacy libs > EmulatorPkg: Remove use of IntelFrameworkModulePkg legacy libs > Vlv2TbltDevicePkg: Remove use of IntelFrameworkModulePkg legacy libs > = > BeagleBoardPkg/BeagleBoardPkg.dsc | 4 ++-- > DuetPkg/DuetPkgIa32.dsc | 4 ++-- > DuetPkg/DuetPkgX64.dsc | 4 ++-- > EmbeddedPkg/EmbeddedPkg.dsc | 2 +- > EmulatorPkg/EmulatorPkg.dsc | 4 ++-- > OvmfPkg/OvmfPkgIa32.dsc | 4 ++-- > OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++-- > OvmfPkg/OvmfPkgX64.dsc | 4 ++-- > QuarkSocPkg/QuarkSocPkg.dsc | 2 +- > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 4 ++-- > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 6 +++--- > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 6 +++--- > 12 files changed, 24 insertions(+), 24 deletions(-) > = > -- = > 2.10.2 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel