ppc work
Sascha Hauer
s.hauer at pengutronix.de
Wed Dec 14 07:43:02 EST 2011
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
More information about the barebox
mailing list