summaryrefslogtreecommitdiffstats
path: root/data.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-11dtc: Add data_append_integer functionAnton Staaf1-7/+32
2011-09-09dtc: Refactor character literal parsing codeAnton Staaf1-81/+4
2008-08-13dtc: Make many functions 'static'David Gibson1-1/+1
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson1-4/+4
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson1-2/+2
2008-06-19dtc: Add support for binary includes.David Gibson1-5/+20
2008-03-23dtc: Cleanup \nnn and \xNN string escape handlingDavid Gibson1-13/+6
2008-03-23dtc: Abolish asize field of struct dataDavid Gibson1-8/+0
2007-12-05dtc: Implement path referencesDavid Gibson1-0/+15
2007-12-04dtc: Add many const qualificationsDavid Gibson1-6/+6
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-74/+29
2007-10-22dtc: data.c doesn't need to include dtc-parser.tab.hDavid Gibson1-1/+0
2007-10-16dtc: Improve support for string escapesDavid Gibson1-0/+12
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson1-2/+2
2007-09-18dtc: Whitespace cleanupDavid Gibson1-8/+8
2007-07-07dtc: store labels in ascending orderMilton Miller1-3/+9
2007-07-07dtc: implement labels on property dataMilton Miller1-10/+40
2007-07-07dtc: clean up grow_data_for()Milton Miller1-2/+2
2007-02-16Moved data_convert_cell() out of data.c to the parser.Jon Loeliger1-20/+0
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger1-0/+21
2007-02-08Allow multipart property valuesDavid Gibson1-0/+27
2006-06-24Remove dead code.Jon Loeliger1-18/+0
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-0/+10
2005-10-17Oops avoid using case range gcc extension.David Gibson1-1/+8
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson1-16/+2
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-0/+7
2005-06-16Rudimentary phandle reference support.David Gibson1-0/+34
2005-06-08Initial commitDavid Gibson1-0/+250