summaryrefslogtreecommitdiff
path: root/treesource.c
Commit message (Expand)AuthorAgeFilesLines
* 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