[U-Boot] Pull request: u-boot-fdt

Gerald Van Baren vanbaren at cideas.com
Tue Apr 26 04:41:47 CEST 2011


Dear Wolfgang,

The following pull request is for Grant Likely's changes "[PATCH 0/6] 
ARM device tree support improvements".  I had to make two minor fixes, a 
missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6]
   s/getenv_bootm_base/getenv_bootm_low/

Note that I did *not* include patch [6 of 6] "Add CONFIG_OF_LIBFDT to 
more boards" since that is an ARM patch and should be applied by the 
various ARM custodians.

The following changes since commit a01ebd9679f07421ec5abfda5dc0ab76c7202d3b:
   Heiko Schocher (1):
         mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.

are available in the git repository at:

   git://git.denx.de/u-boot-fdt.git master

Grant Likely (5):
       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

  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/omap3_beagle.h |    7 ----
  include/image.h                |   10 +++---
  9 files changed, 93 insertions(+), 52 deletions(-)

Best regards,
gvb


More information about the U-Boot mailing list