From: Jan Luebbe <jlu@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] Device Tree Overlay Support
Date: Wed, 4 Mar 2015 10:29:28 +0100 [thread overview]
Message-ID: <1425461372-31740-1-git-send-email-jlu@pengutronix.de> (raw)
This adds support for device tree overlays as supported by Linux 4.0-rc1.
Patches 2-4 update the included DTC with overlay support.
Jan Luebbe (4):
drivers: of: implement overlay support
scripts/dtc: import update-dtc-source.sh from kernel v4.0-rc1
scripts/dtc: Update to upstream version 1.4.1
scripts/dtc: Update to upstream version 1.4.1 with overlay support
Documentation/user/devicetree.rst | 101 +-
arch/sandbox/dts/Makefile | 5 +-
arch/sandbox/dts/sandbox-overlay.dtso | 26 +
arch/sandbox/dts/sandbox.dts | 6 +
commands/oftree.c | 65 +-
drivers/of/Kconfig | 6 +
drivers/of/Makefile | 1 +
drivers/of/overlay.c | 234 ++++
drivers/of/resolver.c | 346 +++++
include/of.h | 71 +
scripts/Makefile.lib | 5 +-
scripts/dtc/checks.c | 137 +-
scripts/dtc/data.c | 12 +-
scripts/dtc/dtc-lexer.l | 72 +-
scripts/dtc/dtc-lexer.lex.c_shipped | 701 +++++-----
scripts/dtc/dtc-parser.tab.c_shipped | 2411 ++++++++++++++++-----------------
scripts/dtc/dtc-parser.tab.h_shipped | 110 +-
scripts/dtc/dtc-parser.y | 169 +--
scripts/dtc/dtc.c | 136 +-
scripts/dtc/dtc.h | 59 +-
scripts/dtc/fdt.c | 30 +-
scripts/dtc/fdt.h | 93 +-
scripts/dtc/fdt_addresses.c | 96 ++
scripts/dtc/fdt_ro.c | 7 +-
scripts/dtc/fdt_rw.c | 10 +-
scripts/dtc/fdt_sw.c | 36 +-
scripts/dtc/fdt_wip.c | 2 +-
scripts/dtc/fdtdump.c | 135 +-
scripts/dtc/fdtget.c | 60 +-
scripts/dtc/fdtput.c | 225 ++-
scripts/dtc/flattree.c | 206 ++-
scripts/dtc/fstree.c | 16 +-
scripts/dtc/libfdt.h | 133 +-
scripts/dtc/libfdt/Makefile.libfdt | 10 -
scripts/dtc/libfdt_env.h | 104 +-
scripts/dtc/libfdt_internal.h | 6 +-
scripts/dtc/livetree.c | 4 +-
scripts/dtc/srcpos.c | 49 +-
scripts/dtc/srcpos.h | 15 +-
scripts/dtc/treesource.c | 14 +-
scripts/dtc/update-dtc-source.sh | 61 +
scripts/dtc/util.c | 153 ++-
scripts/dtc/util.h | 111 +-
scripts/dtc/version_gen.h | 2 +-
44 files changed, 4104 insertions(+), 2147 deletions(-)
create mode 100644 arch/sandbox/dts/sandbox-overlay.dtso
create mode 100644 drivers/of/overlay.c
create mode 100644 drivers/of/resolver.c
create mode 100644 scripts/dtc/fdt_addresses.c
delete mode 100644 scripts/dtc/libfdt/Makefile.libfdt
create mode 100755 scripts/dtc/update-dtc-source.sh
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-03-04 9:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 9:29 Jan Luebbe [this message]
2015-03-04 9:29 ` [PATCH 1/4] drivers: of: implement overlay support Jan Luebbe
2015-03-04 9:29 ` [PATCH 2/4] scripts/dtc: import update-dtc-source.sh from kernel v4.0-rc1 Jan Luebbe
2015-03-04 9:29 ` [PATCH 3/4] scripts/dtc: Update to upstream version 1.4.1 Jan Luebbe
2015-03-04 9:29 ` [PATCH 4/4] scripts/dtc: Update to upstream version 1.4.1 with overlay support Jan Luebbe
2015-03-04 9:39 ` [PATCH 0/4] Device Tree Overlay Support Jan Lübbe
2015-03-05 7:59 ` 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=1425461372-31740-1-git-send-email-jlu@pengutronix.de \
--to=jlu@pengutronix.de \
--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