Commit Graph

85 Commits (ed0fc4b172de0aae51055ae8e17c6593314c6ca2)

Author SHA1 Message Date
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 15 years ago
John Schmoller 6475b9f91b console: Fix console buffer overrun 15 years ago
Wolfgang Denk 143cd21fe2 Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT 15 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
Peter Tyser 35ef877f0a Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 16 years ago
James Yang 597f6c26a1 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 16 years ago
Yuri Tikhonov b428f6a8c6 The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. 17 years ago
Yuri Tikhonov e262efe357 The patch introduces the CRITICAL feature of POST tests. If the test 17 years ago
Andreas Engel 00ac50e348 Make bootretry work when command line editing is enabled 17 years ago
Kumar Gala 0ec595243d Fix compiler warning 17 years ago
James Yang 6636b62a6e Expose parse_line() globally. 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 23d0baf967 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime 17 years ago
Heiko Schocher fad6340715 make show_boot_progress () weak. 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 17 years ago
Jon Loeliger c3517f919d common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 17 years ago
Jon Loeliger b453960d4f common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 17 years ago
Wolfgang Denk 1636d1c852 Coding stylke cleanup; rebuild CHANGELOG 17 years ago
Detlev Zundel 5afb202093 Fix 'run' not to continue after interrupted command 17 years ago
Bartlomiej Sieka 9160b96f71 Fix: Add missing NULL termination in strings expanded by macros parser. 17 years ago