aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
AgeCommit message (Expand)Author
2017-04-25Update to dtc-1.4.4android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2SzuWei Lin
2017-03-06Clean up gcc attributesDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2017-02-23Print output filename as part of warning messagesIan Campbell
2017-02-17overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-09-22Implement the -a option to pad dtb alignedTim Wang
2014-06-19Work around MSVC limitationsAndrei Errapart
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli
2013-10-28Use stdbool more widelyDavid Gibson
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-07-08Allow toggling of semantic checksDavid Gibson
2012-07-08Re-work level setting on checks codeDavid Gibson
2011-10-11dtc: Add data_append_integer functionAnton Staaf
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2009-01-07dtc: Move some functions to util.[ch]David Gibson
2008-10-03Add conditionalized debug() print macro.Jon Loeliger
2008-10-03Implement and use an xstrdup() functionJon Loeliger
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson
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: Simplify error handling for unparseable inputDavid Gibson
2008-03-23dtc: Abolish asize field of struct dataDavid 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
2007-12-18dtc: Remove remaining old-style checksDavid Gibson
2007-12-05dtc: Implement path referencesDavid 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: Merge refs and labels into single "markers" list (v2)David Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson
2007-07-07dtc: implement labels on property dataMilton Miller
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren