Tom Rini
|
219f4788d3
hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c
|
13 年 前 |
Simon Glass
|
9d12d5d41d
Add cmd_process() to process commands in one place
|
13 年 前 |
Simon Glass
|
7344f9128d
Remove interleave of non-U-Boot code in hush
|
13 年 前 |
Simon Glass
|
bdf8e34b93
Create a single cmd_call() function to handle command execution
|
13 年 前 |
Igor Grinberg
|
e3150460a4
common: move extern char console_buffer[] to common.h
|
13 年 前 |
Simon Glass
|
3cce8a5496
Move simple_itoa to vsprintf
|
13 年 前 |
Jason Hobbs
|
c8a2079e49
common: add run_command2 for running simple or hush commands
|
13 年 前 |
Holger Brunck
|
eae3b0644c
common/hush: make get_local_var visible for other users
|
14 年 前 |
Mike Frysinger
|
882b7d726f
do_reset: unify duplicate prototypes
|
14 年 前 |
Mike Frysinger
|
7842fb7c4f
do_bootd: unify duplicate prototypes
|
14 年 前 |
Wolfgang Denk
|
2e5167ccad
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
|
14 年 前 |
Wolfgang Denk
|
47e26b1bf9
cmd_usage(): simplify return code handling
|
15 年 前 |
Wolfgang Denk
|
54841ab50c
Make sure that argv[] argument pointers are not modified.
|
15 年 前 |
Remy Bohmer
|
1f9d10f694
Fix console_buffer size conflict error.
|
15 年 前 |
Peter Tyser
|
521af04d85
Conditionally perform common relocation fixups
|
15 年 前 |
Peter Tyser
|
197324d7d9
hush: Fix bogus free() call
|
15 年 前 |
Wolfgang Denk
|
a89c33db96
General help message cleanup
|
16 年 前 |
Mike Frysinger
|
e915f8bb73
common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
|
16 年 前 |
Peter Tyser
|
2fb2604d5c
Command usage cleanup
|
16 年 前 |
Peter Tyser
|
62c3ae7c6e
Standardize command usage messages with cmd_usage()
|
16 年 前 |
Jean-Christophe PLAGNIOL-VILLARD
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 年 前 |
Heiko Schocher
|
81473f6781
hush: add showvar command for hush shell.
|
16 年 前 |
Stefan Roese
|
4cacf7c646
hush: Fix printf debug macro in hush.c so that it usable in U-Boot
|
16 年 前 |
Wolfgang Denk
|
d0ff51ba5d
Code cleanup: fix old style assignment ambiguities like "=-" etc.
|
17 年 前 |
Wolfgang Denk
|
53677ef18e
Big white-space cleanup.
|
17 年 前 |
Jon Loeliger
|
9025317883
common/: Remove lingering references to CFG_CMD_* symbols.
|
18 年 前 |
Jon Loeliger
|
c3517f919d
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
|
18 年 前 |
Jon Loeliger
|
b453960d4f
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
|
18 年 前 |
Wolfgang Denk
|
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
|
19 年 前 |
Wolfgang Denk
|
77ddac9480
Cleanup for GCC-4.x
|
19 年 前 |