[Crosstoolchain-logs] [device-tree-compiler] 01/04: Merge branch 'upstream/1.4.x' into debian/master

Hector Oron zumbi at moszumanska.debian.org
Thu Sep 28 22:07:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch debian/master
in repository device-tree-compiler.

commit bb3ab5b26b4cb18d40bf98ce039ea02e40437351
Merge: b85b5a1 22a65c5
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Thu Sep 28 23:36:54 2017 +0200

    Merge branch 'upstream/1.4.x' into debian/master

 .gitignore                         |   1 +
 .travis.yml                        |  25 ++
 Documentation/manual.txt           |  20 +-
 Makefile                           |  72 +++++-
 Makefile.utils                     |   6 +
 README                             |  77 ++++++
 checks.c                           | 511 +++++++++++++++++++++++++++++++++++++
 dtc.c                              |   2 +-
 dtc.h                              |   7 +
 fdtdump.c                          |   7 +-
 fdtget.c                           |  49 ++--
 fdtoverlay.c                       | 175 +++++++++++++
 libfdt/fdt_empty_tree.c            |   1 -
 libfdt/fdt_overlay.c               | 228 +++++++++++++++--
 libfdt/fdt_ro.c                    |   4 +-
 libfdt/fdt_rw.c                    |  24 +-
 libfdt/fdt_sw.c                    |  16 +-
 libfdt/fdt_wip.c                   |   4 +-
 libfdt/libfdt.h                    |  68 ++++-
 livetree.c                         |   9 +-
 pylibfdt/.gitignore                |   3 +
 pylibfdt/Makefile.pylibfdt         |  24 ++
 pylibfdt/libfdt.i                  | 493 +++++++++++++++++++++++++++++++++++
 pylibfdt/setup.py                  | 121 +++++++++
 tests/Makefile.tests               |   6 +-
 tests/bad-gpio.dts                 |  13 +
 tests/bad-interrupt-cells.dts      |  12 +
 tests/bad-phandle-cells.dts        |  11 +
 tests/fdtoverlay-runtest.sh        |  40 +++
 tests/include7.dts                 |   1 +
 tests/path-references.c            |  12 +-
 tests/path-references.dts          |  13 +
 tests/pylibfdt_tests.py            | 334 ++++++++++++++++++++++++
 tests/run_tests.sh                 |  81 +++++-
 tests/stacked_overlay_bar.dts      |  13 +
 tests/stacked_overlay_base.dts     |   6 +
 tests/stacked_overlay_baz.dts      |  13 +
 tests/sw_tree1.c                   |   5 +
 tests/test_tree1.dts               |   1 +
 tests/test_tree1_label_noderef.dts |   1 +
 tests/tests.sh                     |   1 +
 tests/trees.S                      |   2 +
 tests/unit-addr-leading-0s.dts     |  12 +
 tests/unit-addr-leading-0x.dts     |  12 +
 44 files changed, 2466 insertions(+), 70 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list