From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCOw1-00049N-1a for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCOvx-0004bl-4G for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:31:40 -0500 Received: from mail-da0-f44.google.com ([209.85.210.44]:40692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCOvw-0004bh-UP for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:31:37 -0500 Received: by mail-da0-f44.google.com with SMTP id z20so2398526dae.3 for ; Sun, 03 Mar 2013 22:31:36 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Mon, 4 Mar 2013 16:30:24 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v3 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 , david.holsgrove@xilinx.com, agraf@suse.de, kraxel@redhat.com, afaerber@suse.de 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 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 | 44 ++++++++++++++++++++++++++++++++++---------- dtc | 1 + 4 files changed, 48 insertions(+), 10 deletions(-) create mode 160000 dtc