mbox

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

Message ID 518D810A.4000707@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jerry Van Baren May 10, 2013, 11:21 p.m. UTC
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(-)

Comments

Tom Rini May 11, 2013, 4:18 p.m. UTC | #1
On Fri, May 10, 2013 at 07:21:46PM -0400, Jerry Van Baren wrote:

> 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(-)

Applied to u-boot/master, thanks!