From: David Gibson <david@gibson.dropbear.id.au>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: [1/4] Merge dtc and libfdt upstream source
Date: Thu, 8 Nov 2007 14:38:56 +1100 [thread overview]
Message-ID: <20071108033856.GB11695@localhost.localdomain> (raw)
In-Reply-To: <20071108033241.GA11695@localhost.localdomain>
This very large patch incorporates a copy of dtc (including libfdt)
into the kernel source, in arch/powerpc/boot/dtc-src. This patch only
imports the upstream sources verbatim, later patches are needed to
actually link it into the kernel Makefiles and use the embedded code
during the kernel build.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
arch/powerpc/boot/dtc-src/Makefile.dtc | 25
arch/powerpc/boot/dtc-src/checks.c | 460 ++++
arch/powerpc/boot/dtc-src/data.c | 351 +++
arch/powerpc/boot/dtc-src/dtc-lexer.l | 341 +++
arch/powerpc/boot/dtc-src/dtc-lexer.lex.c_shipped | 2184 +++++++++++++++++++++
arch/powerpc/boot/dtc-src/dtc-parser.tab.c_shipped | 1925 ++++++++++++++++++
arch/powerpc/boot/dtc-src/dtc-parser.tab.h_shipped | 110 +
arch/powerpc/boot/dtc-src/dtc-parser.y | 304 ++
arch/powerpc/boot/dtc-src/dtc.c | 240 ++
arch/powerpc/boot/dtc-src/dtc.h | 253 ++
arch/powerpc/boot/dtc-src/flattree.c | 959 +++++++++
arch/powerpc/boot/dtc-src/fstree.c | 94
arch/powerpc/boot/dtc-src/libfdt/Makefile.libfdt | 14
arch/powerpc/boot/dtc-src/libfdt/fdt.c | 156 +
arch/powerpc/boot/dtc-src/libfdt/fdt.h | 60
arch/powerpc/boot/dtc-src/libfdt/fdt_ro.c | 562 +++++
arch/powerpc/boot/dtc-src/libfdt/fdt_rw.c | 447 ++++
arch/powerpc/boot/dtc-src/libfdt/fdt_strerror.c | 96
arch/powerpc/boot/dtc-src/libfdt/fdt_sw.c | 258 ++
arch/powerpc/boot/dtc-src/libfdt/fdt_wip.c | 144 +
arch/powerpc/boot/dtc-src/libfdt/libfdt.h | 593 +++++
arch/powerpc/boot/dtc-src/libfdt/libfdt_internal.h | 89
arch/powerpc/boot/dtc-src/livetree.c | 350 +++
arch/powerpc/boot/dtc-src/srcpos.c | 105 +
arch/powerpc/boot/dtc-src/srcpos.h | 75
arch/powerpc/boot/dtc-src/treesource.c | 236 ++
arch/powerpc/boot/dtc-src/version_gen.h | 1
27 files changed, 10432 insertions(+)
Much too big for the list. Full patch at
http://ozlabs.org/~dgibson/home/merge-dtc.patch
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
prev parent reply other threads:[~2007-11-08 3:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 3:32 [0/4] Embed dtc and libfdt in the kernel David Gibson
2007-11-08 3:36 ` [PATCH 2/4] Use embedded dtc in kernel builds David Gibson
2007-11-08 3:36 ` [PATCH 4/4] Kill flatdevtree.c David Gibson
2007-11-08 14:27 ` Jon Loeliger
2007-11-08 3:36 ` [PATCH 3/4] Use embedded libfdt in the bootwrapper David Gibson
2007-11-08 16:08 ` Scott Wood
2007-11-08 22:40 ` David Gibson
2007-11-08 22:50 ` Scott Wood
2007-11-08 23:29 ` David Gibson
2007-11-09 0:52 ` Jerry Van Baren
2007-11-09 15:59 ` Scott Wood
2007-11-10 1:14 ` Jerry Van Baren
2007-11-08 3:38 ` David Gibson [this message]
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=20071108033856.GB11695@localhost.localdomain \
--to=david@gibson.dropbear.id.au \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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