aboutsummaryrefslogtreecommitdiffstats
path: root/treesource.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04treesource: Restore string list output when no type markersRob Herring1-0/+24
2023-05-14dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson1-0/+2
2021-10-11treesource: Maintain phandle label/path on outputRob Herring1-6/+19
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring1-22/+1
2020-06-24dtc: Consider one-character strings as stringsGeert Uytterhoeven1-1/+1
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson1-3/+3
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-16/+1
2018-11-19annotations: add the annotation functionalityJulia Lawall1-6/+40
2018-10-12treesource: Fix dts output for phandles in middle of a sequence of intsRob Herring1-3/+3
2018-09-27Fix dts output with a REF_PATH markerRob Herring1-0/+4
2018-09-20Fix missing labels when emitting dts formatGrant Likely1-27/+18
2018-09-17Revert dts output formatting changes of spaces around bracketsRob Herring1-8/+10
2018-09-13Make type_marker_length helper publicRob Herring1-1/+1
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz1-2/+7
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely1-91/+131
2017-03-06Fix assorted sparse warningsDavid Gibson1-1/+1
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson1-2/+2
2016-12-09Rename boot_infoDavid Gibson1-7/+7
2014-06-19Correct write_propval_bytes() for platforms with signed char by defaultAndrei Errapart1-1/+1
2014-06-18Fix an off-by-2 error in the source output codeDavid Gibson1-1/+1
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