[Crosstoolchain-logs] [device-tree-compiler] annotated tag v1.4.5 created (now 1ae2d18)
Vagrant Cascadian
vagrant at moszumanska.debian.org
Thu Sep 28 22:04:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
vagrant pushed a change to annotated tag v1.4.5
in repository device-tree-compiler.
at 1ae2d18 (tag)
tagging 22a65c5331c22979d416738eb756b9541672e00d (commit)
replaces upstream/1.4.4
tagged by David Gibson
on Wed Sep 27 20:04:22 2017 +1000
- Log -----------------------------------------------------------------
DTC 1.4.5
It's been a while since the last release, and various enhancements
have been made in the meantime.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAlnLeCQACgkQbDjKyiDZ
s5IdZRAAml48IPA5CZco48YqEUiizO0WQZwCDk3glizC0mhE+vNWeESmrhu6meX3
fLutWYxDqsYSk+A3aPQBxlz6WXc2ksSaJD49WHNTOiHIKCh8BjZEt63h1iolqeh6
V4pWxTZVRCiOsURjRtQ7FcOOblbF3Lz5aoAfK1aRaj/pCpHCpQwlmdG8hJEv8fG9
bsaQ3iVZzULT459FYteUjNS//LyJh3HuRBQMPF0oEcjM//JVJHSjbS0uET1AkjBM
L9NxjYSmJUws+yRNM178dwKITgKkKwcgLzDAsMHj4cVRhYL5IKuX22+b10zu3Nwh
H2mGC+ILqKLlP8JgkaFF4nsNUh2PiJ9DfnOYoB56FPVtT8+7xvEtYkBBF0JZZ5qT
fo1B3FsHmwqtkSAhViGoPmJLg7SCvQTuDvXdrjtBbuw7woSdZZ2xowhM86yE1L2W
QlOB2phisx2FB+hyuAquD1VjJeiujt0+kJBWi4Lfx67JIeEtfmqHAvW0oOdqwVt6
QDjspDJFYYX6Ns80LFictxD51X0b9fR5vTYVQY6Y/i/Bos6oQpDaQQSCqs6c0Z/P
pfs4d0g86bN+RG2d6EwuOrT7hSyZVlT3sHvwenwgya9I9NnKji+9d6FtS+7DL+JA
wKpLQlowkWN+h7EhA0CmVFq9FCUnULrzpgi6Fspt/bowH7IHDSw=
=3PPN
-----END PGP SIGNATURE-----
Cufi, Carles (1):
Makefile: Fix build on MSYS2 and Cygwin
David Gibson (12):
Correct typo: s/pylibgfdt/pylibfdt/
.travis.yml: Add builds with and without Python library prerequisites
Add Coverity Scan support
fdtdump: Fix over-zealous version check
fdtdump: Discourage use of fdtdump
Suppress expected error message in fdtdump test
Clean up shared library compile/link options
dtc: fix sprintf() format string error, again
pylibfdt: Use Python2 explicitly
fdtoverlay: Sanity check blob size
Add fdtoverlay to .gitignore
dtc: Bump version to v1.4.5
Pantelis Antoniou (6):
manual: Document missing options
fdtoverlay: A tool that applies overlays
tests: fdtoverlay unit test
Introduce fdt_setprop_placeholder() method
fdt: Allow stacked overlays phandle references
tests: Add stacked overlay tests on fdtoverlay
Rob Herring (7):
checks: Add bus checks for PCI buses
checks: Add bus checks for simple-bus buses
checks: Warn on node name unit-addresses with '0x' or leading 0s
dtc: change default phandles to ePAPR style instead of both
checks: add phandle with arg property checks
checks: add gpio binding properties check
checks: add interrupts property check
Shuah Khan (1):
dtc: check.c fix compile error
Simon Glass (29):
Add an initial Python library for libfdt
Add tests for pylibfdt
Mention pylibfdt in the documentation
Adjust libfdt.h to work with swig
Build pylibfdt as part of the normal build process
pylibfdt: Allow pkg-config to be supplied in the environment
pylibfdt: Use environment to pass C flags and files
pylibfdt: Use package_dir to set the package directory
pylibfdt: Allow building to be disabled
pylibfdt: Enable installation of Python module
pylibfdt: Use the correct libfdt version in the module
pylibfdt: Use the call function to simplify the Makefile
Add a libfdt function to write a property placeholder
pylibfdt: Rename libfdt.swig to libfdt.i
pylibfdt: Fix code style in setup.py
pylibfdt: Allow setup.py to operate stand-alone
pylibfdt: Use Makefile constructs to implement NO_PYTHON
pylibfdt: Use setup.py to build the swig file
Fix a few whitespace and style nits
pylibfdt: Add stdint include to fix uint32_t
pylibfdt: Add a test for use of uint32_t
pylibfdt: Use local pylibfdt module
tests: Return a failure code when any tests fail
pylibfdt: Add support for fdt_get_phandle()
pylibfdt: Add support for fdt_parent_offset()
pylibfdt: Add support for fdt_node_offset_by_phandle()
pylibfdt: Add support for fdt_subnode_offset()
README: Add a note about test_tree1.dts
fdtget: Split out cell list display into a new function
Tim Montague (1):
Fix get_node_by_path string equality check
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 33c3985 checks: Add bus checks for PCI buses
new 4c15d5d checks: Add bus checks for simple-bus buses
new cdbb2b6 checks: Warn on node name unit-addresses with '0x' or leading 0s
new 50f2507 Add an initial Python library for libfdt
new 12cfb74 Add tests for pylibfdt
new b40aa83 Mention pylibfdt in the documentation
new 8cb3896 Adjust libfdt.h to work with swig
new 756ffc4 Build pylibfdt as part of the normal build process
new 6afd7d9 Correct typo: s/pylibgfdt/pylibfdt/
new 4e0e0d0 pylibfdt: Allow pkg-config to be supplied in the environment
new 89a5062 pylibfdt: Use environment to pass C flags and files
new 14c4171 pylibfdt: Use package_dir to set the package directory
new 741cdff .travis.yml: Add builds with and without Python library prerequisites
new 8a892fd pylibfdt: Allow building to be disabled
new e91c652 pylibfdt: Enable installation of Python module
new 9f2e3a3 pylibfdt: Use the correct libfdt version in the module
new ab15256 pylibfdt: Use the call function to simplify the Makefile
new 580a9f6 Add a libfdt function to write a property placeholder
new 1c5170d pylibfdt: Rename libfdt.swig to libfdt.i
new b04a2cf pylibfdt: Fix code style in setup.py
new e20d965 Add Coverity Scan support
new 90db6d9 pylibfdt: Allow setup.py to operate stand-alone
new 896f1c1 pylibfdt: Use Makefile constructs to implement NO_PYTHON
new e56f2b0 pylibfdt: Use setup.py to build the swig file
new 9067ee4 Fix a few whitespace and style nits
new c225884 fdtdump: Fix over-zealous version check
new 548aea2 fdtdump: Discourage use of fdtdump
new a10cb3c Fix get_node_by_path string equality check
new 2a42b14 dtc: check.c fix compile error
new 21a2bc8 Suppress expected error message in fdtdump test
new 51f56de Clean up shared library compile/link options
new d990b80 Makefile: Fix build on MSYS2 and Cygwin
new 13ce6e1 dtc: fix sprintf() format string error, again
new aae2272 manual: Document missing options
new 4240914 fdtoverlay: A tool that applies overlays
new e3b9a95 tests: fdtoverlay unit test
new 0016f8c dtc: change default phandles to ePAPR style instead of both
new a33c224 Introduce fdt_setprop_placeholder() method
new 1bb0065 fdt: Allow stacked overlays phandle references
new 36f511f tests: Add stacked overlay tests on fdtoverlay
new ab78860 pylibfdt: Add stdint include to fix uint32_t
new 50e5cd0 pylibfdt: Add a test for use of uint32_t
new 155faf6 pylibfdt: Use local pylibfdt module
new b9eba92 tests: Return a failure code when any tests fail
new a198af8 pylibfdt: Add support for fdt_get_phandle()
new a3ae437 pylibfdt: Add support for fdt_parent_offset()
new 46f31b6 pylibfdt: Add support for fdt_node_offset_by_phandle()
new 5bed86a pylibfdt: Add support for fdt_subnode_offset()
new 62d8123 README: Add a note about test_tree1.dts
new fe50bd1 fdtget: Split out cell list display into a new function
new b3bbac0 checks: add phandle with arg property checks
new c1e7738 checks: add gpio binding properties check
new ee3d26f checks: add interrupts property check
new 8c1eb15 pylibfdt: Use Python2 explicitly
new b6a6f94 fdtoverlay: Sanity check blob size
new c575d80 Add fdtoverlay to .gitignore
new 22a65c5 dtc: Bump version to v1.4.5
The 57 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