summaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)Author
2008-01-08Improve the FDT help message.Gerald Van Baren
2008-01-08Support setting FDT properties with optional values.Gerald Van Baren
2007-12-07Add spaces around the = in the fdt print format.Gerald Van Baren
2007-11-22Fix fdt printing for updated libfdtGerald Van Baren
2007-11-21Fix warnings from import of libfdtKumar Gala
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala
2007-11-21Make no options to fdt print default to '/'Kumar Gala
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely
2007-08-10fdt: allow for builds that don't want env and bd_t nodesKim Phillips
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren
2007-08-10Fix cmd_fdt line lengths, refactor code.Gerald Van Baren
2007-08-10FDT command improvements.Gerald Van Baren
2007-08-10Improve fdt move length handling.Gerald Van Baren
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren
2007-03-31Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren