[Crosstoolchain-logs] [device-tree-compiler] annotated tag v1.0.0-rc1 created (now 8e4751c)

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


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

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

        at  8e4751c   (tag)
   tagging  74ce242bf3307c7ec77b9ddfff443c247ac8c0a3 (commit)
 tagged by  Jon Loeliger
        on  Wed Jul 25 11:01:45 2007 -0500

- Log -----------------------------------------------------------------
DTC 1.0.0-rc1

Becky Bruce (1):
      dtc: Update flat OF doc for new mdio properties

David Gibson (84):
      Initial commit
      Initial label support.  Also switch to glr-parser mode and get rid of
      Rudimentary phandle reference support.
      Remove build_empty_property().  It wasn't useful.
      First cut at a "libdt" set of routines for extracting things from the
      Add missing file.
      Oops.  Using %{  %} in the rules (rather than definitions) section of a
      Add flex option to stop warning about unused yyunput().
      Add automatic dependency generation.
      Fix bug in error message.
      Use u8 instead of uint8_t, as we do with the other size types.
      Remove inaccurate comment.
      Ensure that the reserve map is doubleword aligned in blob and asm output.
      Oops, fix stupid bug where we emitted padding before, rather than after
      Support for specifying memreserve ranges in the source format, based on
      Remove unused enum from dtc.h.
      In flat tree reading, check for (negative) string offsets which underrun
      Add a couple of missing cpu_to_be32() writing the version numbers out.
      Forgot to realign after emitting auto-generated "name" properties.  Oops.
      Remove an unused function, mark a bunch of other functions and variables
      Fix endian problems with handling of memreserve entries (bug pointed out
      Add ftdump utility, contributed by Pantelis Antoniou.
      Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we
      Use C99 fixed width integer type names in libdt.
      Oops avoid using case range gcc extension.
      Rudimentary support for reporting the line number of syntax errors.
      Update TODO
      Reduce message about too-long property names to a mere warning, it causes
      Alter add_property() and add_child() functiosn to add to the end of their
      Add a .gitignore file.
      Add a second cpu and a timebase frequency to test.dts.
      Rework tracking of reserve entries during processing.  This is initial work
      Use names for output functions in the form dt_to_*() instead of
      Remove no longer used (and already commented) reserve_data field from boot_info.
      Added document describing flattened tree format and what properties / nodes
      Add paper on the flattened tree and dtc presented at linux.conf.au 2006 by
      libfdt - library for manipulating device trees in flattened format
      Have tests read example tree from a generated file, rather than link it in.
      Fix building of dumptrees
      Simplify string table access functions
      libfdt: Sequential write support
      Add a copy of the GPL
      libfdt: Fix logic in nop_property testcase
      libfdt: Export accessors for header fields
      libfdt: Implement fdt_move()
      libfdt: Factor out string search function
      libfdt: Introduce flat tree format v17
      libfdt: Read-write support
      libfdt: Add dtb files to .gitignore
      libfdt: Fix libfdt for little endian hosts
      libfdt: Fixups for 64-bit machines
      dtc: Remove verbose message from get_node_phandle()
      libfdt: Abolish fdt_property_offset()
      libfdt: Remove unused _ptr_offset() function
      libfdt: Fix bounds-checking bug in fdt_get_property()
      libfdt: Fixup usage of fdt_offset_ptr() in fdt_rw.c
      libfdt: Use void * to refer to device tree blobs
      libfdt: Abolish encoding of error codes into pointers
      libfdt: More consistent handling of returned error codes.
      libfdt: Clean up error codes
      libfdt: Add TODO file
      libfdt: Add fdt_strerror() function to library
      Remove check for linux,platform property in /chosen
      Bugfix for CHECK_HAVE_WARN_PHANDLE()
      Allow multipart property values
      Allow references to labels
      libfdt: Fix fdt_strerror() bugs
      libfdt: Use correct property format
      Fix flat_dt_property structure
      Add support for flat device tree format version 17
      Get rid of libdt.c
      libfdt: Remove #includes from fdt.h
      dtc: Fix recognition of whitespace characters
      libfdt: More thorough use of constification
      libfdt: Switch to dual GPL/BSD license
      Move everything into a subdirectory in preparation for merge into dtc.
      Merge ../libfdt into dtc-libfdt-merge
      Merge libfdt into dtc.
      dtc: Accept NOPs in dtb input regardless of version
      dtc: Count testcases and results in the dtc/libfdt testsuite
      dtc: Remove redundant copy of the GPL
      dtc: Improve and better integrate dtc and libfdt Makefiles
      dtc: Remove bogus break statement
      dtc: Improve the make install target

Ed Swarthout (1):
      ftdump missing be32_to_cpu() on size cell.

Jerry Van Baren (6):
      Improve options, #define default version.
      Implement the -R option and add a -S option.
      Add -o <output file> to the usage message.
      Fix reserve map output for asm format.
      Assemble the blob in memory before writing it out.
      Fix the -S to modify the totalsize properly.

Jon Loeliger (14):
      Don't generate the mem-reserve entry for the blob itself,
      Use .long on high and low halfs of u64s to avoid .quad
      Remove dead code.
      Add copyright.  Fix 80-column line.
      Merge branch 'jdl'
      Add support for decimal, octal and binary based cell values.
      Add some initial test cases.
      Moved data_convert_cell() out of data.c to the parser.
      DTC: Add support for a C-like #include "file" mechanism.
      DTC: Incorporate some review suggestions.
      Add a note to the build about the expected parser warnings.
      Add DTC release version information.
      Reorganized Makefile into better top-down structure.
      Make release 1.0.0-rc1!

Josh Boyer (1):
      dtc: Add install makefile target

Kim Phillips (1):
      Change default output blob version from 3 to 16

Mark A. Greer (1):
      The problem is that asm_emit_cell() was swapping its asm output when

Michael Neuling (2):
      dtc: add setting of physical boot cpu
      dtc: fix endian issue when reading blobs

Milton Miller (12):
      dtc: parse NOP in dtb input
      dtc: fix asm for version 17
      dtc: move declaration of yyerror
      dtc: complain about unparsed digits in cell lists
      dtc: implement labels on memory reserve slots
      dtc: clean up grow_data_for()
      dtc: allow a label: in any dts context
      dtc: implement labels on property data
      dtc: store labels in ascending order
      dtc: add a testcase with labels
      dtc: align header comments in asm output
      dtc: format memory reserve as pairs on two lines

Scott Wood (1):
      Remove bogus errors from check_chosen.

Stuart Yoder (1):
      remove check for interrupt-controller property under /chosen

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

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