summaryrefslogtreecommitdiffstats
path: root/libfdt/fdt_ro.c
Commit message (Collapse)AuthorAgeFilesLines
* Clenaup, update CHANGELOGWolfgang Denk2007-04-181-1/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add some utilities to manipulate the reserved memory map.Gerald Van Baren2007-04-141-0/+72
|
* libfdt: Make fdt_check_header() publicGerald Van Baren2007-04-061-2/+2
| | | | | | | Changed _fdt_check_header() to fdt_check_header() and made it part of the interface - it is a useful routine. Also did some asthetics cleanup to the include files (headers).
* Minor cleanup.Wolfgang Denk2007-04-041-8/+6
|
* Fix some minor whitespace violations.Gerald Van Baren2007-03-311-2/+2
|
* libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren2007-03-311-6/+110
| | | | | | | Enhanced the formerly private function _fdt_next_tag() to allow stepping through the tree, used to produce a human-readable dump, and made it part of the published interface. Also added some comments.
* libfdt: Import libfdt source (2 of 2)Gerald Van Baren2007-03-311-0/+229
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
OpenPOWER on IntegriCloud