summaryrefslogtreecommitdiff
path: root/dtc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous grammar for devicetree ruleGrant Likely2017-11-211-1/+1
* Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson2017-11-111-1/+1
* Add strstarts() helper functionDavid Gibson2017-11-111-0/+1
* Remove leading underscores from identifiersDavid Gibson2017-10-261-3/+3
* overlay: Add syntactic sugar version of overlaysPantelis Antoniou2017-09-281-0/+1
* checks: add phandle with arg property checksRob Herring2017-09-221-0/+1
* dtc: fix sprintf() format string error, againDavid Gibson2017-06-081-0/+1
* checks: Add bus checks for PCI busesRob Herring2017-03-211-0/+5
* Clean up gcc attributesDavid Gibson2017-03-061-1/+0
* dtc: Don't abuse struct fdt_reserve_entryDavid Gibson2017-03-061-2/+2
* Print output filename as part of warning messagesIan Campbell2017-02-231-0/+1
* Rename boot_infoDavid Gibson2016-12-091-16/+16
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-1/+15
* Implement the -a option to pad dtb alignedTim Wang2016-09-221-0/+1
* Work around MSVC limitationsAndrei Errapart2014-06-191-3/+3
* dtc: fix some more -Wshadow warningsFlorian Fainelli2014-02-011-1/+1
* Use stdbool more widelyDavid Gibson2013-10-281-5/+5
* util: add common ARRAY_SIZE defineMike Frysinger2013-05-241-1/+0
* dtc: fix for_each_*() to skip first object if deletedStephen Warren2012-10-081-34/+10
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-1/+47
* Allow toggling of semantic checksDavid Gibson2012-07-081-0/+1
* Re-work level setting on checks codeDavid Gibson2012-07-081-0/+1
* dtc: Add data_append_integer functionAnton Staaf2011-10-111-0/+1
* dtc: Add code to make diffing trees easierDavid Gibson2010-11-131-0/+1
* Allow device tree to be modified by additonal device tree sectionsGrant Likely2010-02-251-0/+1
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-6/+16
* Disallow re-use of the same label within a dts fileDavid Gibson2010-02-231-0/+4
* dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2010-02-191-0/+2
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-4/+0
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-0/+5
* dtc: Move some functions to util.[ch]David Gibson2009-01-071-30/+0
* Add conditionalized debug() print macro.Jon Loeliger2008-10-031-0/+7
* Implement and use an xstrdup() functionJon Loeliger2008-10-031-0/+3
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-16/+1
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-9/+5
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-5/+4
* dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson2008-05-191-1/+1
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-191-1/+0
* dtc: Abolish asize field of struct dataDavid Gibson2008-03-231-1/+0
* dtc: Make -I dtb mode use fill_fullpaths()David Gibson2008-03-231-1/+0
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-0/+1
* dtc: Remove remaining old-style checksDavid Gibson2007-12-181-2/+1
* dtc: Implement path referencesDavid Gibson2007-12-051-0/+3
* dtc: Add many const qualificationsDavid Gibson2007-12-041-12/+12
* dtc: Fix uninitialized use of structure_okDavid Gibson2007-12-041-2/+2
* Add an option to pad the blob that is generatedKumar Gala2007-12-041-0/+1
* dtc: Merge refs and labels into single "markers" list (v2)David Gibson2007-11-261-7/+17
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-3/+5
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-011-4/+11
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-251-0/+1