summaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
Commit message (Expand)AuthorAgeLines
* common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang2011-06-01-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-44/+32
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-3/+3
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-12/+2
* cmd_fdt.c: fix parse of byte streams and stringsKen MacLeod2009-09-24-8/+15
* General help message cleanupWolfgang Denk2009-06-12-1/+1
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-7/+7
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-2/+2
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-13-1/+2
* fdt: Added resize commandKumar Gala2008-08-26-1/+7
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-26-1/+13
* Add note on dereferencing /aliases pointersGerald Van Baren2008-08-24-2/+2
* fdt: fdt addr w/o any args reports back the current working addressKumar Gala2008-08-21-0/+8
* fdt: added the ability to set initrd start/end via chosen commandKumar Gala2008-08-21-4/+17
* Fix printf errors.Andrew Klossner2008-07-09-4/+4
* libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2008-06-10-0/+5
* fdt: unshadow global working fdt variableKim Phillips2008-06-10-53/+61
* Use strncmp() for the fdt commandGerald Van Baren2008-06-09-9/+7
* The fdt boardsetup command criteria was not uniqueGerald Van Baren2008-06-09-1/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-2/+2
* Fix fdt set command to conform to dts specAndy Fleming2008-04-02-70/+67
* Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-26-17/+0
* Fix fdt boardsetup command parsingKumar Gala2008-03-18-1/+2
* Add sub-commands to fdtKumar Gala2008-03-18-1/+111
* Improve the FDT help message.Gerald Van Baren2008-01-08-7/+3
* Support setting FDT properties with optional values.Gerald Van Baren2008-01-08-7/+9
* Add spaces around the = in the fdt print format.Gerald Van Baren2007-12-07-2/+2
* Fix fdt printing for updated libfdtGerald Van Baren2007-11-22-23/+27
* Fix warnings from import of libfdtKumar Gala2007-11-21-3/+3
* Update libfdt from device tree compiler (dtc)Kumar Gala2007-11-21-9/+13
* Make no options to fdt print default to '/'Kumar Gala2007-11-21-1/+5
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-5/+0
* fdt: allow for builds that don't want env and bd_t nodesKim Phillips2007-08-10-23/+15
* Call ft_board_setup() from the bootm command.Gerald Van Baren2007-08-10-7/+0
* Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren2007-08-10-10/+21
* For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren2007-08-10-23/+12
* Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren2007-08-10-1/+1
* Fix cmd_fdt line lengths, refactor code.Gerald Van Baren2007-08-10-187/+239
* FDT command improvements.Gerald Van Baren2007-08-10-128/+143
* Improve fdt move length handling.Gerald Van Baren2007-08-10-6/+15
* Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-06-270/+31
* Add a flattened device tree (fdt) command (1 of 2)Gerald Van Baren2007-03-31-0/+874