Wolfgang Denk
|
566e5cf451
ARM: drop unsupported 'trab' board
|
14 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
|
15 years ago |
Wolfgang Denk
|
54841ab50c
Make sure that argv[] argument pointers are not modified.
|
15 years ago |
Wolfgang Denk
|
953b7e6291
Remove AmigaOneG3SE board
|
15 years ago |
Jens Scharsig
|
30dc165a76
FIX: watchdog timeout, while waiting for input
|
15 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()
|
16 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 |
Andrew Klossner
|
dc4b0b38d4
Fix printf errors.
|
17 years ago |
Peter Tyser
|
35ef877f0a
Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
|
17 years ago |
James Yang
|
597f6c26a1
Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
|
17 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 |
Andreas Engel
|
00ac50e348
Make bootretry work when command line editing is enabled
|
17 years ago |
Kumar Gala
|
0ec595243d
Fix compiler warning
|
17 years ago |