public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/3] Add device tree support for ARM to U-Boot
@ 2010-08-05 22:14 John Rigby
  2010-08-05 22:14 ` [U-Boot] [RFC 1/3] FDT: Add fixup support of multiple banks of memory John Rigby
                   ` (8 more replies)
  0 siblings, 9 replies; 40+ messages in thread
From: John Rigby @ 2010-08-05 22:14 UTC (permalink / raw)
  To: u-boot

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] 40+ messages in thread

end of thread, other threads:[~2010-10-27 10:50 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 22:14 [U-Boot] [RFC PATCH 0/3] Add device tree support for ARM to U-Boot John Rigby
2010-08-05 22:14 ` [U-Boot] [RFC 1/3] FDT: Add fixup support of multiple banks of memory John Rigby
2010-08-05 23:26   ` Kumar Gala
2010-08-05 23:36     ` John Rigby
2010-08-10 19:39       ` Grant Likely
2010-08-10 20:17         ` Dan Malek
2010-08-10 20:26           ` Grant Likely
2010-08-10 21:17             ` Dan Malek
2010-08-10 21:03         ` John Rigby
2010-08-10 21:09           ` Grant Likely
2010-08-10 22:22         ` Scott Wood
2010-09-28  9:56     ` [U-Boot] [RFC] [PATCH 0/4] Add support for Freescale's 85xx and P1/P2xxx eSPI controller Can Aydin
2010-09-28 11:02       ` Reinhard Meyer
2010-09-28 11:49         ` Can Aydin
2010-09-28 12:27           ` Can Aydin
2010-09-28 12:46           ` Wolfgang Denk
2010-09-28 13:22             ` Reinhard Meyer
2010-09-28 23:37               ` Can Aydin
2010-09-28 23:50             ` Can Aydin
2010-10-13 10:25       ` Xie Shaohui-B21989
2010-10-27 10:50         ` Can Aydin
2010-08-05 22:14 ` [U-Boot] [RFC 2/3] ARM: WIP: add flat device tree support John Rigby
2010-08-05 22:31   ` Wolfgang Denk
2010-08-05 23:07     ` John Rigby
2010-08-10 19:44   ` Grant Likely
2010-08-10 19:46     ` Grant Likely
2010-08-10 20:23     ` Albert ARIBAUD
2010-08-10 20:48       ` John Rigby
2010-08-10 21:01         ` Wolfgang Denk
2010-08-05 22:14 ` [U-Boot] [RFC 3/3] ARM: add config for beagle with fdt enabled John Rigby
2010-08-05 22:35   ` Wolfgang Denk
2010-08-05 23:04     ` John Rigby
2010-09-01 16:53 ` [U-Boot] [PATCH 0/5] Device tree support for ARM John Rigby
2010-09-01 16:53 ` [U-Boot] [PATCH 1/5] FDT: Add fixup support for multiple banks of memory John Rigby
2010-09-01 16:53 ` [U-Boot] [PATCH 2/5] FDT: only call boot_get_fdt from generic code John Rigby
2010-09-01 16:53 ` [U-Boot] [PATCH 3/5] boot: change some arch ifdefs to feature ifdefs John Rigby
2010-09-01 16:53 ` [U-Boot] [PATCH 4/5] ARM: add flat device tree support John Rigby
2010-10-06 15:26   ` Rob Herring
2010-09-01 16:53 ` [U-Boot] [PATCH 5/5] ARM: enable device tree for beagle John Rigby
2010-09-01 16:59   ` John Rigby

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