From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 24 Apr 2019 02:52:42 -0700 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ED36F3088DBF; Wed, 24 Apr 2019 09:52:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-123.rdu2.redhat.com [10.10.120.123]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0BAD31001E71; Wed, 24 Apr 2019 09:52:37 +0000 (UTC) Subject: Re: [patch 0/7] Move BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg To: Ard Biesheuvel , Dandan Bi Cc: edk2-devel-groups-io , Julien Grall , Leif Lindholm , Jordan Justen , Andrew Fish , Liming Gao , Ray Ni , Jian J Wang , Hao Wu , Michael D Kinney , Kelly Steele , Zailiang Sun , Yi Qian References: <20190404135209.13116-1-dandan.bi@intel.com> From: "Laszlo Ersek" Message-ID: <7a9e4689-ff0c-5500-1e41-71a0b8a9842a@redhat.com> Date: Wed, 24 Apr 2019 11:52:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Wed, 24 Apr 2019 09:52:42 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/23/19 18:26, Ard Biesheuvel wrote: > On Thu, 4 Apr 2019 at 15:52, Dandan Bi wrote: >> >> We will remove IntelFrameworkModulePkg,but BaseUefiTianoCustomDecompressLib in it >> may still need to be used. So move BaseUefiTianoCustomDecompressLib from >> IntelFrameworkModulePkg to MdeModulePkg firstly. >> > > The following platforms are now broken in edk2-platforms/master since > they still refer to BaseUefiTianoCustomDecompressLib in the old > location: > > AMD Overdrive > Lemaker Cello > Raspberry Pi3 > SoftIron 1000 > D03/D05/D06 > Hikey/Hikey960 > > Could we please try not to leave edk2-platforms behind when making > changes to the core repository? Thanks. > (this is why edk2-platforms should live inside edk2...)