mbox

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

Message ID CAPnjgZ0pvRsSP1ccRsk6SEayxmf8MhryePETNSBWk4yYw629yg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass July 20, 2015, 2:04 p.m. UTC
Hi Tom,

A few things in my queue. I would like to do a sync with upstream
libfdt too but have not got to that yet.


The following changes since commit 605e15db2b54302364a2528d3c6604fbc57be846:

  Merge git://git.denx.de/u-boot-x86 (2015-07-15 10:41:20 -0400)

are available in the git repository at:

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

for you to fetch changes up to 73e1e7952a2a629dc071d894594df4852acc11ad:

  libfdt: fix error code of fdt_count_strings() (2015-07-20 07:21:47 -0600)

----------------------------------------------------------------
Andre Przywara (1):
      fdt: prevent clearing memory node if there are no banks

Haikun Wang (1):
      fdt: armv8: Fix build warnings on armv8

Masahiro Yamada (3):
      libfdt: fix description of fdt_get_string()
      libfdt: fix error code of fdt_get_string_index()
      libfdt: fix error code of fdt_count_strings()

Sudeep Holla (1):
      cmd_fdt: save fdtaddr in hex format

 common/cmd_fdt.c       |  2 +-
 common/fdt_support.c   |  3 +++
 drivers/spi/fsl_dspi.c |  4 ++--
 include/fdt_support.h  | 26 ++++++++++++++++++++++++++
 include/libfdt.h       |  2 +-
 lib/fdtdec.c           |  4 ++--
 lib/libfdt/fdt_ro.c    |  4 ++--
 7 files changed, 37 insertions(+), 8 deletions(-)

Regards,
Simon

Comments

Tom Rini July 21, 2015, 1:50 p.m. UTC | #1
On Mon, Jul 20, 2015 at 08:04:26AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> A few things in my queue. I would like to do a sync with upstream
> libfdt too but have not got to that yet.
> 
> 
> The following changes since commit 605e15db2b54302364a2528d3c6604fbc57be846:
> 
>   Merge git://git.denx.de/u-boot-x86 (2015-07-15 10:41:20 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to 73e1e7952a2a629dc071d894594df4852acc11ad:
> 
>   libfdt: fix error code of fdt_count_strings() (2015-07-20 07:21:47 -0600)
> 

Applied to u-boot/master, thanks!