All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3]  DTC as submodule
@ 2013-03-04  6:30 Peter Crosthwaite
  2013-03-04  6:30 ` [Qemu-devel] [PATCH v3 1/3] configure: Put cross compile flags in EXTRA_CFLAGS Peter Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Crosthwaite @ 2013-03-04  6:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, Peter Crosthwaite, david.holsgrove, agraf, kraxel,
	afaerber

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-04  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04  6:30 [Qemu-devel] [PATCH v3 0/3] DTC as submodule Peter Crosthwaite
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

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.