summaryrefslogtreecommitdiffstats
path: root/include/command.h
Commit message (Expand)AuthorAgeFilesLines
* import __stringify from linuxJean-Christophe PLAGNIOL-VILLARD2010-09-291-4/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-12/+8
* remove obsolete commentSascha Hauer2010-01-251-5/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-10/+10
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* commands: add defines for command errors/successSascha Hauer2009-10-191-0/+4
* remove unused typedefSascha Hauer2009-10-191-10/+0
* consolidate command calling in execute_commandSascha Hauer2009-10-191-0/+1
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+4
* remove traces of old tab completionSascha Hauer2008-03-011-9/+0
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-0/+9
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-011-0/+2
* remove u-boot command paramter flagSascha Hauer2007-09-241-9/+3
* svn_rev_477Sascha Hauer2007-07-051-1/+7
* svn_rev_462Sascha Hauer2007-07-051-1/+5
* svn_rev_420Sascha Hauer2007-07-051-10/+12
* svn_rev_216Sascha Hauer2007-07-051-3/+3
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-0/+9
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-6/+4
* * Code cleanup:wdenk2003-06-271-9/+19
* Initial revisionwdenk2002-08-271-0/+90