aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-44/+32
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-12/+2
2009-09-24cmd_fdt.c: fix parse of byte streams and stringsKen MacLeod1-8/+15
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-7/+7
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher1-1/+2
2008-08-26fdt: Added resize commandKumar Gala1-1/+7
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala1-1/+13
2008-08-24Add note on dereferencing /aliases pointersGerald Van Baren1-2/+2
2008-08-21fdt: fdt addr w/o any args reports back the current working addressKumar Gala1-0/+8
2008-08-21fdt: added the ability to set initrd start/end via chosen commandKumar Gala1-4/+17
2008-07-09Fix printf errors.Andrew Klossner1-4/+4
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren1-0/+5
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-53/+61
2008-06-09Use strncmp() for the fdt commandGerald Van Baren1-9/+7
2008-06-09The fdt boardsetup command criteria was not uniqueGerald Van Baren1-1/+2
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