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
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
2006-04-19
Use .long on high and low halfs of u64s to avoid .quad
Jon Loeliger
1
-4
/
+12
2006-04-19
Don't generate the mem-reserve entry for the blob itself,
Jon Loeliger
1
-7
/
+0
2006-04-19
The problem is that asm_emit_cell() was swapping its asm output when
Mark A. Greer
1
-1
/
+1
2005-10-26
Use names for output functions in the form dt_to_*() instead of
David Gibson
1
-2
/
+2
2005-10-24
Rework tracking of reserve entries during processing. This is initial work
David Gibson
1
-18
/
+36
2005-08-29
Fix endian problems with handling of memreserve entries (bug pointed out
David Gibson
1
-23
/
+12
2005-08-29
Remove an unused function, mark a bunch of other functions and variables
David Gibson
1
-7
/
+7
2005-08-25
Forgot to realign after emitting auto-generated "name" properties. Oops.
David Gibson
1
-1
/
+2
2005-08-25
Add a couple of missing cpu_to_be32() writing the version numbers out.
David Gibson
1
-2
/
+2
2005-08-19
In flat tree reading, check for (negative) string offsets which underrun
David Gibson
1
-1
/
+1
2005-07-15
Support for specifying memreserve ranges in the source format, based on
David Gibson
1
-21
/
+88
2005-07-14
Oops, fix stupid bug where we emitted padding before, rather than after
David Gibson
1
-1
/
+2
2005-07-11
Ensure that the reserve map is doubleword aligned in blob and asm output.
David Gibson
1
-4
/
+14
2005-07-11
Remove inaccurate comment.
David Gibson
1
-1
/
+1
2005-07-11
Fix bug in error message.
David Gibson
1
-1
/
+2
2005-06-23
First cut at a "libdt" set of routines for extracting things from the
David Gibson
1
-33
/
+1
2005-06-16
Rudimentary phandle reference support.
David Gibson
1
-1
/
+1
2005-06-16
Initial label support. Also switch to glr-parser mode and get rid of
David Gibson
1
-21
/
+33
2005-06-08
Initial commit
David Gibson
1
-0
/
+799