summaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)AuthorFilesLines
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-10* Patch by Sam Song, 11 October 2004:wdenk1-1/+1
2004-04-24* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk1-4/+4
2004-04-15* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-0/+12
2004-03-24* Patch by Carl Riechers, 17 Mar 2004:wdenk1-0/+3
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-5/+5
2003-12-08* 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.silentwdenk1-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-28* Code cleanup:wdenk1-13/+15
2003-06-20Patches by Murray Jensen, 17 Jun 2003:wdenk1-8/+18
2003-05-28* Fix data abort exception handling for arm920t CPUwdenk1-7/+10
2003-05-03* Add support for Promess ATC boardwdenk1-1/+1
2003-04-05* Patch by Arun Dharankar, 4 Apr 2003:wdenk1-6/+13
2003-04-04U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese1-0/+10
2003-03-12* Patch by Josef Wagner, 12 Mar 2003:wdenk1-4/+0
2003-01-03Patch by Detlev Zundel, 30 Dec 2002:wdenk1-4/+27
2002-12-04* Fix startup problems with VFD display on TRABwdenk1-7/+8
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+35
2002-11-03Initial revisionwdenk1-0/+817