From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <michael.d.kinney@intel.com> Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 EDA4481C8B for <edk2-devel@lists.01.org>; Thu, 1 Dec 2016 10:14:45 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 01 Dec 2016 10:14:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,726,1477983600"; d="scan'208";a="36264974" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga004.jf.intel.com with ESMTP; 01 Dec 2016 10:14:45 -0800 Received: from orsmsx111.amr.corp.intel.com (10.22.240.12) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 1 Dec 2016 10:14:45 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.63]) by ORSMSX111.amr.corp.intel.com ([169.254.12.190]) with mapi id 14.03.0248.002; Thu, 1 Dec 2016 10:14:44 -0800 From: "Kinney, Michael D" <michael.d.kinney@intel.com> To: Leif Lindholm <leif.lindholm@linaro.org>, "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>, "Kinney, Michael D" <michael.d.kinney@intel.com> CC: "Ni, Ruiyu" <ruiyu.ni@intel.com>, Ard Biesheuvel <ard.biesheuvel@linaro.org>, "Justen, Jordan L" <jordan.l.justen@intel.com>, Andrew Fish <afish@apple.com>, Laszlo Ersek <lersek@redhat.com>, "Wei, David" <david.wei@intel.com> Thread-Topic: [edk2] [PATCH 0/7] Various: Remove EDK2 use of IntelFrameworkModulePkg legacy libs Thread-Index: AQHSS+sZ02t3RM9Nnk2WiC34CoLfYqDzZYlQ Date: Thu, 1 Dec 2016 18:14:44 +0000 Message-ID: <E92EE9817A31E24EB0585FDF735412F56485E6FF@ORSMSX113.amr.corp.intel.com> References: <20161201155326.21716-1-leif.lindholm@linaro.org> In-Reply-To: <20161201155326.21716-1-leif.lindholm@linaro.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTAzMzI3M2EtMGI0MC00ZmQ3LTkzNGMtNzFjNjhiZDdiN2E1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlNURFc4Yzh6TitPWG9WUjY1VitQdFpDYWo2NWhsN1ZVb0pGaTRBN21hbWs9In0= x-originating-ip: [10.22.254.138] MIME-Version: 1.0 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 <edk2-devel.lists.01.org> List-Unsubscribe: <https://lists.01.org/mailman/options/edk2-devel>, <mailto:edk2-devel-request@lists.01.org?subject=unsubscribe> List-Archive: <http://lists.01.org/pipermail/edk2-devel/> List-Post: <mailto:edk2-devel@lists.01.org> List-Help: <mailto:edk2-devel-request@lists.01.org?subject=help> List-Subscribe: <https://lists.01.org/mailman/listinfo/edk2-devel>, <mailto:edk2-devel-request@lists.01.org?subject=subscribe> X-List-Received-Date: Thu, 01 Dec 2016 18:14:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Leif, Yes. You can push QuarkSocPkg patch based on my previous rb. Thanks, Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Le= if > Lindholm > Sent: Thursday, December 1, 2016 7:53 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu <ruiyu.ni@intel.com>; Ard Biesheuvel <ard.biesheuvel@linaro= .org>; > Justen, Jordan L <jordan.l.justen@intel.com>; Andrew Fish <afish@apple.co= m>; > Kinney, Michael D <michael.d.kinney@intel.com>; Laszlo Ersek <lersek@redh= at.com>; > Wei, David <david.wei@intel.com> > Subject: [edk2] [PATCH 0/7] Various: Remove EDK2 use of IntelFrameworkMod= ulePkg > legacy libs >=20 > LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied > from IntelFrameworkModulePkg to MdeModulePkg, but the originals were > kept for compatibility. >=20 > Nevertheless, new code should be using the MdeModulePkg versions, so > change all references in in-tree platforms. >=20 > 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? >=20 > Changes from RFC: > - Broken down into per-package patches. > - Received Reviewed-by:s added. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.10.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel