[Crosstoolchain-logs] [device-tree-compiler] annotated tag v1.4.3 created (now a867873)

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


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

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

        at  a867873   (tag)
   tagging  fa8bc7f928ac25f23532afc8beb2073efc8fb063 (commit)
  replaces  v1.4.2
 tagged by  David Gibson
        on  Tue Feb 28 16:10:59 2017 +1100

- Log -----------------------------------------------------------------
DTC 1.4.3

This release adds code to libfdt to apply dynamic overlays in the
format used by many Linux kernels for ARM.  Apart from that there are
a number of small bugfixes and enhancements.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJYtQa9AAoJEGw4ysog2bOSckQQAMkD33jfP0bTKNOwl9HhQTSB
cExPxiNZlt1Jc/lZzkAiFAP2mmQCgz+34lmjI3PA+ANUqoVvVmHVMsvP/IePP4yv
jP3lRDAVGtOtO3ayjP8rw3i2XsakAOIqyhnZBvqUUhiK0Vnb9elxS5Cyva7/mYdJ
NkJlAu3SzHJ+RwdoUdknNpy1LL2zrV0yk7UXvusScQkRjW4QokZ+7Vz98B2hoMxp
ZOZijsbIihlj0jc/sQ3D0bSg7izJtxbyc3sqpwIA4OtVvIyW5320Vh/85yf+EoIH
Q0XrdAmTyWaAJWHhBbyjDD62U9kO2RH6RRyWL/7NfZ43dphpwUAO068xfxvdCY8o
zJIng8k2v1Q2NBUdMbDMOPcleFvkKbC4cJZTN5+GUbIBEzmNc4CZA7ro6rLvvNqV
5ThhebyGowUmBqIVGO0l5yeV6TijheRucJTEATopqtD3vJ7iBvrmrrjndu9FNgFD
djPu4igcerusSZ+TbkAFKZZmb2I7jI4ebAsAYNudqse1XTSyuMnAOIh4lbexoE5j
nZqbVLpkAjtfgiOj1gDLTruaUwfhaE4JWu/wLZulXZDt0I/2eo8smPAGisQUD9Wf
LctghxuceUNILwxJSbJaO0+gAHiYY/WyhK3SEHYK1Wqt20zPtf2c+GFEdClSpLkl
zXH41O42LXTQ/D1NUwEW
=Ptmx
-----END PGP SIGNATURE-----

Benjamin Fair (1):
      libfdt: add missing errors to fdt_strerror()

David Gibson (23):
      dtc: Fix assorted problems in the testcases for the -a option
      Merge tag 'v1.4.2'
      dtc: Remove "home page" link
      libfdt: Don't use 'index' as a local variable name
      tests: Make overlay/plugin tests unconditional
      tests: Test auto-alias generation on base tree, not overlay
      tests: Split overlay tests into those with do/don't exercise dtc plugin generation
      tests: Fix double expansion bugs in test code
      tests: Correct fdt handling of overlays without fixups and base trees without symbols
      tests: More thorough tests of libfdt overlay application without dtc
      tests: Clarify dtc overlay tests
      tests: Remove "suppression of fixups" tests
      tests: Don't use -@ on plugin de/recompile tests
      dtc: Don't always generate __symbols__ for plugins
      dtc: Clean up /dts-v1/ and /plugin/ handling in grammar
      Rename boot_info
      dtc: pos parameter to srcpos_string() can't be NULL
      dtc: Use streq() in preference to strcmp()
      libfdt: Remove undefined behaviour setting empty properties
      libfdt: Add fdt_setprop_empty()
      Correct some broken printf() like format mismatches
      Add printf format attributes
      dtc: Bump version to v1.4.3

Gabriel Smith (1):
      dtc: Fix memory leak in character literal parsing

Heinrich Schuchardt (1):
      dtc: fdtdump: check fdt if not in scanning mode

Ian Campbell (1):
      Print output filename as part of warning messages

Jean-Christophe Dubois (1):
      livetree.c: Fix memory leak

Masahiro Yamada (2):
      libfdt: fix fdt_stringlist_count()
      libfdt: fix fdt_stringlist_search()

Maxime Ripard (12):
      libfdt: Add new errors for the overlay code
      libfdt: Extend the reach of FDT_ERR_BADPHANDLE
      libfdt: Add overlay application function
      tests: Add tests cases for the overlay code
      libfdt: Add BADPHANDLE error string
      libfdt: overlay: Report a bad overlay for mismatching local fixups
      libfdt: overlay: Fix symbols and fixups nodes condition
      tests: overlay: Move back the bad fixup tests
      fdt: strerr: Remove spurious BADOVERLAY
      libfdt: Add fdt_overlay_apply to the exported symbols
      tests: overlay: Add test suffix to the compiled blobs
      tests: overlay: Rename the device tree blobs to be more explicit

Pantelis Antoniou (5):
      checks: Pass boot_info instead of root node
      dtc: Document the dynamic plugin internals
      dtc: Plugin and fixup support
      tests: Add check_path test
      tests: Add overlay tests

Rob Herring (2):
      checks: Add Warning for stricter property name character checking
      checks: Add Warning for stricter node name character checking

Stephen Boyd (3):
      Makefile: Add tags rule
      manual: Fix typo it -> in
      dtc: Fix NULL pointer use in dtlabel + dtref case

Thomas Huth (1):
      Fix some typing errors in libfdt.h and livetree.c

Tim Wang (1):
      Implement the -a option to pad dtb aligned

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

This annotated tag includes the following new commits:

       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

The 32 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.


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