index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dtc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-08
dtc: fix for_each_*() to skip first object if deleted
Stephen Warren
1
-34
/
+10
2012-09-06
dtc: Add ability to delete nodes and properties
Stephen Warren
1
-1
/
+47
2012-07-08
Allow toggling of semantic checks
David Gibson
1
-0
/
+1
2012-07-08
Re-work level setting on checks code
David Gibson
1
-0
/
+1
2011-10-11
dtc: Add data_append_integer function
Anton Staaf
1
-0
/
+1
2010-11-13
dtc: Add code to make diffing trees easier
David Gibson
1
-0
/
+1
2010-02-25
Allow device tree to be modified by additonal device tree sections
Grant Likely
1
-0
/
+1
2010-02-24
dtc: Allow multiple labels on nodes and properties
David Gibson
1
-6
/
+16
2010-02-23
Disallow re-use of the same label within a dts file
David Gibson
1
-0
/
+4
2010-02-19
dtc: Automatically pick a sensible boot_cpuid_phys
David Gibson
1
-0
/
+2
2010-01-14
dtc: Simpler interface to source file management
David Gibson
1
-4
/
+0
2009-11-26
Support ePAPR compliant phandle properties
David Gibson
1
-0
/
+5
2009-01-07
dtc: Move some functions to util.[ch]
David Gibson
1
-30
/
+0
2008-10-03
Add conditionalized debug() print macro.
Jon Loeliger
1
-0
/
+7
2008-10-03
Implement and use an xstrdup() function
Jon Loeliger
1
-0
/
+3
2008-07-14
dtc: Use the same endian-conversion functions as libfdt
David Gibson
1
-16
/
+1
2008-07-14
dtc: Use stdint.h types throughout dtc
David Gibson
1
-9
/
+5
2008-05-19
dtc: Rework handling of boot_cpuid_phys
David Gibson
1
-5
/
+4
2008-05-19
dtc: Make dt_from_blob() open its own input file, like the other input formats
David Gibson
1
-1
/
+1
2008-05-19
dtc: Simplify error handling for unparseable input
David Gibson
1
-1
/
+0
2008-03-23
dtc: Abolish asize field of struct data
David Gibson
1
-1
/
+0
2008-03-23
dtc: Make -I dtb mode use fill_fullpaths()
David Gibson
1
-1
/
+0
2008-01-04
Return a non-zero exit code if an error occurs during dts parsing.
Scott Wood
1
-0
/
+1
2007-12-18
dtc: Remove remaining old-style checks
David Gibson
1
-2
/
+1
2007-12-05
dtc: Implement path references
David Gibson
1
-0
/
+3
2007-12-04
dtc: Add many const qualifications
David Gibson
1
-12
/
+12
2007-12-04
dtc: Fix uninitialized use of structure_ok
David Gibson
1
-2
/
+2
2007-12-04
Add an option to pad the blob that is generated
Kumar Gala
1
-0
/
+1
2007-11-26
dtc: Merge refs and labels into single "markers" list (v2)
David Gibson
1
-7
/
+17
2007-11-26
dtc: Flexible tree checking infrastructure (v2)
David Gibson
1
-3
/
+5
2007-11-01
dtc: Move tree checking code to checks.c
David Gibson
1
-4
/
+11
2007-10-25
DTC: Remove the need for the GLR Parser.
Jon Loeliger
1
-0
/
+1
2007-10-22
dtc: Disable semantic checks by default
David Gibson
1
-0
/
+4
2007-09-27
dtc: Use libfdt/fdt.h instead of flat_dt.h
David Gibson
1
-3
/
+4
2007-09-18
dtc: Whitespace cleanup
David Gibson
1
-6
/
+6
2007-08-31
dtc: Optimise by default, fix warnings thus uncovered
David Gibson
1
-1
/
+1
2007-07-07
dtc: implement labels on property data
Milton Miller
1
-2
/
+3
2007-04-05
Implement the -R option and add a -S option.
Jerry Van Baren
1
-2
/
+4
2007-03-26
DTC: Add support for a C-like #include "file" mechanism.
Jon Loeliger
1
-1
/
+1
2007-03-19
Improve options, #define default version.
Jerry Van Baren
1
-0
/
+5
2007-02-16
Moved data_convert_cell() out of data.c to the parser.
Jon Loeliger
1
-1
/
+0
2007-02-15
Add support for decimal, octal and binary based cell values.
Jon Loeliger
1
-0
/
+1
2007-02-08
Allow multipart property values
David Gibson
1
-0
/
+1
2006-06-07
dtc: add setting of physical boot cpu
Michael Neuling
1
-3
/
+5
2005-10-26
Remove no longer used (and already commented) reserve_data field from boot_info.
David Gibson
1
-1
/
+0
2005-10-26
Use names for output functions in the form dt_to_*() instead of
David Gibson
1
-3
/
+3
2005-10-24
Rework tracking of reserve entries during processing. This is initial work
David Gibson
1
-4
/
+19
2005-07-15
Remove unused enum from dtc.h.
David Gibson
1
-5
/
+0
2005-07-15
Support for specifying memreserve ranges in the source format, based on
David Gibson
1
-8
/
+30
2005-07-11
Use u8 instead of uint8_t, as we do with the other size types.
David Gibson
1
-0
/
+1
[next]