[U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

John Rigby john.rigby at linaro.org
Wed Oct 13 21:57:30 CEST 2010


This new v3 series attempts to address all feedback received
regarding v2.

Patch 1/7 and 2/7 (old 1/6) split in two with better
commit message to explain what exactly the fixes do.
Patch 3/7 (old 2/6) added CC to libfdt maintainer.
Patch 4/7 (old 3/6) fixed patch and better commit message and
added another CC.
Patch 5/7 (old 4/6) changed the new CONFIG_*'s to CONFIG_SYS_*'s
and documented them in README.
Patch 6/7 (old 5/6) Removed redundant ifdef, better commit message.
Patch 7/7 (old 6/6) Unchanged.

John Rigby (7):
  common/image.c fix length calculation in boot_relocate_fdt
  common/image.c remove extra calls to be32_to_cpu in boot_get_fdt
  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

 README                            |   13 ++++
 arch/arm/include/asm/config.h     |    2 +
 arch/arm/lib/bootm.c              |  137 ++++++++++++++++++++++++++++++++----
 arch/m68k/include/asm/config.h    |    3 +
 arch/microblaze/lib/bootm.c       |   14 ++---
 arch/nios2/lib/bootm.c            |    8 +--
 arch/powerpc/include/asm/config.h |    3 +
 arch/sparc/include/asm/config.h   |    1 +
 common/cmd_bootm.c                |    6 +-
 common/fdt_support.c              |   86 ++++++++++++-----------
 common/image.c                    |   16 +++--
 include/configs/omap3_beagle.h    |    9 +++
 include/fdt_support.h             |    1 +
 include/image.h                   |    9 ++-
 14 files changed, 224 insertions(+), 84 deletions(-)



More information about the U-Boot mailing list