public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-fdt
@ 2009-09-25 10:22 Jerry Van Baren
  2009-09-30 21:17 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2009-09-25 10:22 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull u-boot-fdt.  This only has Ken's fdt command parser fixes 
(thanks, Ken, it works a lot better now).

FWIIW, I checked the dtc project and did not see any libfdt updates or 
improvements.

The following changes since commit 3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e:
   Heiko Schocher (1):
         mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected

are available in the git repository at:

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

Ken MacLeod (1):
       cmd_fdt.c: fix parse of byte streams and strings

  common/cmd_fdt.c |   23 +++++++++++++++--------
  1 files changed, 15 insertions(+), 8 deletions(-)

Thanks,
gvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2013-05-10 23:21 Jerry Van Baren
  2013-05-11 16:18 ` Tom Rini
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2013-05-10 23:21 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 2988eac70ead3720f9ec85a239cd06b2f7246683:

   Merge branch 'patman' of git://git.denx.de/u-boot-x86 (2013-05-10 
08:16:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to bbd0f7e3ba66d288a2f146f1c7797801e04598ae:

   Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h (2013-05-10 
19:04:50 -0400)

Per my email and consensus, I have *not* included Simon's patch
   libfdt: Add fdt_next_subnode() to permit easy subnode iteration
which Tom has or will apply as part of Simon's full sandbox patchset.

Thanks,
gvb

----------------------------------------------------------------
Fran?ois Revol (1):
       Fix typo

Gerald Van Baren (1):
       Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h

Justin Sobota (1):
       Added license header to dtc/libfdt/fdt.h and libfdt_env.h

Simon Glass (1):
       Export fdt_stringlist_contains()

  include/fdt.h        |   53 
++++++++++++++++++++++++++++++++++++++++++++++++--
  include/libfdt.h     |   16 ++++++++++++++-
  include/libfdt_env.h |    3 +++
  lib/libfdt/fdt_ro.c  |    5 ++---
  4 files changed, 71 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2012-11-20  1:53 Jerry Van Baren
  2012-11-27 16:45 ` Tom Rini
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2012-11-20  1:53 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Please pull u-boot-fdt.  These are the patches submitted by Simon Glass
and his compatriots prior to the v2013.01 merge window closing and are
thus eligible for inclusion in the v2013.01 release.

Thanks,
gvb

The following changes since commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
(2012-11-09 08:47:25 -0700)

are available in the git repository at:

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

for you to fetch changes up to 008784765ab7f37fb355d5f7fb180661b94c42ab:

  fdt: Remove fdtdec_find_alias_node() function (2012-11-12 23:15:25 -0500)

----------------------------------------------------------------
Abhilash Kesavan (2):
      fdt: Add function to get config int from device tree
      fdt: Add function for decoding multiple gpios globally available

Che-Liang Chiou (2):
      fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property
      fdt: Load boot command from device tree

Doug Anderson (1):
      fdt: Allow device tree to specify secure booting

Gabe Black (3):
      fdt: Add function to read boolean property
      fdt: Tell the FDT library where the device tree is
      fdt: Add option to default to most compatible conf in a fit image

Gerald Van Baren (1):
      fdt: Export fdtdec_lookup() and fix the name

Sean Paul (1):
      fdt: Add polarity-aware gpio functions to fdtdec

Simon Glass (4):
      fdt: Add function to get a config string from device tree
      fdt: Add fdtdec_decode_region() to decode memory region
      fdt: Set kernaddr if fdt indicates a kernel is present
      fdt: Remove fdtdec_find_alias_node() function

 README             |   11 +++++
 common/cmd_bootm.c |   11 +++++
 common/image.c     |  127
++++++++++++++++++++++++++++++++++++++++++++++++++++
 common/main.c      |  102 ++++++++++++++++++++++++++++++++++++++++-
 include/fdtdec.h   |  112 +++++++++++++++++++++++++++++++++++++++++++++
 include/image.h    |    1 +
 lib/fdtdec.c       |  125
