From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USnRx-0007HL-Lf for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USnRw-0000zo-6I for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:56:25 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:49060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USnRw-0000ze-01 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 07:56:24 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so1243667eae.16 for ; Thu, 18 Apr 2013 04:56:23 -0700 (PDT) Date: Thu, 18 Apr 2013 13:56:17 +0200 From: "Edgar E. Iglesias" Message-ID: <20130418115617.GI4915@smtp.vpn> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v5 0/3] DTC as submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Thu, Apr 18, 2013 at 02:45:35PM +1000, peter.crosthwaite@xilinx.com wrote: > From: Peter Crosthwaite > > These two patches add and use dtc as a submodule as per the RFC: > > http://lists.gnu.org/archive/html/qemu-devel/2013-01/msg05000.html > > There is a remaining action item to mandate libfdt for arm/microblaze and PPC > which is left as follow up work for after review of this series. > > Also fixed the configure to properly build pixman when cross compiling. Applied, thanks Peter. > > changed since v4: > Use error_exit in configure > changed since v3: > Rebase against recent configure devls. > changed since v2: > Fixed P1 implementation (PMM review) > Fixed CC/AR/LD quoting issue P3 (PMM review) > Addressed PMM review > changed since v1: > Fixed cross compilation of submodules (new P1) > Fixed passing of ARFLAGS to dtc submake > > > Peter Crosthwaite (3): > configure: Put cross compile flags in EXTRA_CFLAGS > dtc: add submodule > configure/Make: Build libfdt from submodule DTC > > .gitmodules | 3 +++ > Makefile | 10 ++++++++++ > configure | 46 +++++++++++++++++++++++++++++++++++----------- > dtc | 1 + > 4 files changed, 49 insertions(+), 11 deletions(-) > create mode 160000 dtc >