From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/7] openrisc: add device tree support
Date: Mon, 8 Sep 2014 10:53:02 +0400 [thread overview]
Message-ID: <1410159189-17328-1-git-send-email-antonynpavlov@gmail.com> (raw)
This patch series adds device tree support for openrisc generic board.
The barebox mips device tree support is used as a sample.
Changes since v1:
* rebase over latest next;
* add 'Documentation: add OpenRISC or1ksim emulator section'.
Antony Pavlov (7):
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
Documentation: add OpenRISC or1ksim emulator section
Documentation/boards/openrisc.rst | 51 +++++++++++++++++++++++++++++++++
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 +-
13 files changed, 203 insertions(+), 43 deletions(-)
create mode 100644 Documentation/boards/openrisc.rst
create mode 100644 arch/openrisc/dts/Makefile
create mode 100644 arch/openrisc/dts/or1ksim.dts
create mode 100644 arch/openrisc/lib/dtb.c
--
2.1.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-09-08 6:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-08 6:53 Antony Pavlov [this message]
2014-09-08 6:53 ` [PATCH v2 1/7] openrisc: generic board: reserve 512K for barebox Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 2/7] net: ethoc: add device tree support Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 3/7] openrisc: add initial " Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 4/7] openrisc: dts: import or1ksim.dts from linux-3.16 Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 5/7] openrisc: generic board: reduce platform code Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 6/7] openrisc: generic_defconfig: enable device tree stuff Antony Pavlov
2014-09-08 6:53 ` [PATCH v2 7/7] Documentation: add OpenRISC or1ksim emulator section Antony Pavlov
2014-09-08 7:12 ` Franck Jullien
2014-09-09 8:29 ` Sascha Hauer
2014-09-09 10:38 ` Antony Pavlov
2014-09-09 8:28 ` [PATCH v2 0/7] openrisc: add device tree support Sascha Hauer
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=1410159189-17328-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.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