summaryrefslogtreecommitdiff
path: root/livetree.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: zero out new label objectsStephen Warren2012-09-281-0/+1
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-061-13/+112
* dtc: Add code to make diffing trees easierDavid Gibson2010-11-131-0/+137
* Allow device tree to be modified by additonal device tree sectionsGrant Likely2010-02-251-1/+74
* dtc: Allow multiple labels on nodes and propertiesDavid Gibson2010-02-241-22/+27
* Disallow re-use of the same label within a dts fileDavid Gibson2010-02-231-0/+51
* dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson2010-02-191-0/+23
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-2/+12
* dtc: Handle linux,phandle properties which self-referenceDavid Gibson2008-11-171-6/+8
* dtc: Run relevant checks on dtb input as well as dtsDavid Gibson2008-07-141-0/+1
* dtc: Use the same endian-conversion functions as libfdtDavid Gibson2008-07-141-1/+1
* dtc: Use stdint.h types throughout dtcDavid Gibson2008-07-141-2/+3
* dtc: Rework handling of boot_cpuid_physDavid Gibson2008-05-191-1/+2
* dtc: Simplify error handling for unparseable inputDavid Gibson2008-05-191-1/+0
* Return a non-zero exit code if an error occurs during dts parsing.Scott Wood2008-01-041-0/+1
* dtc: Add many const qualificationsDavid Gibson2007-12-041-6/+6
* dtc: Flexible tree checking infrastructure (v2)David Gibson2007-11-261-56/+11
* dtc: Move tree checking code to checks.cDavid Gibson2007-11-011-444/+5
* DTC: Remove the need for the GLR Parser.Jon Loeliger2007-10-251-1/+16
* dtc: Disable semantic checks by defaultDavid Gibson2007-10-221-183/+187
* dtc: Whitespace cleanupDavid Gibson2007-09-181-14/+13
* Remove bogus errors from check_chosen.Scott Wood2007-03-261-7/+2
* Improve options, #define default version.Jerry Van Baren2007-03-191-4/+5
* remove check for interrupt-controller property under /chosenStuart Yoder2007-02-201-2/+9
* Allow references to labelsDavid Gibson2007-02-081-3/+29
* Bugfix for CHECK_HAVE_WARN_PHANDLE()David Gibson2007-01-311-3/+8
* Remove check for linux,platform property in /chosenDavid Gibson2007-01-291-2/+0
* dtc: Remove verbose message from get_node_phandle()David Gibson2006-12-111-3/+0
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-5/+12
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-2/+42
* Alter add_property() and add_child() functiosn to add to the end of theirDavid Gibson2005-10-211-2/+18
* Reduce message about too-long property names to a mere warning, it causesDavid Gibson2005-10-201-2/+2
* Remove an unused function, mark a bunch of other functions and variablesDavid Gibson2005-08-291-3/+3
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-0/+12
* Remove build_empty_property(). It wasn't useful.David Gibson2005-06-171-13/+0
* Rudimentary phandle reference support.David Gibson2005-06-161-7/+90
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-3/+10
* Initial commitDavid Gibson2005-06-081-0/+590