summaryrefslogtreecommitdiffstats
path: root/common/cmd_fdt.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-061-270/+31
| | | | | ...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness.
* Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren2007-03-311-0/+874
The fdt command uses David Gibson's libfdt library to manipulate as well as print the flattened device tree. This patch is the new command, the second part is the modifications to the existing code.