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

Simon Glass sjg at chromium.org
Mon Nov 19 18:08:34 CET 2012


Hi Jerry,

On Sat, Nov 17, 2012 at 5:35 PM, Jerry Van Baren <gvb.uboot at gmail.com> 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.
>   <http://git.denx.de/?p=u-boot/u-boot-fdt.git;a=shortlog;h=refs/heads/next>
>
> 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


More information about the U-Boot mailing list