summaryrefslogtreecommitdiff
path: root/flattree.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: format memory reserve as pairs on two linesMilton Miller2007-07-071-2/+2
* dtc: align header comments in asm outputMilton Miller2007-07-071-8/+8
* dtc: implement labels on property dataMilton Miller2007-07-071-0/+13
* dtc: implement labels on memory reserve slotsMilton Miller2007-07-071-0/+4
* dtc: fix asm for version 17Milton Miller2007-07-071-0/+4
* dtc: Remove bogus break statementDavid Gibson2007-07-021-1/+0
* dtc: Accept NOPs in dtb input regardless of versionDavid Gibson2007-06-251-2/+4
* dtc: parse NOP in dtb inputMilton Miller2007-06-111-2/+12
* Fix the -S to modify the totalsize properly.Jerry Van Baren2007-04-201-12/+17
* Assemble the blob in memory before writing it out.Jerry Van Baren2007-04-191-35/+48
* Fix reserve map output for asm format.Jerry Van Baren2007-04-191-0/+3
* Implement the -R option and add a -S option.Jerry Van Baren2007-04-051-2/+20
* Add support for flat device tree format version 17David Gibson2007-03-141-3/+15
* dtc: fix endian issue when reading blobsMichael Neuling2006-07-071-0/+2
* dtc: add setting of physical boot cpuMichael Neuling2006-06-071-6/+10
* Use .long on high and low halfs of u64s to avoid .quadJon Loeliger2006-04-191-4/+12
* Don't generate the mem-reserve entry for the blob itself,Jon Loeliger2006-04-191-7/+0
* The problem is that asm_emit_cell() was swapping its asm output whenMark A. Greer2006-04-191-1/+1
* Use names for output functions in the form dt_to_*() instead ofDavid Gibson2005-10-261-2/+2
* Rework tracking of reserve entries during processing. This is initial workDavid Gibson2005-10-241-18/+36
* Fix endian problems with handling of memreserve entries (bug pointed outDavid Gibson2005-08-291-23/+12
* Remove an unused function, mark a bunch of other functions and variablesDavid Gibson2005-08-291-7/+7
* Forgot to realign after emitting auto-generated "name" properties. Oops.David Gibson2005-08-251-1/+2
* Add a couple of missing cpu_to_be32() writing the version numbers out.David Gibson2005-08-251-2/+2
* In flat tree reading, check for (negative) string offsets which underrunDavid Gibson2005-08-191-1/+1
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-21/+88
* Oops, fix stupid bug where we emitted padding before, rather than afterDavid Gibson2005-07-141-1/+2
* Ensure that the reserve map is doubleword aligned in blob and asm output.David Gibson2005-07-111-4/+14
* Remove inaccurate comment.David Gibson2005-07-111-1/+1
* Fix bug in error message.David Gibson2005-07-111-1/+2
* First cut at a "libdt" set of routines for extracting things from theDavid Gibson2005-06-231-33/+1
* Rudimentary phandle reference support.David Gibson2005-06-161-1/+1
* Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson2005-06-161-21/+33
* Initial commitDavid Gibson2005-06-081-0/+799