summaryrefslogtreecommitdiff
path: root/treesource.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Fix zero-length input segfaultHorst Kronstorfer2012-02-161-0/+2
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-6/+9
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-2/+2
* Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson2009-11-111-14/+15
* dtc: Make many functions 'static'David Gibson2008-08-131-1/+1
* dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-07-141-1/+1
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-1/+1
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-191-2/+4
* dtc: Remove ugly include stack abuseDavid Gibson2008-03-231-1/+2
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-231-2/+0
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-0/+3
* Add yyerrorf() for formatted error messages.Scott Wood2008-01-041-1/+0
* dtc: Add many const qualificationsDavid Gibson2007-12-041-3/+3
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-30/+32
* dtc: -Odts produces v1 outputDavid Gibson2007-11-121-3/+5
* dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson2007-11-081-5/+61
* dtc: Refactor printing of property values in -Odts modeDavid Gibson2007-11-081-59/+38
* dtc: Make -Idts -Odts preserve node/property labelsDavid Gibson2007-11-051-2/+8
* dtc: Improve -Odts outputDavid Gibson2007-10-171-27/+97
* dtc: Whitespace cleanupDavid Gibson2007-09-181-7/+6
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-2/+4
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-1/+1
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-23/+4
* Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson2005-08-291-2/+3
* Remove an unused function, mark a bunch of other functions and variablesDavid Gibson2005-08-291-1/+1
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-7/+44
* Initial commitDavid Gibson2005-06-081-0/+140