aboutsummaryrefslogtreecommitdiffstats
path: root/dtc.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-05Implement the -R option and add a -S option.Jerry Van Baren1-2/+4
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-1/+1
2007-03-19Improve options, #define default version.Jerry Van Baren1-0/+5
2007-02-16Moved data_convert_cell() out of data.c to the parser.Jon Loeliger1-1/+0
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger1-0/+1
2007-02-08Allow multipart property valuesDavid Gibson1-0/+1
2006-06-07dtc: add setting of physical boot cpuMichael Neuling1-3/+5
2005-10-26Remove no longer used (and already commented) reserve_data field from boot_info.David Gibson1-1/+0
2005-10-26Use names for output functions in the form dt_to_*() instead ofDavid Gibson1-3/+3
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-4/+19
2005-07-15Remove unused enum from dtc.h.David Gibson1-5/+0
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-8/+30
2005-07-11Use u8 instead of uint8_t, as we do with the other size types.David Gibson1-0/+1
2005-06-17Remove build_empty_property(). It wasn't useful.David Gibson1-1/+0
2005-06-16Rudimentary phandle reference support.David Gibson1-1/+14
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-3/+7
2005-06-08Initial commitDavid Gibson1-0/+181