]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_fdt.c
Add a flattened device tree (fdt) command (1 of 2)
authorGerald Van Baren <vanbaren@cideas.com>
Sat, 31 Mar 2007 16:22:10 +0000 (12:22 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Sat, 31 Mar 2007 16:22:10 +0000 (12:22 -0400)
commit781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
tree716f10507db0ddd38be6ab9bbe4f28c11785de09
parent3af0d587d93e0be5f96e1b30fa41e662f8b0803e
Add a flattened device tree (fdt) command (1 of 2)

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.
common/cmd_fdt.c [new file with mode: 0644]