[Crosstoolchain-logs] [device-tree-compiler] branch upstream/latest updated (b1a6003 -> e543880)
Vagrant Cascadian
vagrant at moszumanska.debian.org
Mon Mar 19 04:42:49 UTC 2018
This is an automated email from the git hooks/post-receive script.
vagrant pushed a change to branch upstream/latest
in repository device-tree-compiler.
from b1a6003 tests: Add a test for overlays syntactic sugar
adds 48c91c0 libfdt: add stringlist functions to linker script
adds f8872e2 tests: Avoid 64-bit arithmetic in assembler
adds c1e55a5 checks: fix handling of unresolved phandles for dts plugins
adds b0ae9e4 tests: Correct warning in sw_tree1.c
adds 2e6fe5a Fix some errors in comments
adds 2d45d1c Replace FDT_VERSION() with stringify()
adds 3b62fda Remove leading underscores from identifiers
adds c8b38f6 libfdt: Remove leading underscores from identifiers
adds c8f8194 implement strnlen for systems that need it
adds bba26a5 livetree: avoid assertion of orphan phandles with overlays
adds cc392f0 tests: Check non-matching cases for fdt_node_check_compatible()
adds fca2964 Add strstarts() helper function
adds 7975f64 Fix widespread incorrect use of strneq(), replace with new strprefixeq()
adds fe667e3 tests: Add some basic tests for the pci_bridge checks
adds b260c4f Fix ambiguous grammar for devicetree rule
adds a384191 checks: fix sound-dai phandle with arg property check
adds 6c57308 checks: add a string check for 'label' property
adds 8fe94fd checks: add string list check
adds 18a3d84 checks: add string list check for *-names properties
adds d0c44eb checks: check for #{size,address}-cells without child nodes
adds e671852 checks: add aliases node checks
adds c81d389 checks: add chosen node checks
adds c8d5472 tests: Improve compatibility with other platforms
adds a1fe86f fdtoverlay: Switch from using alloca to malloc
adds e543880 dtc: Bump version to v1.4.6
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
checks.c | 204 +++++++++++++++++++++++++++++++++++++-----
dtc-parser.y | 17 ++--
dtc.c | 7 +-
dtc.h | 11 +--
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 | 10 ++-
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 | 22 +++--
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 +-
35 files changed, 535 insertions(+), 222 deletions(-)
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