mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* ppc work
@ 2011-12-14 12:43 Sascha Hauer
  2011-12-14 12:43 ` [PATCH 1/5] ppc pcm030: Fix device resource sizes Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sascha Hauer @ 2011-12-14 12:43 UTC (permalink / raw)
  To: barebox


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

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

end of thread, other threads:[~2011-12-14 16:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 12:43 ppc work Sascha Hauer
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

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