mbox

[U-Boot,GIT,pull] Please pull u-boot-fdt

Message ID 4E2233B4.1040800@gmail.com
State Accepted
Delegated to: Jerry Van Baren
Headers show

Pull-request

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

Message

Jerry Van Baren July 17, 2011, 12:58 a.m. UTC
Dear Wolfgang...

The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:
   Ramneek Mehresh (1):
         powerpc/85xx: Add default usb mode and phy type to hwconfig

are available in the git repository at:

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

David A. Long (1):
       Add uboot "fdt_high" enviroment variable

David Gibson (2):
       Support ePAPR compliant phandle properties
       libfdt: Implement property iteration functions

Gerald Van Baren (1):
       fdt: introduce fdt_create_phandle()

Timur Tabi (2):
       fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()
       fdt: add prototype for fdt_increase_size()

  README                       |    9 +++
  common/fdt_support.c         |  107 +++++++++++++++++++++++++++++
  common/image.c               |   60 +++++++++++++---
  include/fdt_support.h        |    6 ++
  include/libfdt.h             |  103 +++++++++++++++++++++++++++
  lib/libfdt/fdt.c             |    9 +++
  lib/libfdt/fdt_ro.c          |  156 
++++++++++++++++++++++++++++++-----------
  lib/libfdt/libfdt_internal.h |    1 +
  8 files changed, 398 insertions(+), 53 deletions(-)

Thanks!
gvb

Comments

Wolfgang Denk July 18, 2011, 7:01 p.m. UTC | #1
Dear Jerry Van Baren,

In message <4E2233B4.1040800@gmail.com> you wrote:
> Dear Wolfgang...
> 
> The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:
>    Ramneek Mehresh (1):
>          powerpc/85xx: Add default usb mode and phy type to hwconfig
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fdt.git master
> 
> David A. Long (1):
>        Add uboot "fdt_high" enviroment variable
> 
> David Gibson (2):
>        Support ePAPR compliant phandle properties
>        libfdt: Implement property iteration functions
> 
> Gerald Van Baren (1):
>        fdt: introduce fdt_create_phandle()
> 
> Timur Tabi (2):
>        fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()
>        fdt: add prototype for fdt_increase_size()
> 
>   README                       |    9 +++
>   common/fdt_support.c         |  107 +++++++++++++++++++++++++++++
>   common/image.c               |   60 +++++++++++++---
>   include/fdt_support.h        |    6 ++
>   include/libfdt.h             |  103 +++++++++++++++++++++++++++
>   lib/libfdt/fdt.c             |    9 +++
>   lib/libfdt/fdt_ro.c          |  156 
> ++++++++++++++++++++++++++++++-----------
>   lib/libfdt/libfdt_internal.h |    1 +
>   8 files changed, 398 insertions(+), 53 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk