Commit Graph

17 Commits (ea6d8be153ceaf16958f8009cea6d75f3ff58d92)

Author SHA1 Message Date
Gerald Van Baren ea6d8be153 Support setting FDT properties with optional values. 17 years ago
Gerald Van Baren 28f384b171 Add spaces around the = in the fdt print format. 17 years ago
Gerald Van Baren 9162352817 Fix fdt printing for updated libfdt 17 years ago
Kumar Gala dbaf07ce62 Fix warnings from import of libfdt 17 years ago
Kumar Gala 8d04f02f62 Update libfdt from device tree compiler (dtc) 17 years ago
Kumar Gala f738b4a759 Make no options to fdt print default to '/' 17 years ago
Grant Likely 4a43719a77 [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
Kim Phillips 99dffca3b7 fdt: allow for builds that don't want env and bd_t nodes 17 years ago
Gerald Van Baren e125a2ffc2 Call ft_board_setup() from the bootm command. 17 years ago
Gerald Van Baren fd61e55dd8 Create new fdt boardsetup command, fix bug parsing [] form of set values. 17 years ago
Gerald Van Baren 06e19a0770 For fdt_find_node_by_path(), handle the root path properly. 17 years ago
Gerald Van Baren 1a861169bc Replace fdt_node_offset() with fdt_find_node_by_path(). 17 years ago
Gerald Van Baren addd8ce830 Fix cmd_fdt line lengths, refactor code. 17 years ago
Gerald Van Baren 25114033ab FDT command improvements. 17 years ago
Gerald Van Baren 6be07cc1ca Improve fdt move length handling. 17 years ago
Gerald Van Baren 64dbbd40c5 Moved fdt command support code to fdt_support.c 17 years ago
Gerald Van Baren 781e09ee6e Add a flattened device tree (fdt) command (1 of 2) 17 years ago