[Crosstoolchain-logs] [device-tree-compiler] branch debian/master updated (2229543 -> b85b5a1)
Vagrant Cascadian
vagrant at moszumanska.debian.org
Mon Sep 25 16:23:43 UTC 2017
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 2229543 debian/control: bump standards version
new 5f98319 Do not ignore patches in debian/patches/
new da81749 Add patch missing in git but present in the package.
new 9970c19 Remove commented-out patches from debian/patches/series.
new 1425c13 Add debian/watch file.
new b18ec2a debian/control: Use https:// URLs for Vcs-*.
new be3a357 Switch to source/format: 3.0 (quilt).
new 2dba57f Switch to dh and debhelper compat level 10.
new 02c300c debian/rules: Enabled hardening.
new cc0cb61 debian/rules: reproducibility: Set FORCE_SOURCE_DATE=1 so that texlive respects respect SOURCE_DATE_EPOCH.
new 5bebfcf debian/control: - Set Priority to optional. - Set Standards-Version to 4.1.0.
new 3c83a11 Only install .pdf of documentation paper, dropping .ps and .dvi versions.
adds 874f405 Implement the -a option to pad dtb aligned
adds a34bb72 dtc: Fix assorted problems in the testcases for the -a option
adds a59be49 Merge tag 'v1.4.2'
adds 45fd440 Fix some typing errors in libfdt.h and livetree.c
adds 6d1832c dtc: Remove "home page" link
adds 4aa3a6f libfdt: Add new errors for the overlay code
adds 39240cc libfdt: Extend the reach of FDT_ERR_BADPHANDLE
adds 0cdd06c libfdt: Add overlay application function
adds aea8860 tests: Add tests cases for the overlay code
adds 7b7a6be libfdt: Don't use 'index' as a local variable name
adds deb0a5c libfdt: Add BADPHANDLE error string
adds cabbaa9 libfdt: overlay: Report a bad overlay for mismatching local fixups
adds 7a72d89 libfdt: overlay: Fix symbols and fixups nodes condition
adds e8c3a1a tests: overlay: Move back the bad fixup tests
adds 804a9db fdt: strerr: Remove spurious BADOVERLAY
adds 5ce8634 libfdt: Add fdt_overlay_apply to the exported symbols
adds 96162d2 tests: overlay: Add test suffix to the compiled blobs
adds ae97c77 tests: overlay: Rename the device tree blobs to be more explicit
adds e28eff5 libfdt: fix fdt_stringlist_count()
adds daa75e8 libfdt: fix fdt_stringlist_search()
adds ea10f95 libfdt: add missing errors to fdt_strerror()
adds 8f70ac3 checks: Pass boot_info instead of root node
new a2c92ca dtc: Document the dynamic plugin internals
new 20f29d8 dtc: Plugin and fixup support
new 9637e3f tests: Add check_path test
new e7b3c3b tests: Add overlay tests
new 72e1ad8 tests: Make overlay/plugin tests unconditional
new 47b4d66 tests: Test auto-alias generation on base tree, not overlay
new 3ea879d tests: Split overlay tests into those with do/don't exercise dtc plugin generation
new b4dc0ed tests: Fix double expansion bugs in test code
new 7d8ef6e tests: Correct fdt handling of overlays without fixups and base trees without symbols
new 6ea8cd9 tests: More thorough tests of libfdt overlay application without dtc
new ba765b2 tests: Clarify dtc overlay tests
new 6638153 tests: Remove "suppression of fixups" tests
new c96cb3c tests: Don't use -@ on plugin de/recompile tests
new e3c769a dtc: Don't always generate __symbols__ for plugins
new 1ef86ad dtc: Clean up /dts-v1/ and /plugin/ handling in grammar
new 00fbb86 Rename boot_info
new f888654 dtc: Fix memory leak in character literal parsing
new 0931cea dtc: fdtdump: check fdt if not in scanning mode
new 4baf15f Makefile: Add tags rule
new 43eb551 manual: Fix typo it -> in
new 3b9c970 dtc: Fix NULL pointer use in dtlabel + dtref case
new 95d5772 livetree.c: Fix memory leak
new 00d7bb1 dtc: pos parameter to srcpos_string() can't be NULL
new ef0e8f0 checks: Add Warning for stricter property name character checking
new 852e9ec checks: Add Warning for stricter node name character checking
new 120775e dtc: Use streq() in preference to strcmp()
new acd1b53 Print output filename as part of warning messages
new 69a1bd6 libfdt: Remove undefined behaviour setting empty properties
new 397d5ef libfdt: Add fdt_setprop_empty()
new f72508e Correct some broken printf() like format mismatches
new 34a9886 Add printf format attributes
new fa8bc7f dtc: Bump version to v1.4.3
new 49300f2 dtc: Don't abuse struct fdt_reserve_entry
new 672ac09 Clean up gcc attributes
new bad5b28 Fix assorted sparse warnings
new 881012e libfdt: Change names of sparse helper macros
new 9ffdf60 dtc: Simplify asm_emit_string() implementation
new 921cc17 libfdt: overlay: Check the value of the right variable
new d922ecd tests: Make realloc_fdt() really allocate *fdt
new 194d5ca fdtget: Use @return to document the return value
new c17a811 fdtput: Remove star from value_len documentation
new 558cd81 dtc: Bump version to v1.4.4
new 88de7d9 Merge tag 'v1.4.4'
new 53edba2 debian/copyright: Switch to copyright-format 1.0.
new ae4c37a debian/control: Add myself to uploaders.
new b6360a5 Add documentation about dts format and dt objects.
new b85b5a1 Release Debian version 1.4.4-1
The 58 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:
Documentation/dt-object-internal.txt | 310 +++++++++++
Documentation/manual.txt | 23 +-
Makefile | 8 +-
README | 4 -
checks.c | 214 +++++---
convert-dtsv0-lexer.l | 2 +-
data.c | 16 +-
debian/changelog | 25 +
debian/compat | 2 +-
debian/control | 12 +-
debian/copyright | 128 ++---
debian/device-tree-compiler.docs | 4 +
debian/device-tree-compiler.manpages | 1 +
debian/dirs | 1 -
debian/doc-base.dtc-paper | 6 -
debian/patches/.gitignore | 1 +
debian/patches/01_build_doc.patch | 21 +
debian/patches/series | 22 -
debian/rules | 71 +--
debian/source/format | 2 +-
debian/watch | 3 +
dtc-lexer.l | 24 +-
dtc-parser.y | 39 +-
dtc.c | 76 ++-
dtc.h | 45 +-
fdtdump.c | 29 +-
fdtget.c | 4 +-
fdtput.c | 4 +-
flattree.c | 95 ++--
fstree.c | 5 +-
libfdt/Makefile.libfdt | 2 +-
libfdt/fdt_overlay.c | 677 +++++++++++++++++++++++++
libfdt/fdt_ro.c | 4 +-
libfdt/fdt_rw.c | 3 +-
libfdt/fdt_strerror.c | 6 +
libfdt/libfdt.h | 82 ++-
libfdt/libfdt_env.h | 27 +-
libfdt/version.lds | 1 +
livetree.c | 319 +++++++++++-
srcpos.c | 2 +-
srcpos.h | 11 +-
tests/.gitignore | 3 +
tests/Makefile.tests | 4 +-
tests/char_literal.c | 2 +-
tests/{appendprop2.c => check_path.c} | 67 ++-
tests/dtbs_equal_ordered.c | 2 +-
tests/dtbs_equal_unordered.c | 10 +-
tests/dumptrees.c | 2 +-
tests/integer-expressions.c | 4 +-
tests/node_offset_by_prop_value.c | 2 +-
tests/nopulate.c | 2 +-
tests/overlay.c | 233 +++++++++
tests/{asm_tree_dump.c => overlay_bad_fixup.c} | 61 ++-
tests/overlay_bad_fixup_bad_index.dts | 14 +
tests/overlay_bad_fixup_base.dtsi | 18 +
tests/overlay_bad_fixup_empty.dts | 14 +
tests/overlay_bad_fixup_empty_index.dts | 14 +
tests/overlay_bad_fixup_index_trailing.dts | 14 +
tests/overlay_bad_fixup_path_empty_prop.dts | 14 +
tests/overlay_bad_fixup_path_only.dts | 14 +
tests/overlay_bad_fixup_path_only_sep.dts | 14 +
tests/overlay_bad_fixup_path_prop.dts | 14 +
tests/overlay_base.dts | 21 +
tests/overlay_base_manual_symbols.dts | 25 +
tests/overlay_overlay.dts | 86 ++++
tests/overlay_overlay_manual_fixups.dts | 112 ++++
tests/overlay_overlay_no_fixups.dts | 82 +++
tests/overlay_overlay_simple.dts | 12 +
tests/property_iterate.c | 4 +-
tests/references.c | 4 +-
tests/run_tests.sh | 106 ++++
tests/setprop.c | 2 +-
tests/sized_cells.c | 6 +-
tests/subnode_iterate.c | 4 +-
tests/sw_tree1.c | 4 +-
tests/test_label_ref.dts | 9 +
tests/tests.h | 6 +-
tests/value-labels.c | 6 +-
treesource.c | 20 +-
util.c | 11 +-
util.h | 24 +-
81 files changed, 2884 insertions(+), 513 deletions(-)
create mode 100644 Documentation/dt-object-internal.txt
create mode 100644 debian/device-tree-compiler.docs
create mode 100644 debian/device-tree-compiler.manpages
delete mode 100644 debian/dirs
create mode 100644 debian/patches/.gitignore
create mode 100644 debian/patches/01_build_doc.patch
create mode 100644 debian/watch
create mode 100644 libfdt/fdt_overlay.c
copy tests/{appendprop2.c => check_path.c} (52%)
create mode 100644 tests/overlay.c
copy tests/{asm_tree_dump.c => overlay_bad_fixup.c} (53%)
create mode 100644 tests/overlay_bad_fixup_bad_index.dts
create mode 100644 tests/overlay_bad_fixup_base.dtsi
create mode 100644 tests/overlay_bad_fixup_empty.dts
create mode 100644 tests/overlay_bad_fixup_empty_index.dts
create mode 100644 tests/overlay_bad_fixup_index_trailing.dts
create mode 100644 tests/overlay_bad_fixup_path_empty_prop.dts
create mode 100644 tests/overlay_bad_fixup_path_only.dts
create mode 100644 tests/overlay_bad_fixup_path_only_sep.dts
create mode 100644 tests/overlay_bad_fixup_path_prop.dts
create mode 100644 tests/overlay_base.dts
create mode 100644 tests/overlay_base_manual_symbols.dts
create mode 100644 tests/overlay_overlay.dts
create mode 100644 tests/overlay_overlay_manual_fixups.dts
create mode 100644 tests/overlay_overlay_no_fixups.dts
create mode 100644 tests/overlay_overlay_simple.dts
create mode 100644 tests/test_label_ref.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