aboutsummaryrefslogtreecommitdiff
path: root/dtc.c
AgeCommit message (Expand)Author
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson
2008-05-19dtc: Trivial formatting fixesDavid Gibson
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson
2008-03-23dtc: Change exit code for usage messageDavid Gibson
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood
2008-01-04Look for include files in the directory of the including file.Scott Wood
2007-12-18dtc: Remove remaining old-style checksDavid Gibson
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson
2007-12-04Add an option to pad the blob that is generatedKumar Gala
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-20dtc: Add testcases for tree checksDavid Gibson
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson
2007-07-07Add DTC release version information.Jon Loeliger
2007-04-19Add -o <output file> to the usage message.Jerry Van Baren
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger
2007-03-19Improve options, #define default version.Jerry Van Baren
2007-03-14Add support for flat device tree format version 17David Gibson
2006-11-01Change default output blob version from 3 to 16Kim Phillips
2006-06-07dtc: add setting of physical boot cpuMichael Neuling
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-06-08Initial commitDavid Gibson