summaryrefslogtreecommitdiff
path: root/dtc.c
Commit message (Expand)AuthorAgeFilesLines
* Look for include files in the directory of the including file.Scott Wood2008-01-041-5/+9
* dtc: Remove remaining old-style checksDavid Gibson2007-12-181-1/+1
* dtc: Add many const qualificationsDavid Gibson2007-12-041-7/+7
* dtc: Fix uninitialized use of structure_okDavid Gibson2007-12-041-12/+1
* Add an option to pad the blob that is generatedKumar Gala2007-12-041-1/+13
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-11/+1
* dtc: Add testcases for tree checksDavid Gibson2007-11-201-1/+1
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-7/+24
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-271-2/+2
* dtc: Whitespace cleanupDavid Gibson2007-09-181-7/+7
* dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson2007-08-311-1/+1
* Add DTC release version information.Jon Loeliger2007-07-071-1/+8
* Add -o <output file> to the usage message.Jerry Van Baren2007-04-191-0/+1
* Implement the -R option and add a -S option.Jerry Van Baren2007-04-051-3/+16
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-17/+2
* Improve options, #define default version.Jerry Van Baren2007-03-191-5/+18
* Add support for flat device tree format version 17David Gibson2007-03-141-1/+1
* Change default output blob version from 3 to 16Kim Phillips2006-11-011-2/+2
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-4/+10
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-3/+3
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-9/+9
* Initial commitDavid Gibson2005-06-081-0/+198