summaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2015-07-20cmd_fdt: save fdtaddr in hex formatSudeep Holla
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-17cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger
2015-01-05cmd_fdt: fix working_fdt is set to wrong valueHua Yanghao
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass
2014-11-21fdt: Report failure of ft_board_setup()Simon Glass
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada
2014-03-21fdt: add "fdt checksign" commandHeiko Schocher
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01sandbox: fdt: Support fdt command for sandboxSimon Glass
2013-05-01fdt: Allow fdt command to check and update control FDTSimon Glass
2013-05-01fdt: Add a parameter to fdt_valid()Simon Glass
2013-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-11-02cmd_fdt.c: Use %p when printing pointersTom Rini
2012-10-15fdt: Identify scripts in ITBs as printable stringsJoe Hershberger
2012-10-15fdt: Add get commands to fdtJoe Hershberger
2012-10-15fdt: Limit printed hex in fdt print and list commandsJoe Hershberger
2012-09-15fdt: Check if the FDT address is configuredMarek Vasut
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-06-01common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-09-24cmd_fdt.c: fix parse of byte streams and stringsKen MacLeod
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher
2008-08-26fdt: Added resize commandKumar Gala
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala
2008-08-24Add note on dereferencing /aliases pointersGerald Van Baren
2008-08-21fdt: fdt addr w/o any args reports back the current working addressKumar Gala
2008-08-21fdt: added the ability to set initrd start/end via chosen commandKumar Gala
2008-07-09Fix printf errors.Andrew Klossner
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren
2008-06-10fdt: unshadow global working fdt variableKim Phillips
2008-06-09Use strncmp() for the fdt commandGerald Van Baren
2008-06-09The fdt boardsetup command criteria was not uniqueGerald Van Baren
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-02Fix fdt set command to conform to dts specAndy Fleming
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren
2008-03-18Fix fdt boardsetup command parsingKumar Gala