From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org,
Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
david.holsgrove@xilinx.com, agraf@suse.de, kraxel@redhat.com,
afaerber@suse.de
Subject: [Qemu-devel] [PATCH v3 0/3] DTC as submodule
Date: Mon, 4 Mar 2013 16:30:24 +1000 [thread overview]
Message-ID: <cover.1362375919.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 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
next reply other threads:[~2013-03-04 6:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 6:30 Peter Crosthwaite [this message]
2013-03-04 6:30 ` [Qemu-devel] [PATCH v3 1/3] configure: Put cross compile flags in EXTRA_CFLAGS Peter Crosthwaite
2013-03-04 6:30 ` [Qemu-devel] [PATCH v3 2/3] dtc: add submodule Peter Crosthwaite
2013-03-04 6:30 ` [Qemu-devel] [PATCH v3 3/3] configure/Make: Build libfdt from submodule DTC Peter Crosthwaite
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.1362375919.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=david.holsgrove@xilinx.com \
--cc=kraxel@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.