aboutsummaryrefslogtreecommitdiff
path: root/dtc.c
AgeCommit message (Expand)Author
2014-06-19Open binary files in binary modeAndrei Errapart
2013-10-28Use stdbool more widelyDavid Gibson
2013-05-24util: drop "long" from usage helpersMike Frysinger
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger
2013-04-21util_version: new helper for displaying version infoMike Frysinger
2013-01-06dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst
2012-07-08Allow toggling of semantic checksDavid Gibson
2012-04-14dtc: Remove spurious output on stderrSimon Glass
2012-03-18dtc: Add -i option to support search pathsSimon Glass
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren
2011-07-17dtc: Remove unused check variableJosh Boyer
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2008-07-31dtc: give advance warning that "-S" is going away.Paul Gortmaker
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