aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)Author
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-06-01common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-09-24cmd_fdt.c: fix parse of byte streams and stringsKen MacLeod
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher
2008-08-26fdt: Added resize commandKumar Gala
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala
2008-08-24Add note on dereferencing /aliases pointersGerald Van Baren
2008-08-21fdt: fdt addr w/o any args reports back the current working addressKumar Gala
2008-08-21fdt: added the ability to set initrd start/end via chosen commandKumar Gala
2008-07-09Fix printf errors.Andrew Klossner
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren
2008-06-10fdt: unshadow global working fdt variableKim Phillips
2008-06-09Use strncmp() for the fdt commandGerald Van Baren
2008-06-09The fdt boardsetup command criteria was not uniqueGerald Van Baren
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-02Fix fdt set command to conform to dts specAndy Fleming
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren
2008-03-18Fix fdt boardsetup command parsingKumar Gala
2008-03-18Add sub-commands to fdtKumar Gala
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