summaryrefslogtreecommitdiffstats
path: root/commands/oftree.c
Commit message (Expand)AuthorAgeFilesLines
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-7/+8
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* oftree command: Allow free stored dtb before loadJan Weitzel2014-01-061-1/+2
* oftree command: Allow to specify node by aliasSascha Hauer2013-08-141-1/+1
* OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-051-2/+2
* OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-10/+1
* of: remove unused libfdtSascha Hauer2013-03-061-2/+1
* oftree command: retire CMD_OFTREE_PROBE Kconfig optionSascha Hauer2013-03-061-1/+1
* oftree command: Use of_print_nodesSascha Hauer2013-03-061-3/+10
* of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-061-1/+9
* of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-1/+13
* oftree command: Add -s option to save internal oftree to fileSascha Hauer2013-01-191-2/+28
* oftree command: refactorSascha Hauer2013-01-191-31/+68
* of: remove unused barebox_fdtSascha Hauer2013-01-191-8/+1
* of: rename of_parse_dtb to of_unflatten_dtbSascha Hauer2013-01-111-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | oftree command: Add devicetree probe supportSascha Hauer2012-09-141-13/+15
|/
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* initial oftree command supportSascha Hauer2011-10-191-0/+135