aboutsummaryrefslogtreecommitdiffstats
path: root/treesource.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center1-2/+2
2013-10-28Use stdbool more widelyDavid Gibson1-3/+3
2012-02-16dtc: Fix zero-length input segfaultHorst Kronstorfer1-0/+2
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-6/+9
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-2/+2
2009-11-11Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson1-14/+15
2008-08-13dtc: Make many functions 'static'David Gibson1-1/+1
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-1/+1
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson1-1/+1
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson1-2/+4
2008-03-23dtc: Remove ugly include stack abuseDavid Gibson1-1/+2
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson1-2/+0
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood1-0/+3
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood1-1/+0
2007-12-04dtc: Add many const qualificationsDavid Gibson1-3/+3
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-30/+32
2007-11-12dtc: -Odts produces v1 outputDavid Gibson1-3/+5
2007-11-08dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson1-5/+61
2007-11-08dtc: Refactor printing of property values in -Odts modeDavid Gibson1-59/+38
2007-11-05dtc: Make -Idts -Odts preserve node/property labelsDavid Gibson1-2/+8
2007-10-17dtc: Improve -Odts outputDavid Gibson1-27/+97
2007-09-18dtc: Whitespace cleanupDavid Gibson1-7/+6
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-2/+4
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson1-1/+1
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-23/+4
2005-08-29Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson1-2/+3
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson1-1/+1
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-7/+44
2005-06-08Initial commitDavid Gibson1-0/+140