summaryrefslogtreecommitdiff
path: root/dtc.h
Commit message (Expand)AuthorAgeFilesLines
* dtc: Remove remaining old-style checksDavid Gibson2007-12-181-2/+1
* dtc: Implement path referencesDavid Gibson2007-12-051-0/+3
* dtc: Add many const qualificationsDavid Gibson2007-12-041-12/+12
* dtc: Fix uninitialized use of structure_okDavid Gibson2007-12-041-2/+2
* Add an option to pad the blob that is generatedKumar Gala2007-12-041-0/+1
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-7/+17
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-3/+5
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-011-4/+11
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-251-0/+1
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-0/+4
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-271-3/+4
* dtc: Whitespace cleanupDavid Gibson2007-09-181-6/+6
* dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson2007-08-311-1/+1
* 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