summaryrefslogtreecommitdiff
path: root/dtc.c
Commit message (Expand)AuthorAgeFilesLines
* util: drop "long" from usage helpersMike Frysinger2013-05-241-3/+3
* dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger2013-05-241-53/+58
* util_version: new helper for displaying version infoMike Frysinger2013-04-211-4/+1
* dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst2013-01-061-3/+0
* Allow toggling of semantic checksDavid Gibson2012-07-081-1/+12
* dtc: Remove spurious output on stderrSimon Glass2012-04-141-3/+0
* dtc: Add -i option to support search pathsSimon Glass2012-03-181-1/+7
* dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-131-1/+19
* dtc: Remove unused check variableJosh Boyer2011-07-171-5/+2
* dtc: Add code to make diffing trees easierDavid Gibson2010-11-131-2/+10
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-24/+0
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-1/+19
* dtc: give advance warning that "-S" is going away.Paul Gortmaker2008-07-311-0/+3
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-4/+8
* dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson2008-05-191-11/+5
* dtc: Trivial formatting fixesDavid Gibson2008-05-191-4/+3
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-191-3/+0
* dtc: Change exit code for usage messageDavid Gibson2008-03-231-1/+1
* dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson2008-03-231-4/+0
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-231-1/+2
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-1/+1
* 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