aboutsummaryrefslogtreecommitdiff
path: root/livetree.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger1-1/+16
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson1-183/+187
2007-09-18dtc: Whitespace cleanupDavid Gibson1-14/+13
2007-03-26Remove bogus errors from check_chosen.Scott Wood1-7/+2
2007-03-19Improve options, #define default version.Jerry Van Baren1-4/+5
2007-02-20remove check for interrupt-controller property under /chosenStuart Yoder1-2/+9
2007-02-08Allow references to labelsDavid Gibson1-3/+29
2007-01-31Bugfix for CHECK_HAVE_WARN_PHANDLE()David Gibson1-3/+8
2007-01-29Remove check for linux,platform property in /chosenDavid Gibson1-2/+0
2006-12-11dtc: Remove verbose message from get_node_phandle()David Gibson1-3/+0
2006-06-07dtc: add setting of physical boot cpuMichael Neuling1-5/+12
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson1-2/+42
2005-10-21Alter add_property() and add_child() functiosn to add to the end of theirDavid Gibson1-2/+18
2005-10-20Reduce message about too-long property names to a mere warning, it causesDavid Gibson1-2/+2
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson1-3/+3
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-0/+12
2005-06-17Remove build_empty_property(). It wasn't useful.David Gibson1-13/+0
2005-06-16Rudimentary phandle reference support.David Gibson1-7/+90
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-3/+10
2005-06-08Initial commitDavid Gibson1-0/+590