aboutsummaryrefslogtreecommitdiffstats
path: root/dtc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-05dtc: fix missing string in usage_opts_helpCharles Perry1-0/+1
2023-05-26dtc: Add an option to generate __local_fixups__ and __fixups__Uwe Kleine-König1-1/+7
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara1-2/+2
2021-03-12dtc: Remove -O dtbo supportMasahiro Yamada1-2/+0
2021-01-11dtc: Allow overlays to have .dtbo extensionViresh Kumar1-0/+4
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-16/+1
2018-11-19annotations: add the annotation functionalityJulia Lawall1-1/+10
2018-09-13Add support for YAML encoded outputGrant Likely1-0/+11
2017-10-27livetree: avoid assertion of orphan phandles with overlaysTero Kristo1-1/+2
2017-10-26Replace FDT_VERSION() with stringify()David Gibson1-3/+1
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring1-1/+1
2017-03-06Fix assorted sparse warningsDavid Gibson1-3/+2
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson1-1/+1
2017-02-23Print output filename as part of warning messagesIan Campbell1-0/+2
2016-12-09Rename boot_infoDavid Gibson1-16/+16
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson1-1/+0
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-1/+32
2016-09-22Implement the -a option to pad dtb alignedTim Wang1-1/+16
2015-07-01guess output file formatAndre Przywara1-1/+10
2015-07-01guess input file format based on file content or file nameAndre Przywara1-1/+50
2014-09-11dtc: Update the usage helper messageWang Long1-2/+4
2014-06-19Open binary files in binary modeAndrei Errapart1-1/+1
2013-10-28Use stdbool more widelyDavid Gibson1-3/+3
2013-05-24util: drop "long" from usage helpersMike Frysinger1-3/+3
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger1-53/+58
2013-04-21util_version: new helper for displaying version infoMike Frysinger1-4/+1
2013-01-06dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst1-3/+0
2012-07-08Allow toggling of semantic checksDavid Gibson1-1/+12
2012-04-14dtc: Remove spurious output on stderrSimon Glass1-3/+0
2012-03-18dtc: Add -i option to support search pathsSimon Glass1-1/+7
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren1-1/+19
2011-07-17dtc: Remove unused check variableJosh Boyer1-5/+2
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-2/+10
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-24/+0
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-1/+19
2008-07-31dtc: give advance warning that "-S" is going away.Paul Gortmaker1-0/+3
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-4/+8
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson1-11/+5
2008-05-19dtc: Trivial formatting fixesDavid Gibson1-4/+3
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson1-3/+0
2008-03-23dtc: Change exit code for usage messageDavid Gibson1-1/+1
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson1-4/+0
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