Re: [U-Boot] [PATCH v2 0/6] Add ARM flat device tree support

2010-10-07 Thread Wolfgang Denk
Dear John Rigby,

In message  you 
wrote:
> There have been no NACK's to this and one Tested-by, so can this
> series go into 2010.12?

Sure. Sorry, I'm late with ARM related stuff, but your patches are on
my list.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"No one talks peace unless he's ready to back it up with war."
"He talks of peace if it is the only way to live."
-- Colonel Green and Surak of Vulcan, "The Savage Curtain",
   stardate 5906.5.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 0/6] Add ARM flat device tree support

2010-10-07 Thread John Rigby
On Thu, Oct 7, 2010 at 10:11 AM, John Rigby  wrote:
> There have been no NACK's to this and one Tested-by, so can this
> series go into 2010.12?
>
> Thanks,
> John
>

Apologies in advance for the top post.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 0/6] Add ARM flat device tree support

2010-10-07 Thread John Rigby
There have been no NACK's to this and one Tested-by, so can this
series go into 2010.12?

Thanks,
John

On Wed, Sep 29, 2010 at 9:48 AM, John Rigby  wrote:
> This is the third submission of this patch series.  The first
> was an RFC and I received lots of comments that I addressed
> in the second for which I got no feedback.
>
> This version fixes some issues I found in testing on a hacked
> Beagle kernel with enough device tree functionality to verify
> that u-boot is able to pass a device tree.
>
> Patch summary:
>  1-4 are fixes/clean up to existing code
>  3 needs testing on nios and microblaze
>  5 actually adds the ARM FDT support
>  6 enables FDT support for omap3_beagle
>
> John Rigby (6):
>  fdt_relocate: fix fdt size and endian bugs
>  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              |  137 
>  arch/m68k/include/asm/config.h    |    3 +
>  arch/microblaze/lib/bootm.c       |   12 +---
>  arch/nios2/lib/bootm.c            |    8 +--
>  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                    |   18 +++--
>  include/configs/omap3_beagle.h    |    9 +++
>  include/fdt_support.h             |    1 +
>  include/image.h                   |    9 ++-
>  13 files changed, 210 insertions(+), 83 deletions(-)
>
>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 0/6] Add ARM flat device tree support

2010-09-29 Thread John Rigby
This is the third submission of this patch series.  The first
was an RFC and I received lots of comments that I addressed
in the second for which I got no feedback.

This version fixes some issues I found in testing on a hacked
Beagle kernel with enough device tree functionality to verify
that u-boot is able to pass a device tree.

Patch summary:
 1-4 are fixes/clean up to existing code
 3 needs testing on nios and microblaze
 5 actually adds the ARM FDT support 
 6 enables FDT support for omap3_beagle
 
John Rigby (6):
  fdt_relocate: fix fdt size and endian bugs
  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  |  137 
 arch/m68k/include/asm/config.h|3 +
 arch/microblaze/lib/bootm.c   |   12 +---
 arch/nios2/lib/bootm.c|8 +--
 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|   18 +++--
 include/configs/omap3_beagle.h|9 +++
 include/fdt_support.h |1 +
 include/image.h   |9 ++-
 13 files changed, 210 insertions(+), 83 deletions(-)

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot