mbox

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

Message ID 50AAE290.1090305@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 Nov. 20, 2012, 1:53 a.m. UTC
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(-)

Comments

Tom Rini Nov. 27, 2012, 4:45 p.m. UTC | #1
On Mon, Nov 19, 2012 at 08:53:20PM -0500, Jerry Van Baren wrote:

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

Applied to u-boot/master, thanks!