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