Add "source" command; prepare removal of "autoscr" command
According to the doc/feature-removal-schedule.txt, the "autoscr"
command will be replaced by the "source" command in approximately 6
months from now.
This patch prepares this change and starts a 6 month transition
period as follows:
- The new "source" command has been added, which implements exactly
the same functionlaity as the old "autoscr" command before
- The old "autoscr" command name is kept as an alias for compatibility
- Command sequences, script files atc. have been adapted to use the
new "source" command
- Related environment variables ("autoscript", "autoscript_uname")
have *not* been adapted yet; these will be renamed resp. removed in
a separate patch when the support for the "autoscr" command get's
finally dropped.
Signed-off-by:
Wolfgang Denk <wd@denx.de>
Showing
- README 5 additions, 5 deletionsREADME
- board/cray/L1/L1.c 1 addition, 1 deletionboard/cray/L1/L1.c
- board/cray/L1/bootscript.hush 1 addition, 1 deletionboard/cray/L1/bootscript.hush
- board/esd/common/cmd_loadpci.c 3 additions, 3 deletionsboard/esd/common/cmd_loadpci.c
- board/pn62/cmd_pn62.c 4 additions, 3 deletionsboard/pn62/cmd_pn62.c
- common/Makefile 2 additions, 2 deletionscommon/Makefile
- common/cmd_load.c 4 additions, 3 deletionscommon/cmd_load.c
- common/cmd_net.c 4 additions, 3 deletionscommon/cmd_net.c
- common/cmd_source.c 35 additions, 20 deletionscommon/cmd_source.c
- doc/feature-removal-schedule.txt 14 additions, 6 deletionsdoc/feature-removal-schedule.txt
- include/common.h 2 additions, 2 deletionsinclude/common.h
- include/config_cmd_all.h 1 addition, 1 deletioninclude/config_cmd_all.h
- include/config_cmd_default.h 1 addition, 1 deletioninclude/config_cmd_default.h
- include/configs/APC405.h 7 additions, 7 deletionsinclude/configs/APC405.h
- include/configs/CRAYL1.h 13 additions, 13 deletionsinclude/configs/CRAYL1.h
- include/configs/DU440.h 6 additions, 6 deletionsinclude/configs/DU440.h
- include/configs/EP1C20.h 1 addition, 1 deletioninclude/configs/EP1C20.h
- include/configs/GEN860T.h 1 addition, 1 deletioninclude/configs/GEN860T.h
- include/configs/MVBC_P.h 6 additions, 6 deletionsinclude/configs/MVBC_P.h
- include/configs/MVBLM7.h 6 additions, 6 deletionsinclude/configs/MVBLM7.h
Loading
Please register or sign in to comment