From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F0A2C81F50 for ; Fri, 2 Dec 2016 08:13:16 -0800 (PST) Received: by mail-wm0-x233.google.com with SMTP id f82so20058839wmf.1 for ; Fri, 02 Dec 2016 08:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4zckOeMH2jaqNGQfiygF/WDUyQb1/R0XAsgqDK5vosw=; b=RCJcIRf2q2ZVgNFKJBwzMRB9UBjEN0TalCkXSmQM6dXiXHBGy2fbhp5Y57fbBoVIfw aP/NZhlt1CR9pfFLT/n2am/sBxsakWhDXcZyI2fiLGBwjZfWLJaQ3TVz9qwSGhaSkH1+ cJ8zsEYzc2XTyDLer9x0ghMKmpOltzaP/pupk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4zckOeMH2jaqNGQfiygF/WDUyQb1/R0XAsgqDK5vosw=; b=HhZYVLP5hF6127lczv5/McMoqti9+Hwg414WHvLpXjXW0rzEO+2EgaERp/H8Zu9R3l L9z8vtjqL9UCcOs0sCmFNGwy4aMhWVKYREdsYehhEsXN+cs/Tao6X3OT2QL0JJf0H9Ot 9kK+xxRxTSKL31cuZd9PnpwdG2ZCOzQcWOpR6FXf9hvGNDXdUq0YdOFUjpUtkEmBw5Mi ldnCIJf+QOoFOAKqSgGfY1a6P7CriEtE6lB8dnbIVSKY4rMCSAT6Op1lGyOoPpGXYadK 05hxCdqy9nw34rY0Uj+UPwJbpORpZCNkpKcqdmxaZNJJgHZn3XU4JK2iyPYNFupSx1yx XK3w== X-Gm-Message-State: AKaTC016pWJD4aekk/ouQXLWIp1M/ifnszeMB6lOGHDgxVFsFGjxGp1q9lUm8XJvXiJ0TycK X-Received: by 10.28.27.208 with SMTP id b199mr3528458wmb.82.1480695195220; Fri, 02 Dec 2016 08:13:15 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id f126sm3881104wme.22.2016.12.02.08.13.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 08:13:14 -0800 (PST) Date: Fri, 2 Dec 2016 16:13:11 +0000 From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Ruiyu Ni , Jordan Justen , Andrew Fish , Laszlo Ersek , Michael D Kinney , Kelly Steele , David Wei , Mang Guo , Ard Biesheuvel Message-ID: <20161202161311.GC27069@bivouac.eciton.net> References: <20161201155326.21716-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: <20161201155326.21716-1-leif.lindholm@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 02 Dec 2016 16:13:17 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Dec 01, 2016 at 03:53:19PM +0000, 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): I have now pushed: > OvmfPkg: Remove use of IntelFrameworkModulePkg legacy libs > QuarkSocPkg: Remove use of IntelFrameworkModulePkg legacy libs > DuetPkg: Remove use of IntelFrameworkModulePkg legacy libs > EmulatorPkg: Remove use of IntelFrameworkModulePkg legacy libs Which have Reviewed-by: (thank you all for those). The following remain without feedback (and Ard will be back next week, so expect at least two of those can be resolved then): > BeagleBoardPkg: Remove use of IntelFrameworkModulePkg legacy libs > EmbeddedPkg: Remove use of IntelFrameworkModulePkg legacy libs > Vlv2TbltDevicePkg: Remove use of IntelFrameworkModulePkg legacy libs Regards, Leif > 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 >