summaryrefslogtreecommitdiff
path: root/treesource.c
AgeCommit message (Expand)Author
2021-10-11treesource: Maintain phandle label/path on output Rob Herring
2021-09-25asm: Use .asciz and .ascii instead of .string Rob Herring
2020-06-24dtc: Consider one-character strings as strings Geert Uytterhoeven
2020-04-14Fix some potential unaligned accesses in dtc David Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tags Rob Herring
2018-11-19annotations: add the annotation functionality Julia Lawall
2018-10-12treesource: Fix dts output for phandles in middle of a sequence of ints Rob Herring
2018-09-27Fix dts output with a REF_PATH marker Rob Herring
2018-09-20Fix missing labels when emitting dts format Grant Likely
2018-09-17Revert dts output formatting changes of spaces around brackets Rob Herring
2018-09-13Make type_marker_length helper public Rob Herring
2018-08-31Kill bogus TYPE_BLOB marker type Greg Kurz
2018-06-29Preserve datatype markers when emitting dts format Grant Likely
2017-03-06Fix assorted sparse warnings David Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entry David Gibson
2016-12-09Rename boot_info David Gibson
2014-06-19Correct write_propval_bytes() for platforms with signed char by default Andrei Errapart
2014-06-18Fix an off-by-2 error in the source output code David Gibson
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions Serge Lamikhov-Center
2013-10-28Use stdbool more widely David Gibson
2012-02-16dtc: Fix zero-length input segfault Horst Kronstorfer
2010-02-24dtc: Allow multiple labels on nodes and properties David Gibson
2010-01-14dtc: Simpler interface to source file management David Gibson
2009-11-11Fix bug in -Odts with properties containing multiple terminating nulls David Gibson
2008-08-13dtc: Make many functions 'static' David Gibson
2008-07-14dtc: Enable and fix -Wcast-qual warnings David Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdt David Gibson
2008-05-19dtc: Simplify error handling for unparseable input David Gibson
2008-03-23dtc: Remove ugly include stack abuse David 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 qualifications David Gibson
2007-11-26dtc: Merge refs and labels into single "markers" list (v2) David Gibson
2007-11-12dtc: -Odts produces v1 output David Gibson
2007-11-08dtc: Make -Idts -Odts preserve property-internal labels David Gibson
2007-11-08dtc: Refactor printing of property values in -Odts mode David Gibson
2007-11-05dtc: Make -Idts -Odts preserve node/property labels David Gibson
2007-10-17dtc: Improve -Odts output David Gibson
2007-09-18dtc: Whitespace cleanup David 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 of David Gibson
2005-10-24Rework tracking of reserve entries during processing. This is initial work David Gibson
2005-08-29Fix endian problems with handling of memreserve entries (bug pointed out David Gibson
2005-08-29Remove an unused function, mark a bunch of other functions and variables David Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based on David Gibson
2005-06-08Initial commit David Gibson