devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org,
	John Rigby <john.rigby-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org,
	wd-ynQEQJNshbs@public.gmane.org,
	vanbaren-He//nVnquyzQT0dZR+AlfA@public.gmane.org
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Subject: [PATCH 0/6] ARM device tree support improvements
Date: Mon, 28 Mar 2011 13:58:25 -0600	[thread overview]
Message-ID: <20110328195231.10235.36716.stgit@ponder> (raw)

Hi Jerry & Wolfgang,

The following series fixes a bug in the device tree code and
eliminates the CONFIG_OF_LIBFDT dependency on CONFIG_SYS_BOOTMAPSZ.
It also adds parsing of the reserved mem regions so that U-Boot
doesn't decide to use a regions set aside for another purpose.

Finally, the last patch adds CONFIG_OF_LIBFDT to a bunch of boards.
I'm not expecting the last patch to be picked up in mainline (yet),
but it will be picked up into the Linaro tree for the 11.05 release.

John, this same series applies cleanly on the linaro-stable u-boot
tree.  Can you pick them up please?  Or would you prefer me to send
you a pull request?

g.

---

Grant Likely (6):
      Stop passing around bootmem_base value.
      Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
      Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
      Fix off-by-one error in passing initrd end address via device tree
      Respect memreserve regions specified in the device tree
      Add CONFIG_OF_LIBFDT to more boards.


 README                          |   16 ++++++++-
 arch/arm/lib/bootm.c            |    5 ++-
 arch/m68k/lib/bootm.c           |    7 +---
 arch/powerpc/lib/bootm.c        |   19 +++++-----
 common/cmd_bootm.c              |    7 ++--
 common/fdt_support.c            |    2 +
 common/image.c                  |   72 +++++++++++++++++++++++++++++----------
 include/configs/ca9x4_ct_vxp.h  |    2 +
 include/configs/devkit8000.h    |    2 +
 include/configs/efikamx.h       |    2 +
 include/configs/igep0020.h      |    2 +
 include/configs/igep0030.h      |    2 +
 include/configs/mx51evk.h       |    2 +
 include/configs/mx53evk.h       |    2 +
 include/configs/omap3_beagle.h  |    7 ----
 include/configs/omap3_overo.h   |    2 +
 include/configs/omap3_pandora.h |    2 +
 include/configs/omap3_sdp3430.h |    2 +
 include/configs/omap3_zoom1.h   |    2 +
 include/configs/omap3_zoom2.h   |    2 +
 include/configs/omap4_panda.h   |    2 +
 include/configs/omap4_sdp4430.h |    2 +
 include/configs/tegra2-common.h |    1 +
 include/image.h                 |   10 +++--
 24 files changed, 122 insertions(+), 52 deletions(-)

-- 
Signature

             reply	other threads:[~2011-03-28 19:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 19:58 Grant Likely [this message]
2011-03-28 19:58 ` [PATCH 1/6] Stop passing around bootmem_base value Grant Likely
2011-03-28 19:58 ` [PATCH 2/6] Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined Grant Likely
2011-03-28 19:58 ` [PATCH 3/6] Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Grant Likely
2011-03-28 19:58 ` [PATCH 4/6] Fix off-by-one error in passing initrd end address via device tree Grant Likely
2011-03-28 19:59 ` [PATCH 5/6] Respect memreserve regions specified in the " Grant Likely
2011-03-28 19:59 ` [PATCH 6/6] Add CONFIG_OF_LIBFDT to more boards Grant Likely
2011-04-27 22:44   ` Wolfgang Denk
2011-04-28  9:22     ` Albert ARIBAUD
2011-04-28 12:51   ` Albert ARIBAUD
2011-03-29  6:46 ` [PATCH 0/6] ARM device tree support improvements Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110328195231.10235.36716.stgit@ponder \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=john.rigby-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org \
    --cc=patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org \
    --cc=vanbaren-He//nVnquyzQT0dZR+AlfA@public.gmane.org \
    --cc=wd-ynQEQJNshbs@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).