summaryrefslogtreecommitdiff
path: root/dtc.h
Commit message (Expand)AuthorAgeFilesLines
* dtc: implement labels on property dataMilton Miller2007-07-071-2/+3
* Implement the -R option and add a -S option.Jerry Van Baren2007-04-051-2/+4
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-1/+1
* Improve options, #define default version.Jerry Van Baren2007-03-191-0/+5
* Moved data_convert_cell() out of data.c to the parser.Jon Loeliger2007-02-161-1/+0
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-0/+1
* Allow multipart property valuesDavid Gibson2007-02-081-0/+1
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-3/+5
* Remove no longer used (and already commented) reserve_data field from boot_info.David Gibson2005-10-261-1/+0
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-3/+3
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-4/+19
* Remove unused enum from dtc.h.David Gibson2005-07-151-5/+0
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-8/+30
* Use u8 instead of uint8_t, as we do with the other size types.David Gibson2005-07-111-0/+1
* Remove build_empty_property(). It wasn't useful.David Gibson2005-06-171-1/+0
* Rudimentary phandle reference support.David Gibson2005-06-161-1/+14
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-3/+7
* Initial commitDavid Gibson2005-06-081-0/+181