++++++++++++++++++++++++++++++++++++++++-----------
 7 files changed, 461 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2012-09-15 13:54 Jerry Van Baren
  2012-09-18 14:50 ` Tom Rini
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2012-09-15 13:54 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Please pull u-boot-fdt.  This contains the FDT null address bug fix from
Marek.

Thanks,
gvb

P.S. Tom - Resent because I sent to the list from the wrong email account.

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
09:17:27 +0200)

are available in the git repository at:


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

for you to fetch changes up to e02c9458748a59e5d80649deb5e40f96ed992bb5:

  fdt: Check if the FDT address is configured (2012-09-15 09:16:08 -0400)

----------------------------------------------------------------
Marek Vasut (1):
      fdt: Check if the FDT address is configured

 common/cmd_fdt.c |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2011-11-13 17:02 Jerry Van Baren
  2011-11-16 19:18 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2011-11-13 17:02 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull the bugfixes from the following changes since commit 
5721385b187b3154c7768e6c182501022f4e2e45:

   Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 
07:44:52 +0100)

are available in the git repository at:

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

Gabe Black (2):
       Add some missing endian conversions in fdt_support.c
       Fix constness of the fdt void pointer in fdt_getprop_u32_default

  common/fdt_support.c  |    8 ++++----
  include/fdt_support.h |    4 ++--
  2 files changed, 6 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2011-10-15 15:32 Jerry Van Baren
  2011-10-15 20:02 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2011-10-15 15:32 UTC (permalink / raw)
  To: u-boot

The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:

   Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 
22:47:15 +0200)

are available in the git repository at:

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

Chunhe Lan (1):
       fdt: Add a do_fixup_by_path_string() function

Timur Tabi (3):
       fdt: check for fdt errors in fdt_create_phandle
       fdt: update fdt_alloc_phandle to use fdt_get_phandle
       powerpc/85xx: use fdt_create_phandle() to create the Fman 
firmware phandles

  arch/powerpc/cpu/mpc85xx/fdt.c |    5 ++---
  common/fdt_support.c           |   18 +++++++++++-------
  include/fdt_support.h          |    9 ++++++++-
  3 files changed, 21 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2011-04-26  2:41 Gerald Van Baren
  2011-04-27 19:47 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Gerald Van Baren @ 2011-04-26  2:41 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2011-04-18  1:20 Gerald Van Baren
  2011-04-20 20:54 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Gerald Van Baren @ 2011-04-18  1:20 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Sorry for the late pull request, due to other priorities (not the least 
being filling out tax forms :-/) I was unable to get this out sooner.

I only have a one-liner bugfix by Kyle Moffett in the pull.  Grant's 
changes "[PATCH 0/6] ARM device tree support improvements" look good in 
principle, but I had a compilation error using the PPC target we need to 
work that out.

The following changes since commit d13ffa66aff1d9aed9081986492fb74c1a61a4a9:
   Kyle Moffett (1):
         fdt_support: Fix buffer overflow in fdt_fixup_memory_banks

are available in the git repository at:

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

Best regards,
gvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2009-04-03  4:08 Jerry Van Baren
  2009-04-03 20:37 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2009-04-03  4:08 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull git://git.denx.de/u-boot-fdt.git master.  These are bugfixes 
from dtc/libfdt and resynchronizes us.

Thanks,
gvb

The following changes since commit ed9953d6903c9673135a96ae1644f61cb0eac5ce:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-i2c

are available in the git repository at:

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

David Gibson (2):
       libfdt: Rework fdt_next_node()
       libfdt: Rework/cleanup fdt_next_tag()

Emil Medve (1):
       Fix a possible overflow case detected by gcc 4.3.2

Laurent Gregoire (1):
       libfdt: Fix C++ compile-time cast error on gnu 4.2.1

  include/libfdt.h         |    2 +-
  libfdt/fdt.c             |   50 ++++++++++++++++++++++++++----------------
  libfdt/fdt_ro.c          |   53 
++++++++++++++-------------------------------
  libfdt/fdt_rw.c          |    2 +
  libfdt/fdt_sw.c          |   11 ++++-----
  libfdt/fdt_wip.c         |   41 ++++++-----------------------------
  libfdt/libfdt_internal.h |    1 -
  7 files changed, 63 insertions(+), 97 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2008-10-31  0:47 Jerry Van Baren
  2008-11-01 14:46 ` Jerry Van Baren
  2008-11-01 15:07 ` Wolfgang Denk
  0 siblings, 2 replies; 27+ messages in thread
From: Jerry Van Baren @ 2008-10-31  0:47 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull u-boot-fdt master branch for inclusion in the 2008-12 release.

Thanks,
gvb

The following changes since commit d685b74c64a38849f1a129b3ab846fbf67dd937e:
  Dave Liu (1):
        74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache

are available in the git repository at:

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

David Gibson (1):
      libfdt: Fix bug in fdt_subnode_offset_namelen()

Peter Korsgaard (1):
      fdt_resize(): ensure minimum padding

 common/fdt_support.c |    7 +++++--
 libfdt/fdt_ro.c      |   11 +++++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [U-Boot] Pull request: u-boot-fdt
@ 2008-10-09  2:19 Jerry Van Baren
  2008-10-12 21:13 ` Wolfgang Denk
  0 siblings, 1 reply; 27+ messages in thread
