summaryrefslogtreecommitdiff
path: root/dtc.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Fix signedness comparisons warnings: reservednumAndre Przywara2021-06-151-2/+2
* dtc: Remove -O dtbo supportMasahiro Yamada2021-03-121-2/+0
* dtc: Allow overlays to have .dtbo extensionViresh Kumar2021-01-111-0/+4
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* annotations: add the annotation functionalityJulia Lawall2018-11-191-1/+10
* Add support for YAML encoded outputGrant Likely2018-09-131-0/+11
* livetree: avoid assertion of orphan phandles with overlaysTero Kristo2017-10-271-1/+2
* Replace FDT_VERSION() with stringify()David Gibson2017-10-261-3/+1
* dtc: change default phandles to ePAPR style instead of bothRob Herring2017-07-131-1/+1
* Fix assorted sparse warningsDavid Gibson2017-03-061-3/+2
* Correct some broken printf() like format mismatchesDavid Gibson2017-02-281-1/+1
* Print output filename as part of warning messagesIan Campbell2017-02-231-0/+2
* Rename boot_infoDavid Gibson2016-12-091-16/+16
* dtc: Don't always generate __symbols__ for pluginsDavid Gibson2016-12-091-1/+0
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-1/+32
* Implement the -a option to pad dtb alignedTim Wang2016-09-221-1/+16
* guess output file formatAndre Przywara2015-07-011-1/+10
* guess input file format based on file content or file nameAndre Przywara2015-07-011-1/+50
* dtc: Update the usage helper messageWang Long2014-09-111-2/+4
* Open binary files in binary modeAndrei Errapart2014-06-191-1/+1
* Use stdbool more widelyDavid Gibson2013-10-281-3/+3
* 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