summaryrefslogtreecommitdiffstats
path: root/common/cmd_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* sandbox: fdt: Support fdt command for sandboxSimon Glass2013-05-011-3/+7
* fdt: Allow fdt command to check and update control FDTSimon Glass2013-05-011-13/+34
* fdt: Add a parameter to fdt_valid()Simon Glass2013-05-011-18/+20
* Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-281-9/+2
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-9/+12
* cmd_fdt.c: Use %p when printing pointersTom Rini2012-11-021-3/+3
* fdt: Identify scripts in ITBs as printable stringsJoe Hershberger2012-10-151-3/+3
* fdt: Add get commands to fdtJoe Hershberger2012-10-151-0/+144
* fdt: Limit printed hex in fdt print and list commandsJoe Hershberger2012-10-151-12/+24
* fdt: Check if the FDT address is configuredMarek Vasut2012-09-151-1/+12
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-7/+7
* common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang2011-06-011-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-44/+32
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+3
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-12/+2
* cmd_fdt.c: fix parse of byte streams and stringsKen MacLeod2009-09-241-8/+15
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-7/+7
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-2/+2
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-131-1/+2
* fdt: Added resize commandKumar Gala2008-08-261-1/+7
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-261-1/+13
* Add note on dereferencing /aliases pointersGerald Van Baren2008-08-241-2/+2
* fdt: fdt addr w/o any args reports back the current working addressKumar Gala2008-08-211-0/+8
* fdt: added the ability to set initrd start/end via chosen commandKumar Gala2008-08-211-4/+17
* Fix printf errors.Andrew Klossner2008-07-091-4/+4
* libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2008-06-101-0/+5
* fdt: unshadow global working fdt variableKim Phillips2008-06-101-53/+61
* Use strncmp() for the fdt commandGerald Van Baren2008-06-091-9/+7
* The fdt boardsetup command criteria was not uniqueGerald Van Baren2008-06-091-1/+2
* Big white-space cleanup.Wolfgang Denk2008-05-211-2/+2
* Fix fdt set command to conform to dts specAndy Fleming2008-04-021-70/+67
* Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-261-17/+0
* Fix fdt boardsetup command parsingKumar Gala2008-03-181-1/+2
* Add sub-commands to fdtKumar Gala2008-03-181-1/+111
* Improve the FDT help message.Gerald Van Baren2008-01-081-7/+3
* Support setting FDT properties with optional values.Gerald Van Baren2008-01-081-7/+9
* Add spaces around the = in the fdt print format.Gerald Van Baren2007-12-071-2/+2
* Fix fdt printing for updated libfdtGerald Van Baren2007-11-221-23/+27
* Fix warnings from import of libfdtKumar Gala2007-11-211-3/+3
* Update libfdt from device tree compiler (dtc)Kumar Gala2007-11-211-9/+13
* Make no options to fdt print default to '/'Kumar Gala2007-11-211-1/+5
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-5/+0
* fdt: allow for builds that don't want env and bd_t nodesKim Phillips2007-08-101-23/+15
* Call ft_board_setup() from the bootm command.Gerald Van Baren2007-08-101-7/+0
* Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren2007-08-101-10/+21
* For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren2007-08-101-23/+12
OpenPOWER on IntegriCloud