All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v01 0/3] arm: introduce basic DRA7 platform support
@ 2014-06-26 11:15 Andrii Tseglytskyi
  2014-06-26 11:15 ` [PATCH v01 1/3] xen:dt: add match for non-available nodes Andrii Tseglytskyi
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andrii Tseglytskyi @ 2014-06-26 11:15 UTC (permalink / raw)
  To: xen-devel

The following patch series adds basic support needed for DRA7
evm board.

Andrii Anisov (1):
  xen:dt: add match for non-available nodes

Andrii Tseglytskyi (2):
  xen/arm: add platform specific definitions for DRA7 evm board
  xen/arm: dra7: Add UART base address for early logging

 xen/arch/arm/Rules.mk                  |    5 +
 xen/arch/arm/platforms/Makefile        |    1 +
 xen/arch/arm/platforms/dra7xx.c        |  158 +++++++++++++++++++++++++++++++
 xen/common/device_tree.c               |    6 +-
 xen/include/asm-arm/platforms/dra7xx.h |  163 ++++++++++++++++++++++++++++++++
 xen/include/xen/device_tree.h          |    2 +
 6 files changed, 334 insertions(+), 1 deletion(-)
 create mode 100644 xen/arch/arm/platforms/dra7xx.c
 create mode 100644 xen/include/asm-arm/platforms/dra7xx.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-30 10:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 11:15 [PATCH v01 0/3] arm: introduce basic DRA7 platform support Andrii Tseglytskyi
2014-06-26 11:15 ` [PATCH v01 1/3] xen:dt: add match for non-available nodes Andrii Tseglytskyi
2014-06-26 16:29   ` Julien Grall
2014-06-30 10:11   ` Ian Campbell
2014-06-26 11:15 ` [PATCH v01 2/3] xen/arm: add platform specific definitions for DRA7 evm board Andrii Tseglytskyi
2014-06-26 16:40   ` Julien Grall
2014-06-27  8:28     ` Andrii Tseglytskyi
2014-06-27 12:17   ` Ian Campbell
2014-06-27 14:27     ` Julien Grall
2014-06-27 14:47       ` Ian Campbell
2014-06-27 17:50         ` Julien Grall
2014-06-30 10:08           ` Ian Campbell
2014-06-27 15:31     ` Andrii Tseglytskyi
2014-06-26 11:15 ` [PATCH v01 3/3] xen/arm: dra7: Add UART base address for early logging Andrii Tseglytskyi
2014-06-26 16:41   ` Julien Grall
2014-06-27 12:19   ` Ian Campbell
2014-06-26 16:46 ` [PATCH v01 0/3] arm: introduce basic DRA7 platform support Julien Grall

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.