mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] openrisc: add device tree support
@ 2014-08-06 21:42 Antony Pavlov
  2014-08-06 21:42 ` [PATCH 1/6] openrisc: generic board: reserve 512K for barebox Antony Pavlov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Antony Pavlov @ 2014-08-06 21:42 UTC (permalink / raw)
  To: barebox

This patch series adds device tree support for openrisc generic board.
The barebox mips device tree support is used as a sample.

Antony Pavlov (6):
  openrisc: generic board: reserve 512K for barebox
  net: ethoc: add device tree support
  openrisc: add initial device tree support
  openrisc: dts: import or1ksim.dts from linux-3.16
  openrisc: generic board: reduce platform code
  openrisc: generic_defconfig: enable device tree stuff

 arch/openrisc/Kconfig                   |  9 ++++++
 arch/openrisc/Makefile                  |  7 +++++
 arch/openrisc/boards/generic/config.h   |  9 ++----
 arch/openrisc/boards/generic/generic.c  | 24 ++--------------
 arch/openrisc/configs/generic_defconfig | 35 +++++++++++++---------
 arch/openrisc/cpu/barebox.lds.S         |  2 ++
 arch/openrisc/dts/Makefile              |  5 ++++
 arch/openrisc/dts/or1ksim.dts           | 51 +++++++++++++++++++++++++++++++++
 arch/openrisc/lib/Makefile              |  1 +
 arch/openrisc/lib/dtb.c                 | 44 ++++++++++++++++++++++++++++
 drivers/net/ethoc.c                     |  6 ++++
 drivers/of/Kconfig                      |  2 +-
 12 files changed, 152 insertions(+), 43 deletions(-)
 create mode 100644 arch/openrisc/dts/Makefile
 create mode 100644 arch/openrisc/dts/or1ksim.dts
 create mode 100644 arch/openrisc/lib/dtb.c

-- 
2.0.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-08-06 21:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 21:42 [PATCH 0/6] openrisc: add device tree support Antony Pavlov
2014-08-06 21:42 ` [PATCH 1/6] openrisc: generic board: reserve 512K for barebox Antony Pavlov
2014-08-06 21:42 ` [PATCH 2/6] net: ethoc: add device tree support Antony Pavlov
2014-08-06 21:42 ` [PATCH 3/6] openrisc: add initial " Antony Pavlov
2014-08-06 21:42 ` [PATCH 4/6] openrisc: dts: import or1ksim.dts from linux-3.16 Antony Pavlov
2014-08-06 21:42 ` [PATCH 5/6] openrisc: generic board: reduce platform code Antony Pavlov
2014-08-06 21:42 ` [PATCH 6/6] openrisc: generic_defconfig: enable device tree stuff Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox