aboutsummaryrefslogtreecommitdiff
path: root/dtc.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson1-1/+2
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood1-1/+1
2008-01-04Look for include files in the directory of the including file.Scott Wood1-5/+9
2007-12-18dtc: Remove remaining old-style checksDavid Gibson1-1/+1
2007-12-04dtc: Add many const qualificationsDavid Gibson1-7/+7
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson1-12/+1
2007-12-04Add an option to pad the blob that is generatedKumar Gala1-1/+13
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson1-11/+1
2007-11-20dtc: Add testcases for tree checksDavid Gibson1-1/+1
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson1-7/+24
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson1-2/+2
2007-09-18dtc: Whitespace cleanupDavid Gibson1-7/+7
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson1-1/+1
2007-07-07Add DTC release version information.Jon Loeliger1-1/+8
2007-04-19Add -o <output file> to the usage message.Jerry Van Baren1-0/+1
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren1-3/+16
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-17/+2
2007-03-19Improve options, #define default version.Jerry Van Baren1-5/+18
2007-03-14Add support for flat device tree format version 17David Gibson1-1/+1
2006-11-01Change default output blob version from 3 to 16Kim Phillips1-2/+2
2006-06-07dtc: add setting of physical boot cpuMichael Neuling1-4/+10
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson1-3/+3
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-9/+9
2005-06-08Initial commitDavid Gibson1-0/+198