summaryrefslogtreecommitdiff
path: root/flattree.c
Commit message (Collapse)AuthorAgeFilesLines
...
* In flat tree reading, check for (negative) string offsets which underrunDavid Gibson2005-08-191-1/+1
| | | | the input blob. (Patch from Michael Ellerman).
* Support for specifying memreserve ranges in the source format, based onDavid Gibson2005-07-151-21/+88
| | | | | a patch by Jon Loeliger <jdl AT freescale.com>, although tweaked substantially.
* Oops, fix stupid bug where we emitted padding before, rather than afterDavid Gibson2005-07-141-1/+2
| | | | the blob header.
* 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
| | | | flattened tree. Could be used in firmware.
* 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
| | | | hacks that were necessary without it.
* Initial commitDavid Gibson2005-06-081-0/+799