summaryrefslogtreecommitdiff
path: root/data.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Add data_append_integer functionAnton Staaf2011-10-111-7/+32
* dtc: Refactor character literal parsing codeAnton Staaf2011-09-091-81/+4
* dtc: Make many functions 'static'David Gibson2008-08-131-1/+1
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-4/+4
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-2/+2
* dtc: Add support for binary includes.David Gibson2008-06-191-5/+20
* dtc: Cleanup \nnn and \xNN string escape handlingDavid Gibson2008-03-231-13/+6
* dtc: Abolish asize field of struct dataDavid Gibson2008-03-231-8/+0
* dtc: Implement path referencesDavid Gibson2007-12-051-0/+15
* dtc: Add many const qualificationsDavid Gibson2007-12-041-6/+6
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-74/+29
* dtc: data.c doesn't need to include dtc-parser.tab.hDavid Gibson2007-10-221-1/+0
* dtc: Improve support for string escapesDavid Gibson2007-10-161-0/+12
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-271-2/+2
* dtc: Whitespace cleanupDavid Gibson2007-09-181-8/+8
* dtc: store labels in ascending orderMilton Miller2007-07-071-3/+9
* dtc: implement labels on property dataMilton Miller2007-07-071-10/+40
* dtc: clean up grow_data_for()Milton Miller2007-07-071-2/+2
* Moved data_convert_cell() out of data.c to the parser.Jon Loeliger2007-02-161-20/+0
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-0/+21
* Allow multipart property valuesDavid Gibson2007-02-081-0/+27
* Remove dead code.Jon Loeliger2006-06-241-18/+0
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-0/+10
* Oops avoid using case range gcc extension.David Gibson2005-10-171-1/+8
* Remove an unused function, mark a bunch of other functions and variablesDavid Gibson2005-08-291-16/+2
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-0/+7
* Rudimentary phandle reference support.David Gibson2005-06-161-0/+34
* Initial commitDavid Gibson2005-06-081-0/+250