From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: ppc work
Date: Wed, 14 Dec 2011 13:43:02 +0100 [thread overview]
Message-ID: <1323866587-2385-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following switches ppc from the old ft_build oftree implementation
to the new libfdt based implementation. Also some pcm030 fixups included
which broke during the switch to resources.
Sascha Hauer (5):
ppc pcm030: Fix device resource sizes
pcm030: update defconfig
ppc pcm030: Move memory registration to mem_initcall
ppc: switch to libfdt based oftree implementation
remove old ft_build support
arch/ppc/boards/pcm030/pcm030.c | 31 +-
arch/ppc/configs/pcm030_defconfig | 27 ++-
arch/ppc/lib/ppclinux.c | 231 +--------------
arch/ppc/mach-mpc5xxx/cpu.c | 42 ++--
commands/bootm.c | 5 +
common/Kconfig | 4 -
common/Makefile | 1 -
common/ft_build.c | 620 -------------------------------------
include/boot.h | 2 +-
include/ft_build.h | 69 ----
10 files changed, 67 insertions(+), 965 deletions(-)
delete mode 100644 common/ft_build.c
delete mode 100644 include/ft_build.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-12-14 12:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-14 12:43 Sascha Hauer [this message]
2011-12-14 12:43 ` [PATCH 1/5] ppc pcm030: Fix device resource sizes Sascha Hauer
2011-12-14 12:43 ` [PATCH 2/5] pcm030: update defconfig Sascha Hauer
2011-12-14 12:43 ` [PATCH 3/5] ppc pcm030: Move memory registration to mem_initcall Sascha Hauer
2011-12-14 12:43 ` [PATCH 4/5] ppc: switch to libfdt based oftree implementation Sascha Hauer
2011-12-14 15:10 ` Jean-Christophe PLAGNIOL-VILLARD
2011-12-14 16:33 ` Sascha Hauer
2011-12-14 12:43 ` [PATCH 5/5] remove old ft_build 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=1323866587-2385-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@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