aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-1065/+0
2015-07-20cmd_fdt: save fdtaddr in hex formatSudeep Holla1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-17cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger1-1/+1
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger1-4/+4
2015-01-05cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao1-1/+1
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass1-0/+15
2014-11-21fdt: Report failure of ft_board_setup()Simon Glass1-2/+9
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass1-1/+1
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass1-1/+1
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada1-1/+1
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada1-1/+1
2014-03-21fdt: 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-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass1-9/+2
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-9/+12
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini1-3/+3
2012-10-15fdt: Identify scripts in ITBs as printable stringsJoe Hershberger1-3/+3
2012-10-15fdt: Add get commands to fdtJoe Hershberger1-0/+144
2012-10-15fdt: 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-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-7/+7
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