summaryrefslogtreecommitdiff
path: root/dtc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-0/+4
* dtc: Use libfdt/fdt.h instead of flat_dt.hDavid Gibson2007-09-271-3/+4
* dtc: Whitespace cleanupDavid Gibson2007-09-181-6/+6
* dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson2007-08-311-1/+1
* dtc: implement labels on property dataMilton Miller2007-07-071-2/+3
* Implement the -R option and add a -S option.Jerry Van Baren2007-04-051-2/+4
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-1/+1
* Improve options, #define default version.Jerry Van Baren2007-03-191-0/+5
* Moved data_convert_cell() out of data.c to the parser.Jon Loeliger2007-02-161-1/+0
* Add support for decimal, octal and binary based cell values.Jon Loeliger2007-02-151-0/+1
* Allow multipart property valuesDavid Gibson2007-02-081-0/+1
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-3/+5
* Remove no longer used (and already commented) reserve_data field from boot_info.David Gibson2005-10-261-1/+0
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-3/+3
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-4/+19
* Remove unused enum from dtc.h.David Gibson2005-07-151-5/+0
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-8/+30