aboutsummaryrefslogtreecommitdiff
path: root/treesource.c
AgeCommit message (Expand)Author
2021-10-11treesource: Maintain phandle label/path on outputRob Herring
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring
2020-06-24dtc: Consider one-character strings as stringsGeert Uytterhoeven
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2018-11-19annotations: add the annotation functionalityJulia Lawall
2018-10-12treesource: Fix dts output for phandles in middle of a sequence of intsRob Herring
2018-09-27Fix dts output with a REF_PATH markerRob Herring
2018-09-20Fix missing labels when emitting dts formatGrant Likely
2018-09-17Revert dts output formatting changes of spaces around bracketsRob Herring
2018-09-13Make type_marker_length helper publicRob Herring
2018-08-31Kill bogus TYPE_BLOB marker typeGreg Kurz
2018-06-29Preserve datatype markers when emitting dts formatGrant Likely
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2016-12-09Rename boot_infoDavid Gibson
2014-06-19Correct write_propval_bytes() for platforms with signed char by defaultAndrei Errapart
2014-06-18Fix an off-by-2 error in the source output codeDavid Gibson
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center
2013-10-28Use stdbool more widelyDavid Gibson
2012-02-16dtc: Fix zero-length input segfaultHorst Kronstorfer
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-11Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson
2008-08-13dtc: Make many functions 'static'David Gibson
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson
2008-03-23dtc: Remove ugly include stack abuseDavid Gibson
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson
2007-11-12dtc: -Odts produces v1 outputDavid Gibson
2007-11-08dtc: Make -Idts -Odts preserve property-internal labelsDavid Gibson
2007-11-08dtc: Refactor printing of property values in -Odts modeDavid Gibson
2007-11-05dtc: Make -Idts -Odts preserve node/property labelsDavid Gibson
2007-10-17dtc: Improve -Odts outputDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson
2005-08-29Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-06-08Initial commitDavid Gibson