aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-22checks: add phandle with arg property checksRob Herring1-0/+1
2017-06-08dtc: fix sprintf() format string error, againDavid Gibson1-0/+1
2017-03-21checks: Add bus checks for PCI busesRob Herring1-0/+5
2017-03-06Clean up gcc attributesDavid Gibson1-1/+0
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson1-2/+2
2017-02-23Print output filename as part of warning messagesIan Campbell1-0/+1
2016-12-09Rename boot_infoDavid Gibson1-16/+16
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-1/+15
2016-09-22Implement the -a option to pad dtb alignedTim Wang1-0/+1
2014-06-19Work around MSVC limitationsAndrei Errapart1-3/+3
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli1-1/+1
2013-10-28Use stdbool more widelyDavid Gibson1-5/+5
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger1-1/+0
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren1-34/+10
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren1-1/+47
2012-07-08Allow toggling of semantic checksDavid Gibson1-0/+1
2012-07-08Re-work level setting on checks codeDavid Gibson1-0/+1
2011-10-11dtc: Add data_append_integer functionAnton Staaf1-0/+1
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-0/+1
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely1-0/+1
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-6/+16
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson1-0/+4
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson1-0/+2
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-4/+0
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-0/+5
2009-01-07dtc: Move some functions to util.[ch]David Gibson1-30/+0
2008-10-03Add conditionalized debug() print macro.Jon Loeliger1-0/+7
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-0/+3
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson1-16/+1
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson1-9/+5
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-5/+4
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formatsDavid Gibson1-1/+1
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson1-1/+0
2008-03-23dtc: Abolish asize field of struct dataDavid Gibson1-1/+0
2008-03-23dtc: Make -I dtb mode use fill_fullpaths()David Gibson1-1/+0
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood1-0/+1
2007-12-18dtc: Remove remaining old-style checksDavid Gibson1-2/+1
2007-12-05dtc: Implement path referencesDavid Gibson1-0/+3
2007-12-04dtc: Add many const qualificationsDavid Gibson1-12/+12
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson1-2/+2
2007-12-04Add an option to pad the blob that is generatedKumar Gala1-0/+1
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-7/+17
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson1-3/+5
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson1-4/+11
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger1-0/+1
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson1-0/+4
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson1-3/+4
2007-09-18dtc: Whitespace cleanupDavid Gibson1-6/+6
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson1-1/+1
2007-07-07dtc: implement labels on property dataMilton Miller1-2/+3