summaryrefslogtreecommitdiff
path: root/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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