Devicetree
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] *** Add device tree support for ARM to U-Boot ***
@ 2010-07-28 21:59 John Rigby
       [not found] ` <1280354395-9128-1-git-send-email-john.rigby-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John Rigby @ 2010-07-28 21:59 UTC (permalink / raw)
  To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

These patches add device tree support to the bootm command in u-boot
for the ARM.  I'm sending the patches to this list first for comments
before sending it to the wider audience on the u-boot list.

The only testing so far has shown that this patch does not break non-dt
booting.  I don't have a dt enabled beagle kernel so I have not tried that
yet.

John Rigby (3):
  FDT: Add fixup support of multiple banks of memory
  ARM: WIP: add flat device tree support
  ARM: add config for beagle with fdt enabled

 MAKEALL                           |    1 +
 arch/arm/include/asm/config.h     |    1 +
 arch/arm/lib/bootm.c              |  128 ++++++++++++++-
 boards.cfg                        |    1 +
 common/cmd_bootm.c                |    5 +-
 common/fdt_support.c              |   86 +++++-----
 common/image.c                    |    7 +-
 include/configs/omap3_beagle_dt.h |  344 +++++++++++++++++++++++++++++++++++++
 include/fdt_support.h             |    1 +
 include/image.h                   |    2 +-
 10 files changed, 531 insertions(+), 45 deletions(-)
 create mode 100644 include/configs/omap3_beagle_dt.h

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

end of thread, other threads:[~2010-07-28 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 21:59 [RFC PATCH 0/3] *** Add device tree support for ARM to U-Boot *** John Rigby
     [not found] ` <1280354395-9128-1-git-send-email-john.rigby-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2010-07-28 21:59   ` [RFC PATCH 1/3] FDT: Add fixup support of multiple banks of memory John Rigby
2010-07-28 21:59   ` [RFC PATCH 2/3] ARM: WIP: add flat device tree support John Rigby
2010-07-28 21:59   ` [RFC PATCH 3/3] ARM: add config for beagle with fdt enabled John Rigby

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