aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Big white-space cleanup.Wolfgang Denk1-2/+2
2008-04-02Fix fdt set command to conform to dts specAndy Fleming1-70/+67
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren1-17/+0
2008-03-18Fix fdt boardsetup command parsingKumar Gala1-1/+2
2008-03-18Add sub-commands to fdtKumar Gala1-1/+111
2008-01-08Improve the FDT help message.Gerald Van Baren1-7/+3
2008-01-08Support setting FDT properties with optional values.Gerald Van Baren1-7/+9
2007-12-07Add spaces around the = in the fdt print format.Gerald Van Baren1-2/+2
2007-11-22Fix fdt printing for updated libfdtGerald Van Baren1-23/+27
2007-11-21Fix warnings from import of libfdtKumar Gala1-3/+3
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala1-9/+13
2007-11-21Make no options to fdt print default to '/'Kumar Gala1-1/+5
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
2007-08-10fdt: allow for builds that don't want env and bd_t nodesKim Phillips1-23/+15
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren1-7/+0
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren1-10/+21
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren1-23/+12
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren1-1/+1
2007-08-10Fix cmd_fdt line lengths, refactor code.Gerald Van Baren1-187/+239
2007-08-10FDT command improvements.Gerald Van Baren1-128/+143
2007-08-10Improve fdt move length handling.Gerald Van Baren1-6/+15
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren1-270/+31
2007-03-31Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren1-0/+874