summaryrefslogtreecommitdiffstats
path: root/libfdt
Commit message (Collapse)AuthorAgeFilesLines
* Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren2007-08-101-1/+1
| | | | | | | | The new name matches more closely the kernel's name, which is also a much better description. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Gerald Van Baren <vanbaren@cideas.com>
* libfdt: Conditionally compile based on CONFIG_OF_LIBFDTGerald Van Baren2007-08-106-0/+31
| | | | | | | This is the way u-boot reduces configured-out code. At Wolfgang Grandegger and Wolfgang Denk's request, make libfdt conform. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
* Clenaup, update CHANGELOGWolfgang Denk2007-04-182-2/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add some utilities to manipulate the reserved memory map.Gerald Van Baren2007-04-142-0/+98
|
* libfdt: Make fdt_check_header() publicGerald Van Baren2007-04-063-5/+5
| | | | | | | 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-042-10/+7
|
* Fix some minor whitespace violations.Gerald Van Baren2007-03-311-2/+2
|
* libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren2007-03-316-52/+116
| | | | | | | 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: Customizations for use by u-boot.Gerald Van Baren2007-03-311-76/+35
| | | | | Changes to David Gibson's original source to fit into u-boot's environment. No functionality changes.
* libfdt: Import libfdt source (2 of 2)Gerald Van Baren2007-03-314-0/+860
| | | | | This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
* libfdt: Import libfdt source (1 of 2)Gerald Van Baren2007-03-315-0/+340
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
OpenPOWER on IntegriCloud