All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [fdt] Pull request
@ 2012-10-23  1:16 Jerry Van Baren
  2012-10-23  4:38 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jerry Van Baren @ 2012-10-23  1:16 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit bcf28c23f2195a91e0713337934f630a9c7bc5a9:

  ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96
(2012-10-22 08:33:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to cae4a8a2a81ca6cd16d5de1b55d47e315cbff05a:

  Merge branch 'next' (2012-10-22 20:42:09 -0400)

----------------------------------------------------------------

David Gibson (1):
      libfdt: Add helpers for 64-bit integer properties

Gerald Van Baren (2):
      libfdt: Add helper function to create a trivial, empty tree
      Merge branch 'next'

Joe Hershberger (5):
      fdt: Check error codes returned from fdtlib when loading ITB
      fdt: Limit printed hex in fdt print and list commands
      fdt: Add get commands to fdt
      fdt: Identify scripts in ITBs as printable strings
      fdt: Check for a token to skip auto-hash validation

Minghuan Lian (1):
      libfdt: Add support for appending the values to a existing property

 common/cmd_fdt.c            |  186 ++++++++++++++++++++++++++---
 common/image.c              |   46 ++++++++
 include/image.h             |    4 +
 include/libfdt.h            |  275
++++++++++++++++++++++++++++++++++++++++---
 lib/libfdt/Makefile         |    2 +-
 lib/libfdt/fdt_empty_tree.c |   84 +++++++++++++
 lib/libfdt/fdt_rw.c         |   27 +++++
 7 files changed, 592 insertions(+), 32 deletions(-)
 create mode 100644 lib/libfdt/fdt_empty_tree.c

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

* [U-Boot] [fdt] Pull request
  2012-10-23  1:16 [U-Boot] [fdt] Pull request Jerry Van Baren
@ 2012-10-23  4:38 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2012-10-23  4:38 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 22, 2012 at 09:16:10PM -0400, Jerry Van Baren wrote:

> Dear Tom,
> 
> The following changes since commit bcf28c23f2195a91e0713337934f630a9c7bc5a9:
> 
>   ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96
> (2012-10-22 08:33:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git master
> 
> for you to fetch changes up to cae4a8a2a81ca6cd16d5de1b55d47e315cbff05a:
> 
>   Merge branch 'next' (2012-10-22 20:42:09 -0400)
> 
> ----------------------------------------------------------------
> 
> David Gibson (1):
>       libfdt: Add helpers for 64-bit integer properties
> 
> Gerald Van Baren (2):
>       libfdt: Add helper function to create a trivial, empty tree
>       Merge branch 'next'
> 
> Joe Hershberger (5):
>       fdt: Check error codes returned from fdtlib when loading ITB
>       fdt: Limit printed hex in fdt print and list commands
>       fdt: Add get commands to fdt
>       fdt: Identify scripts in ITBs as printable strings
>       fdt: Check for a token to skip auto-hash validation
> 
> Minghuan Lian (1):
>       libfdt: Add support for appending the values to a existing property
> 
>  common/cmd_fdt.c            |  186 ++++++++++++++++++++++++++---
>  common/image.c              |   46 ++++++++
>  include/image.h             |    4 +
>  include/libfdt.h            |  275
> ++++++++++++++++++++++++++++++++++++++++---
>  lib/libfdt/Makefile         |    2 +-
>  lib/libfdt/fdt_empty_tree.c |   84 +++++++++++++
>  lib/libfdt/fdt_rw.c         |   27 +++++
>  7 files changed, 592 insertions(+), 32 deletions(-)
>  create mode 100644 lib/libfdt/fdt_empty_tree.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121022/e9af4811/attachment.pgp>

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

end of thread, other threads:[~2012-10-23  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23  1:16 [U-Boot] [fdt] Pull request Jerry Van Baren
2012-10-23  4:38 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.