aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_source.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-12common/cmd_source.c: Fix the source command failure under 64-bit platformGong Qianyu1-3/+3
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2014-07-18common: commands: make commands staticJeroen Hofstee1-2/+1
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2013-05-01sandbox: Support 'source' commandSimon Glass1-4/+7
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+8
2012-08-09Add run_command_list() to run a list of commandsSimon Glass1-48/+1
2012-03-06Stop using builtin_run_command()Simon Glass1-2/+2
2012-03-06Rename run_command() to builtin_run_command()Simon Glass1-2/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-09-22Remove deprecated 'autoscr' command/variablesPeter Tyser1-18/+0
2009-06-12General help message cleanupWolfgang Denk1-3/+4
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-0/+256