[U-Boot] [PATCH 0/5] Device tree support for ARM
John Rigby
john.rigby at linaro.org
Wed Sep 1 18:53:02 CEST 2010
Here is a new version of patches for adding device tree support for ARM.
I have tried to address all comments made to the previous RFC patch series.
John Rigby (5):
FDT: Add fixup support for multiple banks of memory
FDT: only call boot_get_fdt from generic code
boot: change some arch ifdefs to feature ifdefs
ARM: add flat device tree support
ARM: enable device tree for beagle
arch/arm/include/asm/config.h | 2 +
arch/arm/lib/bootm.c | 138 ++++++++++++++++++++++++++++++++----
arch/m68k/include/asm/config.h | 3 +
arch/microblaze/lib/bootm.c | 12 +---
arch/nios2/lib/bootm.c | 10 +--
arch/powerpc/include/asm/config.h | 3 +
arch/sparc/include/asm/config.h | 1 +
common/cmd_bootm.c | 4 +-
common/fdt_support.c | 86 ++++++++++++-----------
common/image.c | 12 ++-
include/configs/omap3_beagle.h | 10 ++-
include/fdt_support.h | 1 +
include/image.h | 9 ++-
13 files changed, 207 insertions(+), 84 deletions(-)
More information about the U-Boot
mailing list