summaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-22fdt: add "fdt checksign" commandHeiko Schocher1-1/+41
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-01sandbox: fdt: Support fdt command for sandboxSimon Glass1-3/+7
2013-05-01fdt: Allow fdt command to check and update control FDTSimon Glass1-13/+34
2013-05-01fdt: Add a parameter to fdt_valid()Simon Glass1-18/+20
2013-03-01Update set_working_fdt_addr() to use setenv_addr()Simon Glass1-9/+2
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-9/+12
2012-11-03cmd_fdt.c: Use %p when printing pointersTom Rini1-3/+3
2012-10-16fdt: Identify scripts in ITBs as printable stringsJoe Hershberger1-3/+3
2012-10-16fdt: Add get commands to fdtJoe Hershberger1-0/+144
2012-10-16fdt: Limit printed hex in fdt print and list commandsJoe Hershberger1-12/+24
2012-09-15fdt: Check if the FDT address is configuredMarek Vasut1-1/+12
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-7/+7
2011-06-02common/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-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-12/+2
2009-09-25cmd_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-27fdt: Added resize commandKumar Gala1-1/+7
2008-08-27bootm: Set working fdt address as part of the bootm flowKumar Gala1-1/+13
2008-08-25Add 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-10Fix printf errors.Andrew Klossner1-4/+4
2008-06-11libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren1-0/+5
2008-06-11fdt: unshadow global working fdt variableKim Phillips1-53/+61
2008-06-10Use strncmp() for the fdt commandGerald Van Baren1-9/+7
2008-06-10The 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-19Fix fdt boardsetup command parsingKumar Gala1-1/+2
2008-03-19Add 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-08Add spaces around the = in the fdt print format.Gerald Van Baren1-2/+2
2007-11-23Fix 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-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
2007-08-11fdt: allow for builds that don't want env and bd_t nodesKim Phillips1-23/+15
2007-08-11Call ft_board_setup() from the bootm command.Gerald Van Baren1-7/+0
2007-08-11Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren1-10/+21