Commit Graph

149 Commits (e540c9fd9bb023cbbe8707c99eaa4d39919e03f5)

Author SHA1 Message Date
Dirk Eibach a5aae0a1a9 Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set 12 years ago
Simon Glass 3a8a02beb7 Allow newlines within command environment vars 12 years ago
Simon Glass d51004a832 Add run_command_list() to run a list of commands 12 years ago
Joe Hershberger 48522bb503 net: cosmetic: net.c checkpatch compliance 12 years ago
Timo Ketola 030fca5228 Fix the behaviour of the 'run' command 12 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 12 years ago
Simon Glass 9d12d5d41d Add cmd_process() to process commands in one place 12 years ago
Simon Glass bdf8e34b93 Create a single cmd_call() function to handle command execution 12 years ago
Simon Glass 7fed89e00e Don't include standard parser if hush is used 12 years ago
Simon Glass 5307153236 Stop using builtin_run_command() 12 years ago
Simon Glass 009dde1955 Rename run_command2() to run_command() 12 years ago
Simon Glass f47360a74e Rename run_command() to builtin_run_command() 12 years ago
Simon Glass 79714c1e26 Remove CMD_PXE's static on run_command() 12 years ago
Heiko Schocher 317d6c57d5 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined 13 years ago
Heiko Schocher 9c3483113d common: add possibility for readline_into_buffer timeout 13 years ago
Jason Hobbs 06283a6401 Add pxe command 13 years ago
Jason Hobbs 4d91a6ecab Replace space and tab checks with isblank 13 years ago
Jason Hobbs ce2d4c9532 cosmetic: remove unneeded curly braces 13 years ago
Jason Hobbs c8a2079e49 common: add run_command2 for running simple or hush commands 13 years ago
Jason Hobbs b41bc5a82d common, menu: use abortboot for menu timeout 13 years ago
Andreas Bießmann 09c2e90c11 unify version_string 13 years ago
Andreas Pretzsch 8d6b73202c automatic update from FIT image: add optional address parameter 13 years ago
Jason Hobbs 370d1e3e58 cosmetic, main: correct indentation/spacing issues 13 years ago
Jason Hobbs 3c766dccb3 cosmetic, main: clean up declarations of abortboot 13 years ago
Wolfgang Denk 566e5cf451 ARM: drop unsupported 'trab' board 13 years ago
Mike Frysinger 82359aec45 cmd editing: mark erase/tab seqs constant 14 years ago
Mike Frysinger 722b061b6f autocomplete: remove runtime handler install 14 years ago
Mike Frysinger 882b7d726f do_reset: unify duplicate prototypes 14 years ago
Mike Frysinger 7842fb7c4f do_bootd: unify duplicate prototypes 14 years ago
Peter Tyser 8804ae3b7a Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE 14 years ago
Mike Frysinger 8faba4894c cmd editing: optimize/shrink output blanking 14 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Wolfgang Denk 953b7e6291 Remove AmigaOneG3SE board 14 years ago
Jens Scharsig 30dc165a76 FIX: watchdog timeout, while waiting for input 14 years ago
John Schmoller d611295032 cmd history: Match history buffer size to console buffer 14 years ago
John Schmoller 6475b9f91b console: Fix console buffer overrun 14 years ago
Wolfgang Denk 143cd21fe2 Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT 14 years ago
Peter Tyser ecc5500ee4 readline(): Add ability to modify a string buffer 15 years ago
Peter Tyser f923943843 cread_line(): Remove unused variables 15 years ago
Peter Tyser e491a71e57 Check for NULL prompt in readline_into_buffer() 15 years ago
Emil Medve 5e2c08c3ac Remove inline qualifier from show_boot_progress() 15 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Peter Korsgaard c3284b030b common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Heiko Schocher 81473f6781 hush: add showvar command for hush shell. 16 years ago
Bartlomiej Sieka 4bae90904b Automatic software update from TFTP server 16 years ago
Stefan Roese f2302d4430 Fix merge problems 16 years ago
Wolfgang Denk c37207d7f5 Fix printf() format problems with configurable prompts 16 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 16 years ago