summaryrefslogtreecommitdiffstats
path: root/common/hush.c
Commit message (Expand)AuthorAgeFilesLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+2
* cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-041-1/+1
* common/misc: sparse fixesKim Phillips2012-11-041-15/+16
* hush: Don't parse the contents of a dereferenced varJoe Hershberger2012-09-021-3/+61
* hush: Add default value substitution supportJoe Hershberger2012-09-021-3/+40
* hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini2012-06-201-0/+3
* Add cmd_process() to process commands in one placeSimon Glass2012-03-061-40/+12
* Remove interleave of non-U-Boot code in hushSimon Glass2012-03-061-13/+11
* Create a single cmd_call() function to handle command executionSimon Glass2012-03-061-6/+3
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-221-1/+0
* Move simple_itoa to vsprintfSimon Glass2011-10-261-15/+0
* common: add run_command2 for running simple or hush commandsJason Hobbs2011-10-171-1/+1
* common/hush: make get_local_var visible for other usersHolger Brunck2011-05-101-2/+1
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-3/+1
* do_bootd: unify duplicate prototypesMike Frysinger2010-11-281-4/+0
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-4/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-5/+5
* Fix console_buffer size conflict error.Remy Bohmer2010-06-291-1/+1
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* hush: Fix bogus free() callPeter Tyser2009-08-091-1/+1
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* common/{hush, kgdb, serial}.c: build by COBJS-$(...) in MakefileMike Frysinger2009-02-111-2/+0
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-8/+8
* hush: add showvar command for hush shell.Heiko Schocher2008-10-181-8/+52
* hush: Fix printf debug macro in hush.c so that it usable in U-BootStefan Roese2008-08-211-2/+6
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-3/+3
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-081-1/+1
* common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+2
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-8/+8
* Fix uninitialized variable problem in hush shellWolfgang Denk2005-09-281-0/+1
* Make bootretry feature work with hush shell.Wolfgang Denk2005-08-121-0/+18
* Patches by Pantelis Antoniou, 16 Apr 2004:wdenk2004-04-181-7/+78
* Fix if / elif handling bug in HUSH shellwdenk2004-04-121-1/+1
* * Patch by Thomas Elste, 10 Feb 2004:wdenk2004-02-231-1/+1
* * Make sure HUSH is initialized for running auto-update scriptswdenk2003-10-141-8/+10
* * Code cleanup:wdenk2003-06-271-28/+38
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-051-24/+38
* * Restrict baudrate settings on LWMON to higher speedswdenk2003-01-111-18/+34
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-5/+0
* Initial revisionwdenk2002-11-031-0/+3461
OpenPOWER on IntegriCloud