[U-Boot] [PATCH v2 07/29] libfdt: Bring in proposed pylibfdt changes
Simon Glass
sjg at chromium.org
Mon Jul 9 19:52:15 UTC 2018
On 6 July 2018 at 10:27, Simon Glass <sjg at chromium.org> wrote:
> This provides various patches sent to the devicetree-compiler mailing list
> to enhance the Python bindings. A final version of this patch may be
> created once upstreaming is complete, but if it takes too long, this can
> act as a placeholder.
>
> New pylibfdt features:
> - Support for most remaining, relevant libfdt functions
> - Support for sequential-write functions
>
> Changes are applied to existing U-Boot tools as needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> scripts/dtc/libfdt/libfdt.h | 3 +
> scripts/dtc/pylibfdt/libfdt.i_shipped | 705 +++++++++++++++++++++++---
> tools/dtoc/dtoc.py | 20 +-
> tools/dtoc/fdt.py | 3 +-
> tools/dtoc/test_dtoc.py | 3 +-
> 5 files changed, 663 insertions(+), 71 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list