aboutsummaryrefslogtreecommitdiff
path: root/dtc.c
AgeCommit message (Expand)Author
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara
2021-03-12dtc: Remove -O dtbo supportMasahiro Yamada
2021-01-11dtc: Allow overlays to have .dtbo extensionViresh Kumar
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2018-11-19annotations: add the annotation functionalityJulia Lawall
2018-09-13Add support for YAML encoded outputGrant Likely
2017-10-27livetree: avoid assertion of orphan phandles with overlaysTero Kristo
2017-10-26Replace FDT_VERSION() with stringify()David Gibson
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson
2017-02-23Print output filename as part of warning messagesIan Campbell
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-09-22Implement the -a option to pad dtb alignedTim Wang
2015-07-01guess output file formatAndre Przywara
2015-07-01guess input file format based on file content or file nameAndre Przywara
2014-09-11dtc: Update the usage helper messageWang Long
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