qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org,
	Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	dantesu@faraday-tech.com, edgar.iglesias@gmail.com
Subject: [Qemu-devel] [PATCH v4 0/3]  DTC as submodule
Date: Thu,  4 Apr 2013 10:41:45 +1000	[thread overview]
Message-ID: <cover.1365036050.git.peter.crosthwaite@xilinx.com> (raw)

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

             reply	other threads:[~2013-04-04  0:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04  0:41 Peter Crosthwaite [this message]
2013-04-04  0:44 ` [Qemu-devel] [PATCH v4 1/3] configure: Put cross compile flags in EXTRA_CFLAGS Peter Crosthwaite
2013-04-04  0:44 ` [Qemu-devel] [PATCH v4 2/3] dtc: add submodule Peter Crosthwaite
2013-04-04  0:44 ` [Qemu-devel] [PATCH v4 3/3] configure/Make: Build libfdt from submodule DTC Peter Crosthwaite
2013-04-09 17:20 ` [Qemu-devel] [PATCH v4 0/3] DTC as submodule Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1365036050.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=dantesu@faraday-tech.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).