summaryrefslogtreecommitdiff
path: root/dtc.h
AgeCommit message (Expand)Author
2017-03-21checks: Add bus checks for PCI buses Rob Herring
2017-03-06Clean up gcc attributes David Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entry David Gibson
2017-02-23Print output filename as part of warning messages Ian Campbell
2016-12-09Rename boot_info David Gibson
2016-12-09dtc: Plugin and fixup support Pantelis Antoniou
2016-09-22Implement the -a option to pad dtb aligned Tim Wang
2014-06-19Work around MSVC limitations Andrei Errapart
2014-02-01dtc: fix some more -Wshadow warnings Florian Fainelli
2013-10-28Use stdbool more widely David Gibson
2013-05-24util: add common ARRAY_SIZE define Mike Frysinger
2012-10-08dtc: fix for_each_*() to skip first object if deleted Stephen Warren
2012-09-06dtc: Add ability to delete nodes and properties Stephen Warren
2012-07-08Allow toggling of semantic checks David Gibson
2012-07-08Re-work level setting on checks code David Gibson
2011-10-11dtc: Add data_append_integer function Anton Staaf
2010-11-13dtc: Add code to make diffing trees easier David Gibson
2010-02-25Allow device tree to be modified by additonal device tree sections Grant Likely
2010-02-24dtc: Allow multiple labels on nodes and properties David Gibson
2010-02-23Disallow re-use of the same label within a dts file David Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_phys David Gibson
2010-01-14dtc: Simpler interface to source file management David Gibson
2009-11-26Support ePAPR compliant phandle properties David 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() function Jon Loeliger
2008-07-14dtc: Use the same endian-conversion functions as libfdt David Gibson
2008-07-14dtc: Use stdint.h types throughout dtc David Gibson
2008-05-19dtc: Rework handling of boot_cpuid_phys David Gibson
2008-05-19dtc: Make dt_from_blob() open its own input file, like the other input formats David Gibson
2008-05-19dtc: Simplify error handling for unparseable input David Gibson
2008-03-23dtc: Abolish asize field of struct data David 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 checks David Gibson
2007-12-05dtc: Implement path references David Gibson
2007-12-04dtc: Add many const qualifications David Gibson
2007-12-04dtc: Fix uninitialized use of structure_ok David Gibson
2007-12-04Add an option to pad the blob that is generated Kumar 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.c David Gibson
2007-10-25DTC: Remove the need for the GLR Parser. Jon Loeliger
2007-10-22dtc: Disable semantic checks by default David Gibson
2007-09-27dtc: Use libfdt/fdt.h instead of flat_dt.h David Gibson
2007-09-18dtc: Whitespace cleanup David Gibson
2007-08-31dtc: Optimise by default, fix warnings thus uncovered David Gibson
2007-07-07dtc: implement labels on property data Milton Miller
2007-04-05Implement the -R option and add a -S option. Jerry Van Baren
2007-03-26DTC: Add support for a C-like #include "file" mechanism. Jon Loeliger