From: Jerry Van Baren @ 2008-10-09  2:19 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull u-boot-fdt.  These are bugfixes from dtc/libfdt project
and Sefan's "force" override for the fdt /chosen node.

Thanks,
gvb


The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc:
  Stefan Roese (1):
        ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup

are available in the git repository at:

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

David Gibson (2):
      libfdt: Fix bugs in fdt_get_path()
      libfdt: Add function to explicitly expand aliases

Gerald Van Baren (1):
      libfdt: Fix error in documentation for fdt_get_alias_namelen()

Jon Loeliger (1):
      Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.

Stefan Roese (1):
      fdt: Overwrite /chosen node in bootm if it already exists in the dtb

 include/libfdt.h |   28 +++++++++++++++++++++++++++-
 lib_ppc/bootm.c  |    2 +-
 libfdt/fdt.c     |    2 +-
 libfdt/fdt_ro.c  |   49 ++++++++++++++++++++++++++++++-------------------
 4 files changed, 59 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2013-05-11 16:18 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-25 10:22 [U-Boot] Pull request: u-boot-fdt Jerry Van Baren
2009-09-30 21:17 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2013-05-10 23:21 Jerry Van Baren
2013-05-11 16:18 ` Tom Rini
2012-11-20  1:53 Jerry Van Baren
2012-11-27 16:45 ` Tom Rini
2012-09-15 13:54 Jerry Van Baren
2012-09-18 14:50 ` Tom Rini
2011-11-13 17:02 Jerry Van Baren
2011-11-16 19:18 ` Wolfgang Denk
2011-10-15 15:32 Jerry Van Baren
2011-10-15 20:02 ` Wolfgang Denk
2011-04-26  2:41 Gerald Van Baren
2011-04-27 19:47 ` Wolfgang Denk
2011-04-27 20:06   ` Grant Likely
2011-04-18  1:20 Gerald Van Baren
2011-04-20 20:54 ` Wolfgang Denk
2011-04-20 21:10   ` Jerry Van baren
2009-04-03  4:08 Jerry Van Baren
2009-04-03 20:37 ` Wolfgang Denk
2008-10-31  0:47 Jerry Van Baren
2008-11-01 14:46 ` Jerry Van Baren
2008-11-01 15:22   ` Wolfgang Denk
2008-11-01 15:32     ` Jerry Van Baren
2008-11-01 15:07 ` Wolfgang Denk
2008-10-09  2:19 Jerry Van Baren
2008-10-12 21:13 ` Wolfgang Denk

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