[Crosstoolchain-logs] [device-tree-compiler] branch debian/master updated (a0e7b63 -> f4d48dc)

Vagrant Cascadian vagrant at moszumanska.debian.org
Tue Jan 23 06:34:37 UTC 2018


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

vagrant pushed a change to branch debian/master
in repository device-tree-compiler.

      from  a0e7b63   debian/changelog: Fix line-wrapping.
      adds  497432f   checks: Use proper format modifier for size_t
      adds  737b2df   overlay: Add syntactic sugar version of overlays
      adds  b1a6003   tests: Add a test for overlays syntactic sugar
       new  48c91c0   libfdt: add stringlist functions to linker script
       new  f8872e2   tests: Avoid 64-bit arithmetic in assembler
       new  c1e55a5   checks: fix handling of unresolved phandles for dts plugins
       new  b0ae9e4   tests: Correct warning in sw_tree1.c
       new  2e6fe5a   Fix some errors in comments
       new  2d45d1c   Replace FDT_VERSION() with stringify()
       new  3b62fda   Remove leading underscores from identifiers
       new  c8b38f6   libfdt: Remove leading underscores from identifiers
       new  c8f8194   implement strnlen for systems that need it
       new  bba26a5   livetree: avoid assertion of orphan phandles with overlays
       new  cc392f0   tests: Check non-matching cases for fdt_node_check_compatible()
       new  fca2964   Add strstarts() helper function
       new  7975f64   Fix widespread incorrect use of strneq(), replace with new strprefixeq()
       new  fe667e3   tests: Add some basic tests for the pci_bridge checks
       new  b260c4f   Fix ambiguous grammar for devicetree rule
       new  a384191   checks: fix sound-dai phandle with arg property check
       new  6c57308   checks: add a string check for 'label' property
       new  8fe94fd   checks: add string list check
       new  18a3d84   checks: add string list check for *-names properties
       new  d0c44eb   checks: check for #{size,address}-cells without child nodes
       new  e671852   checks: add aliases node checks
       new  c81d389   checks: add chosen node checks
       new  c8d5472   tests: Improve compatibility with other platforms
       new  a1fe86f   fdtoverlay: Switch from using alloca to malloc
       new  e543880   dtc: Bump version to v1.4.6
       new  5070049   Merge tag 'v1.4.6' into debian/master
       new  92c526b   Drop patches applied upstream.
       new  75d652b   Update debian/watch to use https://www.kernel.org/pub instead of tarballs generated from tags.
       new  f4d48dc   Update debian/changelog for 1.4.6.

The 29 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:
 Makefile                                           |   2 +-
 checks.c                                           | 208 ++++++++++++++++++---
 debian/changelog                                   |   9 +
 ...cks-Use-proper-format-modifier-for-size_t.patch |  41 ----
 ...ests-Avoid-64-bit-arithmetic-in-assembler.patch | 138 --------------
 debian/patches/series                              |   2 -
 debian/watch                                       |   4 +-
 dtc-parser.y                                       |  27 ++-
 dtc.c                                              |   7 +-
 dtc.h                                              |  10 +-
 fdtoverlay.c                                       |   4 +-
 fdtput.c                                           |   6 +-
 flattree.c                                         |   2 +-
 libfdt/fdt.c                                       |  10 +-
 libfdt/fdt.h                                       |   6 +-
 libfdt/fdt_ro.c                                    |  32 ++--
 libfdt/fdt_rw.c                                    |  90 ++++-----
 libfdt/fdt_sw.c                                    |  24 +--
 libfdt/fdt_wip.c                                   |  10 +-
 libfdt/libfdt.h                                    |  32 ++--
 libfdt/libfdt_env.h                                |  33 +++-
 libfdt/libfdt_internal.h                           |  32 ++--
 libfdt/version.lds                                 |   3 +
 livetree.c                                         |  30 ++-
 srcpos.h                                           |   6 +-
 tests/bad-chosen.dts                               |  10 +
 tests/bad-string-props.dts                         |   7 +
 tests/dumptrees.c                                  |   2 +-
 tests/node_check_compatible.c                      |  19 ++
 tests/pci-bridge-bad1.dts                          |  16 ++
 tests/pci-bridge-bad2.dts                          |  16 ++
 tests/pci-bridge-ok.dts                            |  25 +++
 tests/run_tests.sh                                 |  28 ++-
 tests/stringlist.c                                 |   9 +-
 tests/sw_tree1.c                                   |   2 +
 tests/testdata.h                                   |  32 ++--
 tests/tests.h                                      |   6 +-
 tests/trees.S                                      |  39 ++--
 tests/truncated_property.c                         |   2 +-
 util.h                                             |   9 +-
 40 files changed, 587 insertions(+), 403 deletions(-)
 delete mode 100644 debian/patches/02-checks-Use-proper-format-modifier-for-size_t.patch
 delete mode 100644 debian/patches/03-tests-Avoid-64-bit-arithmetic-in-assembler.patch
 create mode 100644 tests/bad-chosen.dts
 create mode 100644 tests/pci-bridge-bad1.dts
 create mode 100644 tests/pci-bridge-bad2.dts
 create mode 100644 tests/pci-bridge-ok.dts

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