aboutsummaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Remove 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-09Fix 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-09Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocatingJames Yang1-10/+23
2008-03-18The 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-11Fix compiler warningKumar Gala1-1/+1
2008-01-09Expose 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-08common/* 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-22Coding 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
2007-05-27Fix: Add missing NULL termination in strings expanded by macros parser.Bartlomiej Sieka1-0/+2
2007-05-05Merge with /home/git/u-bootWolfgang Denk1-1/+1
2007-05-05[PATCH] simplify silent consoleLadislav Michl1-33/+5
2007-04-25[PATCH] simplify silent consoleLadislav Michl1-39/+11
2006-10-28Minor code cleanup.Wolfgang Denk1-94/+80
2006-08-07Fix control-c handing in CONFIG_CMDLINE_EDITINGStefan Roese1-2/+3
2006-07-27Fix CONFIG_CMDLINE_EDITING implementationStefan Roese1-2/+9
2006-07-21Minor code cleanup.Wolfgang Denk1-3/+3
2006-07-21Add readline cmdline-editing extensionWolfgang Denk1-0/+417
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-38/+26
2006-03-12Avoid dereferencing NULL in find_cmd() if no valid commands were foundWolfgang Denk1-3/+6
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-09-30Fix compiler warningWolfgang Denk1-0/+3
2005-09-25Remove unneeded #include <malloc.h>Wolfgang Denk1-1/+0
2005-01-09* Patch by Sam Song, 11 October 2004:wdenk1-1/+1
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk1-4/+4
2004-04-15* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-0/+12
2004-03-23* Patch by Carl Riechers, 17 Mar 2004:wdenk1-0/+3
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-5/+5
2003-12-07* Patch by Yuli Barcohen, 3 Dec 2003:wdenk1-1/+1
2003-10-24* Correct header printing for multi-image files in do_bootm()dzu1-0/+27
2003-10-10Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentLABEL_2003_10_10_1200wdenk1-3/+30
2003-08-05* Map ISP1362 USB OTG controller for NSCU boardwdenk1-1/+27
2003-07-11- Fix bug in CONFIG_VERSION_VARIABLE.stroese1-3/+1
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-13/+15
2003-06-19Patches by Murray Jensen, 17 Jun 2003:wdenk1-8/+18