Commit Graph

39 Commits (6e748ea004473cce99fbde6382dd580c10ffdb60)

Author SHA1 Message Date
Ken MacLeod 6e748ea004 cmd_fdt.c: fix parse of byte streams and strings 15 years ago
Wolfgang Denk a89c33db96 General help message cleanup 15 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Heiko Schocher 56844a22b7 powerpc: Fix bootm to boot up again with a Ramdisk 16 years ago
Kumar Gala 40afac22a9 fdt: Added resize command 16 years ago
Kumar Gala 54f9c86691 bootm: Set working fdt address as part of the bootm flow 16 years ago
Gerald Van Baren 109c30fb8e Add note on dereferencing /aliases pointers 16 years ago
Kumar Gala 7dbc38ad91 fdt: fdt addr w/o any args reports back the current working address 16 years ago
Kumar Gala f953d99fd5 fdt: added the ability to set initrd start/end via chosen command 16 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 16 years ago
Gerald Van Baren ae9e97fa96 libfdt: Move the working_fdt pointer to cmd_fdt.c 16 years ago
Kim Phillips e489b9c078 fdt: unshadow global working fdt variable 16 years ago
Gerald Van Baren 2fb698bf50 Use strncmp() for the fdt command 16 years ago
Gerald Van Baren 47abe8ab29 The fdt boardsetup command criteria was not unique 16 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 16 years ago
Andy Fleming 4abd844d8e Fix fdt set command to conform to dts spec 16 years ago
Jerry Van Baren 43ddd9c820 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 16 years ago
Kumar Gala fe30a354cd Fix fdt boardsetup command parsing 16 years ago
Kumar Gala 804887e600 Add sub-commands to fdt 16 years ago
Gerald Van Baren 238cb7a423 Improve the FDT help message. 17 years ago
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