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
/
flattree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
dtc: Simplify asm_emit_string() implementation
Nicolas Iooss
1
-15
/
+7
2017-03-06
Fix assorted sparse warnings
David Gibson
1
-10
/
+13
2017-03-06
dtc: Don't abuse struct fdt_reserve_entry
David Gibson
1
-7
/
+6
2016-12-09
Rename boot_info
David Gibson
1
-10
/
+10
2016-12-09
dtc: Plugin and fixup support
Pantelis Antoniou
1
-1
/
+1
2016-09-22
Implement the -a option to pad dtb aligned
Tim Wang
1
-4
/
+13
2016-07-11
DTC: Fix memory leak on flatname.
Jean-Christophe Dubois
1
-0
/
+4
2016-02-19
Catch unsigned 32bit overflow when parsing flattened device tree offsets
Anton Blanchard
1
-2
/
+2
2013-10-28
Use stdbool more widely
David Gibson
1
-2
/
+2
2012-09-06
dtc: Add ability to delete nodes and properties
Stephen Warren
1
-0
/
+3
2011-07-17
dtc: Remove unused variable in flat_read_mem_reserve
Josh Boyer
1
-2
/
+0
2010-02-24
dtc: Allow multiple labels on nodes and properties
David Gibson
1
-26
/
+31
2010-01-14
dtc: Simpler interface to source file management
David Gibson
1
-12
/
+12
2009-11-11
Fix dtc bugs for 64-bit compile
David Gibson
1
-1
/
+1
2009-02-03
dtc: Make asm output more portable and add testcases
David Gibson
1
-37
/
+55
2008-11-17
dtc: Check return value from fwrite()
David Gibson
1
-4
/
+7
2008-10-03
Implement and use an xstrdup() function
Jon Loeliger
1
-3
/
+3
2008-07-14
dtc: Use the same endian-conversion functions as libfdt
David Gibson
1
-36
/
+30
2008-07-14
dtc: Use stdint.h types throughout dtc
David Gibson
1
-16
/
+16
2008-05-19
dtc: Rework handling of boot_cpuid_phys
David Gibson
1
-7
/
+7
2008-05-19
dtc: Make dt_from_blob() open its own input file, like the other input formats
David Gibson
1
-10
/
+16
2008-03-23
dtc: Make -I dtb mode use fill_fullpaths()
David Gibson
1
-39
/
+16
2008-03-23
dtc: Use for_each_marker_of_type in asm_emit_data()
David Gibson
1
-7
/
+3
2008-03-23
dtc: Test and fix conversion to/from old dtb versions
David Gibson
1
-8
/
+6
2008-03-23
dtc: Implement checks for the format of node and property names
David Gibson
1
-23
/
+5
2008-01-03
dtc: Remove header information dumping
David Gibson
1
-15
/
+0
2007-12-05
Fix padding options
Kumar Gala
1
-5
/
+7
2007-12-04
dtc: Add many const qualifications
David Gibson
1
-22
/
+22
2007-12-04
Add an option to pad the blob that is generated
Kumar Gala
1
-7
/
+13
2007-11-26
dtc: Merge refs and labels into single "markers" list (v2)
David Gibson
1
-5
/
+6
2007-10-23
Quiet a bogus "May be used uninitialized" warning.
Jon Loeliger
1
-1
/
+1
2007-09-27
dtc: Use libfdt/fdt.h instead of flat_dt.h
David Gibson
1
-72
/
+71
2007-09-18
dtc: Whitespace cleanup
David Gibson
1
-13
/
+13
2007-09-05
dtc: Assume properties preced subnodes in the flattened tree
David Gibson
1
-0
/
+3
2007-08-31
dtc: Optimise by default, fix warnings thus uncovered
David Gibson
1
-4
/
+5
2007-07-07
dtc: format memory reserve as pairs on two lines
Milton Miller
1
-2
/
+2
2007-07-07
dtc: align header comments in asm output
Milton Miller
1
-8
/
+8
2007-07-07
dtc: implement labels on property data
Milton Miller
1
-0
/
+13
2007-07-07
dtc: implement labels on memory reserve slots
Milton Miller
1
-0
/
+4
2007-07-07
dtc: fix asm for version 17
Milton Miller
1
-0
/
+4
2007-07-02
dtc: Remove bogus break statement
David Gibson
1
-1
/
+0
2007-06-25
dtc: Accept NOPs in dtb input regardless of version
David Gibson
1
-2
/
+4
2007-06-11
dtc: parse NOP in dtb input
Milton Miller
1
-2
/
+12
2007-04-20
Fix the -S to modify the totalsize properly.
Jerry Van Baren
1
-12
/
+17
2007-04-19
Assemble the blob in memory before writing it out.
Jerry Van Baren
1
-35
/
+48
2007-04-19
Fix reserve map output for asm format.
Jerry Van Baren
1
-0
/
+3
2007-04-05
Implement the -R option and add a -S option.
Jerry Van Baren
1
-2
/
+20
2007-03-14
Add support for flat device tree format version 17
David Gibson
1
-3
/
+15
2006-07-07
dtc: fix endian issue when reading blobs
Michael Neuling
1
-0
/
+2
2006-06-07
dtc: add setting of physical boot cpu
Michael Neuling
1
-6
/
+10
[next]