[U-Boot] Please pull u-boot-fdt
Simon Glass
sjg at chromium.org
Tue Nov 5 12:23:51 UTC 2019
Hi Tom,
Passing run here:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1210
The following changes since commit 73b6e6ad254b36763419cdd3fdf406c0094517b7:
Merge tag 'u-boot-imx-20191104' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2019-11-04
12:57:41 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-fdt.git tags/fdt-pull-5nov19
for you to fetch changes up to 388560134b99dc4cc752627d3a7e9f8c8c2a89a7:
binman: Move to use Python 3 (2019-11-04 18:15:32 -0700)
----------------------------------------------------------------
Update to latest libfdt and pylibfdt, with added size control
Update binman, dtoc, patman, buildman to Python 3
Update move_config, rkmux, microcode_tool to Python 3
----------------------------------------------------------------
Simon Glass (20):
fdt: Add INT32_MAX to kernel.h for libfdt
fdt: Add Kconfig options to control code size
mx6: tbs2910: Minimise libfdt code size
fdt: Sync up to the latest libfdt
patman: Adjust 'command' to return strings instead of bytes
patman: Use unicode for file I/O
patman: Move to use Python 3
buildman: Convert to Python 3
test_fdt: Move to use Python 3
test_dtoc: Move to use Python 3
microcode_tool: Convert to Python 3
move_config: Convert to Python 3
rkmux: Convert to Python 3
pylibfdt: Convert to Python 3
pylibfdt: Sync up with upstream
pylibfdt: Correct the type for fdt_property_stub()
binman: Remember the pre-reset entry size
binman: Convert a few tests to Python 3
dtoc: Convert fdt.py to Python 3
binman: Move to use Python 3
configs/tbs2910_defconfig | 1 +
include/linux/kernel.h | 2 +
include/linux/libfdt_env.h | 1 +
lib/Kconfig | 33 +++
lib/libfdt/Makefile | 3 +-
lib/libfdt/fdt_ro.c | 420 +++++++++++++++++++++++++---------
scripts/dtc/libfdt/Makefile.libfdt | 7 +
scripts/dtc/libfdt/fdt.c | 182 ++++++++++-----
scripts/dtc/libfdt/fdt.h | 47 +---
scripts/dtc/libfdt/fdt_addresses.c | 94 ++++----
scripts/dtc/libfdt/fdt_empty_tree.c | 47 +---
scripts/dtc/libfdt/fdt_overlay.c | 91 +++-----
scripts/dtc/libfdt/fdt_ro.c | 341 ++++++++++++++++++---------
scripts/dtc/libfdt/fdt_rw.c | 119 +++++-----
scripts/dtc/libfdt/fdt_strerror.c | 47 +---
scripts/dtc/libfdt/fdt_sw.c | 241 ++++++++++++-------
scripts/dtc/libfdt/fdt_wip.c | 47 +---
scripts/dtc/libfdt/libfdt.h | 268 +++++++++++++++++-----
scripts/dtc/libfdt/libfdt_env.h | 48 +---
scripts/dtc/libfdt/libfdt_internal.h | 144 +++++++-----
scripts/dtc/pylibfdt/Makefile | 2 +-
scripts/dtc/pylibfdt/libfdt.i_shipped | 51 +++--
scripts/dtc/pylibfdt/setup.py | 2 +-
tools/binman/binman.py | 2 +-
tools/binman/cbfs_util_test.py | 2 +-
tools/binman/entry.py | 25 +-
tools/binman/entry_test.py | 15 --
tools/binman/etype/intel_fit.py | 2 +-
tools/binman/ftest.py | 16 +-
tools/buildman/board.py | 9 +-
tools/buildman/bsettings.py | 20 +-
tools/buildman/builder.py | 47 ++--
tools/buildman/builderthread.py | 24 +-
tools/buildman/buildman.py | 10 +-
tools/buildman/control.py | 44 ++--
tools/buildman/func_test.py | 16 +-
tools/buildman/test.py | 22 +-
tools/buildman/toolchain.py | 99 ++++----
tools/dtoc/dtoc.py | 2 +-
tools/dtoc/fdt.py | 17 +-
tools/dtoc/test_dtoc.py | 1 +
tools/dtoc/test_fdt.py | 2 +-
tools/libfdt/fdt_rw.c | 3 +-
tools/microcode-tool.py | 28 +--
tools/moveconfig.py | 82 +++----
tools/patman/command.py | 31 ++-
tools/patman/func_test.py | 8 +-
tools/patman/patchstream.py | 4 +-
tools/patman/patman.py | 2 +-
tools/patman/series.py | 2 +-
tools/patman/settings.py | 4 +-
tools/patman/test.py | 4 +-
tools/patman/tools.py | 29 ++-
tools/rkmux.py | 16 +-
54 files changed, 1645 insertions(+), 1181 deletions(-)
mode change 100644 => 100755 tools/dtoc/test_dtoc.py
Regards,
Simon
More information about the U-Boot
mailing list