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
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
Fix assorted sparse warnings
David Gibson
1
-3
/
+3
2017-03-06
dtc: Don't abuse struct fdt_reserve_entry
David Gibson
1
-5
/
+5
2014-08-08
Properly handle embedded nul delimited string lists
Jack Miller
1
-1
/
+1
2013-10-28
Use stdbool more widely
David Gibson
1
-5
/
+5
2011-10-11
dtc: Add data_append_integer function
Anton Staaf
1
-7
/
+32
2011-09-09
dtc: Refactor character literal parsing code
Anton Staaf
1
-81
/
+4
2008-08-13
dtc: Make many functions 'static'
David Gibson
1
-1
/
+1
2008-07-14
dtc: Use the same endian-conversion functions as libfdt
David Gibson
1
-4
/
+4
2008-07-14
dtc: Use stdint.h types throughout dtc
David Gibson
1
-2
/
+2
2008-06-19
dtc: Add support for binary includes.
David Gibson
1
-5
/
+20
2008-03-23
dtc: Cleanup \nnn and \xNN string escape handling
David Gibson
1
-13
/
+6
2008-03-23
dtc: Abolish asize field of struct data
David Gibson
1
-8
/
+0
2007-12-05
dtc: Implement path references
David Gibson
1
-0
/
+15
2007-12-04
dtc: Add many const qualifications
David Gibson
1
-6
/
+6
2007-11-26
dtc: Merge refs and labels into single "markers" list (v2)
David Gibson
1
-74
/
+29
2007-10-22
dtc: data.c doesn't need to include dtc-parser.tab.h
David Gibson
1
-1
/
+0
2007-10-16
dtc: Improve support for string escapes
David Gibson
1
-0
/
+12
2007-09-27
dtc: Use libfdt/fdt.h instead of flat_dt.h
David Gibson
1
-2
/
+2
2007-09-18
dtc: Whitespace cleanup
David Gibson
1
-8
/
+8
2007-07-07
dtc: store labels in ascending order
Milton Miller
1
-3
/
+9
2007-07-07
dtc: implement labels on property data
Milton Miller
1
-10
/
+40
2007-07-07
dtc: clean up grow_data_for()
Milton Miller
1
-2
/
+2
2007-02-16
Moved data_convert_cell() out of data.c to the parser.
Jon Loeliger
1
-20
/
+0
2007-02-15
Add support for decimal, octal and binary based cell values.
Jon Loeliger
1
-0
/
+21
2007-02-08
Allow multipart property values
David Gibson
1
-0
/
+27
2006-06-24
Remove dead code.
Jon Loeliger
1
-18
/
+0
2005-10-24
Rework tracking of reserve entries during processing. This is initial work
David Gibson
1
-0
/
+10
2005-10-17
Oops avoid using case range gcc extension.
David Gibson
1
-1
/
+8
2005-08-29
Remove an unused function, mark a bunch of other functions and variables
David Gibson
1
-16
/
+2
2005-07-15
Support for specifying memreserve ranges in the source format, based on
David Gibson
1
-0
/
+7
2005-06-16
Rudimentary phandle reference support.
David Gibson
1
-0
/
+34
2005-06-08
Initial commit
David Gibson
1
-0
/
+250