From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNYFo-0006Hs-Fy for qemu-devel@nongnu.org; Wed, 03 Apr 2013 20:42:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNYFn-0003G3-AS for qemu-devel@nongnu.org; Wed, 03 Apr 2013 20:42:12 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:49334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNYFn-0003Fl-4H for qemu-devel@nongnu.org; Wed, 03 Apr 2013 20:42:11 -0400 Received: by mail-pd0-f179.google.com with SMTP id x11so1126178pdj.38 for ; Wed, 03 Apr 2013 17:42:10 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Thu, 4 Apr 2013 10:41:45 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v4 0/3] DTC as submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Peter Crosthwaite , dantesu@faraday-tech.com, edgar.iglesias@gmail.com 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. 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 | 47 ++++++++++++++++++++++++++++++++++++----------- dtc | 1 + 4 files changed, 50 insertions(+), 11 deletions(-) create mode 160000 dtc