summaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Add pxe commandJason Hobbs1-0/+2
2011-10-18Replace space and tab checks with isblankJason Hobbs1-2/+3
2011-10-18cosmetic: remove unneeded curly bracesJason Hobbs1-4/+2
2011-10-18common: add run_command2 for running simple or hush commandsJason Hobbs1-29/+27
2011-10-18common, menu: use abortboot for menu timeoutJason Hobbs1-2/+8
2011-07-28unify version_stringAndreas Bießmann1-2/+1
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch1-2/+2
2011-07-26cosmetic, main: correct indentation/spacing issuesJason Hobbs1-6/+6
2011-07-26cosmetic, main: clean up declarations of abortbootJason Hobbs1-6/+2
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-11/+0
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger1-2/+2
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-4/+0
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-4/+0
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger1-2/+0
2010-10-07Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZEPeter Tyser1-5/+2
2010-08-09cmd editing: optimize/shrink output blankingMike Frysinger1-5/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-06-24Remove AmigaOneG3SE boardWolfgang Denk1-8/+1
2010-04-11FIX: watchdog timeout, while waiting for inputJens Scharsig1-0/+3
2010-03-22cmd history: Match history buffer size to console bufferJohn Schmoller1-1/+1
2010-03-22console: Fix console buffer overrunJohn Schmoller1-2/+2
2010-03-12Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOTWolfgang Denk1-4/+4
2009-10-27readline(): Add ability to modify a string bufferPeter Tyser1-0/+10
2009-10-27cread_line(): Remove unused variablesPeter Tyser1-4/+1
2009-10-27Check for NULL prompt in readline_into_buffer()Peter Tyser1-1/+2
2009-05-16Remove inline qualifier from show_boot_progress()Emil Medve1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard1-13/+14
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-22/+22
2008-10-18hush: add showvar command for hush shell.Heiko Schocher1-0/+4
2008-10-18Automatic software update from TFTP serverBartlomiej Sieka1-0/+7
2008-08-06Fix merge problemsStefan Roese1-2/+2
2008-07-10Fix printf errors.Andrew Klossner1-1/+1
2008-06-03Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser1-6/+0
2008-05-10Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocatingJames Yang1-10/+23
2008-03-19The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-1/+7
2008-01-12Make bootretry work when command line editing is enabledAndreas Engel1-0/+7
2008-01-12Fix compiler warningKumar Gala1-1/+1
2008-01-10Expose parse_line() globally.James Yang1-10/+15
2008-01-09Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the ...Jean-Christophe PLAGNIOL-VILLARD1-2/+24
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-4/+4
2007-07-13make show_boot_progress () weak.Heiko Schocher1-0/+6
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-09common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-5/+5
2007-06-23Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk1-1/+1
2007-06-12Fix 'run' not to continue after interrupted commandDetlev Zundel1-1/+1
2007-05-28Merge with /home/tur/git/u-boot#motionproWolfgang Denk1-0/+2