From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::231; helo=mail-it0-x231.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (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 E1A8D21A10994 for ; Sun, 26 Nov 2017 02:36:54 -0800 (PST) Received: by mail-it0-x231.google.com with SMTP id m11so18016980iti.1 for ; Sun, 26 Nov 2017 02:41:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QiQAekebGF/LInwhzmKrQZBqpETsXLjAWXp1EtjL68Q=; b=YcRheJWC/IQlfL+urVxAiGiC82aELXjHf2KCVzNF8ueVoCRm02aPVQeczKMfKYa23v 0eaGtZk1KTJVYGC5IQbgM4X9A7kmOQXsh/L61KP+3yZqU+qMXZtO04Ht0g8m4n+CbeOm j8677iLP7vGikJcCwJ3oVrq4gXLMXHe+Yfwno= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QiQAekebGF/LInwhzmKrQZBqpETsXLjAWXp1EtjL68Q=; b=CXofEsVGZG7rLgQY1EXqrl2tP4eY/64OqALPZ5IQoYfGgHzvDxg4fqMY71J4nayX0E rS9LXKPorPWe8dhpwki8OBdy/hJOw+ipNDktVPfvy93EH2yjGwEzvCiA5Ov9n1/qNx+R NXecYhaVCDc2py6/w7jCMdXx4qFh3EARvjXtZfT+di6x6D4zPcl6gGvKzR499n3XgE8O U+hWHTwWmhF4IIUTGEIkFut0k/xIiac2b76K01id3BM/sJEwe9l0Z4ZTbh349+MuTIYv EPFBS+rLgeF8tBnpByaIXXt8ixVMYgIlMIYJmu93jYsfgLZiYFDt5xo9LsB2CpmHus0K +rMQ== X-Gm-Message-State: AJaThX6CrotERLZh0QHBjsrQWpC0+R7oQZAt1zoP8QJZwUNoq78+IKAp ADrwxcS+y0VVKBpFmUX6KIbacqu9othyi0gqTqfE3bT74D8= X-Google-Smtp-Source: AGs4zMaZYPVynGA3IiGk3PZRsg8BVX2CPvyVh5oSvdhHnPD0hLwV308TBdKXCwXNPuXuyVy9x4E9hvDubslxFqa22rk= X-Received: by 10.36.48.4 with SMTP id q4mr23421808itq.34.1511692875050; Sun, 26 Nov 2017 02:41:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Sun, 26 Nov 2017 02:41:14 -0800 (PST) In-Reply-To: <20171125132837.mbpwfykf4of7q3cy@bivouac.eciton.net> References: <20171120113714.21856-1-ard.biesheuvel@linaro.org> <20171125132837.mbpwfykf4of7q3cy@bivouac.eciton.net> From: Ard Biesheuvel Date: Sun, 26 Nov 2017 10:41:14 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms 0/4] Platform/ARM: import BdsLib and FdtPlatformDxe X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 10:36:55 -0000 Content-Type: text/plain; charset="UTF-8" On 25 November 2017 at 13:28, Leif Lindholm wrote: > On Mon, Nov 20, 2017 at 11:37:10AM +0000, Ard Biesheuvel wrote: >> The only remnant of the deprecated ARM BDS in EDK2 is its BdsLib, which is >> depended upon by FdtPlatformDxe in EmbeddedPkg, which itself is something >> we'd prefer to get rid of. Since only TC2 and Juno actually use this driver, >> let's move both FdtPlatformDxe and BdsLib under Platform/ARM, so that we can >> remove it from the main EDK2 repository. > > I see no issue with this series as such (and agree with its intent). > However, on the EDK2 side, we still have some users of BdsLib in the > EmbeddedPkg Android loaders. > > (I have sent out a trivial series to get rid of these, but this move > should be ordered against that set.) > > Once that's in, for the series: > Reviewed-by: Leif Lindholm > Thanks. Pushed as 4591a21d5a8e..9bf000f2bd38