summaryrefslogtreecommitdiffstats
path: root/common/cmd_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* cmd_fdt: save fdtaddr in hex formatSudeep Holla2015-07-201-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger2015-02-171-1/+1
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-171-4/+4
* cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao2015-01-051-1/+1
* fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-211-0/+15
* fdt: Report failure of ft_board_setup()Simon Glass2014-11-211-2/+9
* fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-091-1/+1
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-191-1/+1
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-191-1/+1
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-191-1/+1
* fdt: add "fdt checksign" commandHeiko Schocher2014-03-211-1/+41
* 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
OpenPOWER on IntegriCloud