summaryrefslogtreecommitdiff
path: root/treesource.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson2023-05-141-0/+2
* treesource: Maintain phandle label/path on outputRob Herring2021-10-111-6/+19
* asm: Use .asciz and .ascii instead of .stringRob Herring2021-09-251-22/+1
* dtc: Consider one-character strings as stringsGeert Uytterhoeven2020-06-241-1/+1
* Fix some potential unaligned accesses in dtcDavid Gibson2020-04-141-3/+3
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* annotations: add the annotation functionalityJulia Lawall2018-11-191-6/+40
* treesource: Fix dts output for phandles in middle of a sequence of intsRob Herring2018-10-121-3/+3
* Fix dts output with a REF_PATH markerRob Herring2018-09-271-0/+4
* Fix missing labels when emitting dts formatGrant Likely2018-09-201-27/+18
* Revert dts output formatting changes of spaces around bracketsRob Herring2018-09-171-8/+10
* Make type_marker_length helper publicRob Herring2018-09-131-1/+1
* Kill bogus TYPE_BLOB marker typeGreg Kurz2018-08-311-2/+7
* Preserve datatype markers when emitting dts formatGrant Likely2018-06-291-91/+131
* Fix assorted sparse warningsDavid Gibson2017-03-061-1/+1
* dtc: Don't abuse struct fdt_reserve_entryDavid Gibson2017-03-061-2/+2
* Rename boot_infoDavid Gibson2016-12-091-7/+7
* Correct write_propval_bytes() for platforms with signed char by defaultAndrei Errapart2014-06-191-1/+1
* Fix an off-by-2 error in the source output codeDavid Gibson2014-06-181-1/+1
* Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center2013-12-251-2/+2
* Use stdbool more widelyDavid Gibson2013-10-281-3/+3
* 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