[Crosstoolchain-logs] [device-tree-compiler] annotated tag v1.4.0 created (now 6d109a2)

Vagrant Cascadian vagrant at moszumanska.debian.org
Mon Sep 25 16:23:53 UTC 2017


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

vagrant pushed a change to annotated tag v1.4.0
in repository device-tree-compiler.

        at  6d109a2   (tag)
   tagging  65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf (commit)
  replaces  v1.3.0
 tagged by  Jon Loeliger
        on  Sat Jun 22 13:06:27 2013 -0500

- Log -----------------------------------------------------------------
DTC 1.4.0

The Mandate from the Masses release.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABAgAGBQJRxeexAAoJEBRlxSWwJyhn/tMP/2UBP8op759sFcyVrppqj9g3
AcFDa5vSPQ8VCKjKG/f5sCIHuZkKgmuGWdBUZq+YZ4bAM6urT5hTtvAvFLQZVF2O
t9y0p0qgAF755DQDWkLvnpX4dP5MzRxK8CoWI5MfB6rixWagu+cjpWfF6nW7MgBy
Twu0h2IdL9kwmKpJlUI5KI4aga8+9iR//LtUPDRBQ/ORyhJjIklSgsR1ofINVnmv
l6nhBUiU3tc79GHS3IDX2Bs0EdOFQmlsoP71qXcpxuunqyrh46IeSHOBvPw+SlSH
MOEeJ+UniJQTpRWIPyr5+PpeNn88cFjIjhRRFZJP64TCnTBBeGYvXu8xU3FEfBvj
LvefTZMN38P3oIL3HGDqZCrBZdMvyNXPmm8uU33faMphPfDzBYFl6o9iPe/pLU6w
9gL+6pcIfJ6WZ6Ui8chnGcp+R6Abdju9a/f75R2k7X9fxn8XtAjbOuFjn3p44TNE
7oFzrF2tdBWkOM9w2oXbKCzThxvQefk/+Uq/Ow5/aux1h4Bxv33dQYMYTOYxvzaG
qJAFlCFRcNYs52R51xYKv8prOWvYMrafL2iFQjp9OUCh11+t9Wty8HpTe5dneizC
gtuhrerQjFDUsxZAdyNe2hkE3y/cgIz9qWTUv3LON4M1imcOelR0BaN8VncxB+Hy
e5RCxiU5/h2vxMPPfCA3
=R0DY
-----END PGP SIGNATURE-----

Anders Hedlund (1):
      libfdt: Added missing functions to shared library

Anton Staaf (5):
      dtc: Refactor character literal parsing code
      dtc: Support character literals in cell lists
      libfdt: Add fdt16_to_cpu utility function
      dtc: Add data_append_integer function
      dtc: Add support for variable sized elements

Bert Kenward (1):
      Remove invalid macro starting with _ from libfdt_env.h

David Gibson (21):
      dtc: Remove gcc 4.6 "set but not used" warnings
      libfdt: Activate testcase for appending properties
      Update .gitignore for tests
      Add quilt files to .gitignore
      Trivial style fixup
      Remove unused variable from test scripts
      Use 'trap' builtin to clean up temporaries in test scripts
      Remove bashism from run_tests.sh
      Factor signal checks out of test scripts
      Clean up invocation of fdt{get,put} tests
      Don't use diff to check fdt{get,put} results
      Generate test data for fdtput more sensibly
      Fix uninitialized access bug in utilfdt_decode_type
      Remove test_tree1_dts0 testcases
      libfdt: Add helpers for 64-bit integer properties
      libfdt: Add helper function to create a trivial, empty tree
      Re-work level setting on checks code
      Allow toggling of semantic checks
      Use shorten_echo for wrap_tests
      Remove some tests for misfeatures
      Add missing test binary to .gitignore

François Revol (1):
      Fix typo

Horst Kronstorfer (1):
      dtc: Fix zero-length input segfault

Jon Loeliger (3):
      Introduce ${TESTS_BIN} in Makefiles to identify tested executables.
      Revert "utilfdt_read: pass back up the length of data read"
      Tag Version 1.4.0

Josh Boyer (2):
      dtc: Remove unused check variable
      dtc: Remove unused variable in flat_read_mem_reserve

Justin Sobota (1):
      Added license header to dtc/libfdt/fdt.h and libfdt_env.h

KRONSTORFER Horst (1):
      dtc: Drop the '-S is deprecated' warning

Kim Phillips (4):
      dtc/tests: don't include fdt.h prior to libfdt.h
      dtc/fdtdump: include libfdt_env.h prior to fdt.h
      dtc/libfdt: introduce fdt types for annotation by endian checkers
      dtc/libfdt: sparse fixes

Michael Ellerman (2):
      dtc: srcpos_verror() should print to stderr
      Add documentation on how to submit patches

Mike Frysinger (12):
      fdtdump: rename from ftdump
      utilfdt_read_err: use xmalloc funcs
      utilfdt_read: pass back up the length of data read
      die: constify format string arg
      util_version: new helper for displaying version info
      utilfdt_read: pass back up the length of data read
      fdtdump: make usage a bit more friendly
      fdtdump: add a --scan option
      dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers
      util: drop "long" from usage helpers
      util: add common ARRAY_SIZE define
      fdtdump: add a debug mode

Minghuan Lian (1):
      libfdt: Add support for appending the values to a existing property

Pantelis Antoniou (2):
      fdtdump: properly handle multi-string properties
      Fix util_is_printable_string

Simon Glass (26):
      Split out is_printable_string() into util.c
      Add missing tests to .gitignore
      Create Makefile.utils and move ftdump into it
      Add fdt read/write utility functions
      Make testutils use utilfdt
      ftdump: use utilfdt to read blob
      Add fdtget utility to read property values from a device tree
      Add fdtput utility to write property values to a device tree
      fdtget: Fix multiple arg bug and add test for it
      fdtget: Add -p to list the properties of a node
      fdtget: Add -l to list the subnodes of a node
      fdtget: Add -d to provide a default value
      dtc: Add -i option to support search paths
      dtc: Remove spurious output on stderr
      dtc: Adjust .gitignore to be in alphabetical order
      Add integer expressions files to .gitignore
      fdtput: Fix nit in help message
      fdtput: Prepare to support multiple operations
      fdtput: Add -c option to create nodes
      fdtput: Adjust report_error() to use name, namelen params
      fdtput: Add -p option to create subnodes along entire path
      Adjust util_is_printable_string() comment and fix test
      Move property-printing into util
      .gitignore: Add rule for *.patch
      Export fdt_stringlist_contains()
      libfdt: Add fdt_next_subnode() to permit easy subnode iteration

Srinivas Kandagatla (1):
      fdtput: expand fdt if value does not fit

Stephen Warren (12):
      dtc: Implement -d option to write out a dependency file
      fdtget-runtest.sh: Fix failures when /bin/sh isn't bash
      dtc: Basic integer expressions
      Fix compilation warning/error in setprop_inplace.c
      Add test for re-defining an identical label
      dtc: Add ability to delete nodes and properties
      dtc: cpp co-existence: allow names starting with # to be escaped
      dtc: cpp co-existence: add support for #line directives
      dtc: zero out new label objects
      dtc: fix for_each_*() to skip first object if deleted
      fdtget-runtest.sh: use printf instead of /bin/echo -e
      dtc: ensure #line directives don't consume data from the next line

Yann E. MORIN (1):
      dtc/libfdt: install missing header

-----------------------------------------------------------------------

No new revisions were added by this update.

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