Re: [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-11-19 Thread Simon Glass
Hi Jerry,

On Sat, Nov 17, 2012 at 5:35 PM, Jerry Van Baren  wrote:
> Dear Simon,
>
> Sorry for being so late on this (the patches were submitted before the
> merge window closed).  I've applied the patches to the "next" branch in
> the u-boot-fdt repo.
>   
>
> I'm assuming these are still valid (Simon) and eligible to be applied to
> the v2013.01 u-boot release (Tom).  If so, I'll submit a pull request.

Yes still valid thank you. The only question is around the GPIO patch
(http://patchwork.ozlabs.org/patch/194340/) since as Stephen pointed
out there is discussion on the kernel list of whether to keep the
polarity bit. I suppose we can always address that later if they
decide to replace it with something else.

>
> On 10/25/2012 10:30 PM, Simon Glass wrote:
>> This series contains a number of features related to CONFIG_OF_CONTROL,
>> such as:
>>
>> - reading fdt values
>> - reading configuration from the fdt
>> - allowing the fdt to specify a boot command
>
> [snip]
>
>>  README |   11 +
>>  common/cmd_bootm.c |   11 +
>>  common/image.c |  127 
>> 
>>  common/main.c  |  102 +-
>>  include/fdtdec.h   |  121 +
>>  include/image.h|1 +
>>  lib/fdtdec.c   |  107 +---
>>  7 files changed, 472 insertions(+), 8 deletions(-)
>
> Again, my apologies,

No problem, we all have plenty to do!

> gvb
>

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-11-17 Thread Jerry Van Baren
Dear Simon,

Sorry for being so late on this (the patches were submitted before the
merge window closed).  I've applied the patches to the "next" branch in
the u-boot-fdt repo.
  

I'm assuming these are still valid (Simon) and eligible to be applied to
the v2013.01 u-boot release (Tom).  If so, I'll submit a pull request.

On 10/25/2012 10:30 PM, Simon Glass wrote:
> This series contains a number of features related to CONFIG_OF_CONTROL,
> such as:
> 
> - reading fdt values
> - reading configuration from the fdt
> - allowing the fdt to specify a boot command

[snip]

>  README |   11 +
>  common/cmd_bootm.c |   11 +
>  common/image.c |  127 
> 
>  common/main.c  |  102 +-
>  include/fdtdec.h   |  121 +
>  include/image.h|1 +
>  lib/fdtdec.c   |  107 +---
>  7 files changed, 472 insertions(+), 8 deletions(-)

Again, my apologies,
gvb

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-10-25 Thread Simon Glass
This series contains a number of features related to CONFIG_OF_CONTROL,
such as:

- reading fdt values
- reading configuration from the fdt
- allowing the fdt to specify a boot command


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

Sean Paul (1):
  fdt: Add polarity-aware gpio functions to fdtdec

Simon Glass (5):
  fdt: Add function to get a config string from device tree
  fdt: Add fdtdec_decode_region() to decode memory region
  fdt: Export fdtdec_find_alias_node() function
  fdt: Export fdtdec_lookup() and fix the name
  fdt: Set kernaddr if fdt indicates a kernel is present

 README |   11 +
 common/cmd_bootm.c |   11 +
 common/image.c |  127 
 common/main.c  |  102 +-
 include/fdtdec.h   |  121 +
 include/image.h|1 +
 lib/fdtdec.c   |  107 +---
 7 files changed, 472 insertions(+), 8 deletions(-)

-- 
1.7.7.3

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot