aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-31Add paper on the flattened tree and dtc presented at linux.conf.au 2006 bydwg-lastDavid Gibson2-0/+640
2006-01-11[PATCH] dtc: Update flat OF doc for new mdio propertiesBecky Bruce1-1/+6
2005-12-06Added document describing flattened tree format and what properties / nodesDavid Gibson1-0/+1415
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 Gibson4-9/+9
2005-10-24Rework tracking of reserve entries during processing. This is initial workDavid Gibson7-58/+119
2005-10-24Add a second cpu and a timebase frequency to test.dts.David Gibson1-1/+11
2005-10-21Add a .gitignore file.David Gibson1-0/+6
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-10-19Update TODODavid Gibson1-12/+9
2005-10-19Rudimentary support for reporting the line number of syntax errors.David Gibson2-4/+22
2005-10-17Oops avoid using case range gcc extension.David Gibson1-1/+8
2005-10-17Use C99 fixed width integer type names in libdt.David Gibson1-19/+15
2005-10-14Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson1-1/+1
2005-08-29Add ftdump utility, contributed by Pantelis Antoniou.David Gibson3-7/+201
2005-08-29Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson2-25/+15
2005-08-29Remove an unused function, mark a bunch of other functions and variablesDavid Gibson4-27/+13
2005-08-25Forgot to realign after emitting auto-generated "name" properties. Oops.David Gibson1-1/+2
2005-08-25Add a couple of missing cpu_to_be32() writing the version numbers out.David Gibson1-2/+2
2005-08-19In flat tree reading, check for (negative) string offsets which underrunDavid Gibson1-1/+1
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 Gibson11-53/+257
2005-07-14Oops, fix stupid bug where we emitted padding before, rather than afterDavid Gibson1-1/+2
2005-07-11Ensure that the reserve map is doubleword aligned in blob and asm output.David Gibson1-4/+14
2005-07-11Remove inaccurate comment.David Gibson1-1/+1
2005-07-11Use u8 instead of uint8_t, as we do with the other size types.David Gibson2-1/+2
2005-07-11Fix bug in error message.David Gibson1-1/+2
2005-07-11Add automatic dependency generation.David Gibson1-5/+8
2005-07-11Add flex option to stop warning about unused yyunput().David Gibson1-1/+1
2005-07-04Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson1-2/+2
2005-07-04Add missing file.David Gibson1-0/+2
2005-06-23First cut at a "libdt" set of routines for extracting things from theDavid Gibson4-34/+259
2005-06-17Remove build_empty_property(). It wasn't useful.David Gibson3-15/+1
2005-06-16Rudimentary phandle reference support.David Gibson7-52/+175
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson10-52/+104
2005-06-08Initial commitDavid Gibson16-0/+2985