[Crosstoolchain-logs] [device-tree-compiler] branch debian/master updated (b85b5a1 -> 568bd01)

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 change to branch debian/master
in repository device-tree-compiler.

      from  b85b5a1   Release Debian version 1.4.4-1
      adds  33c3985   checks: Add bus checks for PCI buses
      adds  4c15d5d   checks: Add bus checks for simple-bus buses
      adds  cdbb2b6   checks: Warn on node name unit-addresses with '0x' or leading 0s
      adds  50f2507   Add an initial Python library for libfdt
      adds  12cfb74   Add tests for pylibfdt
      adds  b40aa83   Mention pylibfdt in the documentation
      adds  8cb3896   Adjust libfdt.h to work with swig
      adds  756ffc4   Build pylibfdt as part of the normal build process
      adds  6afd7d9   Correct typo: s/pylibgfdt/pylibfdt/
      adds  4e0e0d0   pylibfdt: Allow pkg-config to be supplied in the environment
      adds  89a5062   pylibfdt: Use environment to pass C flags and files
      adds  14c4171   pylibfdt: Use package_dir to set the package directory
      adds  741cdff   .travis.yml: Add builds with and without Python library prerequisites
      adds  8a892fd   pylibfdt: Allow building to be disabled
      adds  e91c652   pylibfdt: Enable installation of Python module
      adds  9f2e3a3   pylibfdt: Use the correct libfdt version in the module
      adds  ab15256   pylibfdt: Use the call function to simplify the Makefile
      adds  580a9f6   Add a libfdt function to write a property placeholder
      adds  1c5170d   pylibfdt: Rename libfdt.swig to libfdt.i
      adds  b04a2cf   pylibfdt: Fix code style in setup.py
      adds  e20d965   Add Coverity Scan support
      adds  90db6d9   pylibfdt: Allow setup.py to operate stand-alone
      adds  896f1c1   pylibfdt: Use Makefile constructs to implement NO_PYTHON
      adds  e56f2b0   pylibfdt: Use setup.py to build the swig file
      adds  9067ee4   Fix a few whitespace and style nits
      adds  c225884   fdtdump: Fix over-zealous version check
      adds  548aea2   fdtdump: Discourage use of fdtdump
      adds  a10cb3c   Fix get_node_by_path string equality check
      adds  2a42b14   dtc: check.c fix compile error
      adds  21a2bc8   Suppress expected error message in fdtdump test
      adds  51f56de   Clean up shared library compile/link options
      adds  d990b80   Makefile: Fix build on MSYS2 and Cygwin
      adds  13ce6e1   dtc: fix sprintf() format string error, again
      adds  aae2272   manual: Document missing options
      adds  4240914   fdtoverlay: A tool that applies overlays
      adds  e3b9a95   tests: fdtoverlay unit test
      adds  0016f8c   dtc: change default phandles to ePAPR style instead of both
      adds  a33c224   Introduce fdt_setprop_placeholder() method
      adds  1bb0065   fdt: Allow stacked overlays phandle references
      adds  36f511f   tests: Add stacked overlay tests on fdtoverlay
      adds  ab78860   pylibfdt: Add stdint include to fix uint32_t
      adds  50e5cd0   pylibfdt: Add a test for use of uint32_t
      adds  155faf6   pylibfdt: Use local pylibfdt module
      adds  b9eba92   tests: Return a failure code when any tests fail
      adds  a198af8   pylibfdt: Add support for fdt_get_phandle()
      adds  a3ae437   pylibfdt: Add support for fdt_parent_offset()
      adds  46f31b6   pylibfdt: Add support for fdt_node_offset_by_phandle()
      adds  5bed86a   pylibfdt: Add support for fdt_subnode_offset()
      adds  62d8123   README: Add a note about test_tree1.dts
      adds  fe50bd1   fdtget: Split out cell list display into a new function
      adds  b3bbac0   checks: add phandle with arg property checks
      adds  c1e7738   checks: add gpio binding properties check
      adds  ee3d26f   checks: add interrupts property check
      adds  8c1eb15   pylibfdt: Use Python2 explicitly
      adds  b6a6f94   fdtoverlay: Sanity check blob size
      adds  c575d80   Add fdtoverlay to .gitignore
      adds  22a65c5   dtc: Bump version to v1.4.5
       new  bb3ab5b   Merge branch 'upstream/1.4.x' into debian/master
       new  5bac881   d/rules: python library builds disabled
       new  e098bb4   d/rules: cleanup build dir
       new  568bd01   Release Debian version 1.4.5

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 .travis.yml                                        |  25 +
 Documentation/manual.txt                           |  20 +-
 Makefile                                           |  72 ++-
 Makefile.utils                                     |   6 +
 README                                             |  77 ++++
 checks.c                                           | 511 +++++++++++++++++++++
 debian/changelog                                   |   7 +
 debian/rules                                       |   4 +
 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 +
 ...hout-unit-addr.dts => unit-addr-leading-0s.dts} |   6 +-
 ...hout-unit-addr.dts => unit-addr-leading-0x.dts} |   6 +-
 46 files changed, 2461 insertions(+), 74 deletions(-)
 create mode 100644 fdtoverlay.c
 create mode 100644 pylibfdt/.gitignore
 create mode 100644 pylibfdt/Makefile.pylibfdt
 create mode 100644 pylibfdt/libfdt.i
 create mode 100755 pylibfdt/setup.py
 create mode 100644 tests/bad-gpio.dts
 create mode 100644 tests/bad-interrupt-cells.dts
 create mode 100644 tests/bad-phandle-cells.dts
 create mode 100644 tests/fdtoverlay-runtest.sh
 create mode 100644 tests/pylibfdt_tests.py
 create mode 100644 tests/stacked_overlay_bar.dts
 create mode 100644 tests/stacked_overlay_base.dts
 create mode 100644 tests/stacked_overlay_baz.dts
 copy tests/{reg-without-unit-addr.dts => unit-addr-leading-0s.dts} (61%)
 copy tests/{reg-without-unit-addr.dts => unit-addr-leading-0x.dts} (61%)

-- 
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