summaryrefslogtreecommitdiff
path: root/common/cmd_boot.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+3
2003-10-09* Patch by Scott McNutt, 04 Oct 2003:wdenk1-0/+7
- add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20) * Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi * Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-1/+10
applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details * Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS)
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
get rid of MK_CMD_ENTRY macro; update doc/README.command
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
(autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
2003-06-28* Code cleanup:wdenk1-1098/+16
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2003-06-20Patches by Robert Schwebel, 14 Jun 2003:wdenk1-2/+16
- add support for Logotronic DL datalogger board - cleanup serial line after kermit binary download - add debugX macro (debug level support) - update mach-types.h to latest arm.linux.org.uk master list.
2003-05-23PPC405EP support added.stroese1-2/+2
2003-05-20Patch by Christophe Lindheimer, 20 May 2003:wdenk1-1/+4
allow the use of CFG_LOADS when CFG_NO_FLASH is set
2003-04-09Prepare for 0.3.0 releasewdenk1-2/+2
* Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs
2003-03-31* Patch by Martin Winistoerfer, 23 Mar 2003wdenk1-1/+1
- Add port to MPC555/556 microcontrollers - Add support for cmi customer board with Intel 28F128J3A, 28F320J3A or 28F640J3A flash. * Patch by Rick Bronson, 28 Mar 2003: - fix common/cmd_nand.c
2003-03-31* Patch by Arun Dharankar, 24 Mar 2003:wdenk1-4/+15
- add threads / scheduler example code * Add patches by Robert Schwebel, 31 Mar 2003: - add ctrl-c support for kermit download - align bdinfo output on ARM * Add CPU ID, version, and clock speed for INCA-IP
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk1-24/+22
Add support for Atmel AT91RM9200DK w/NAND * Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code - fix missing baudrate setting - added $loadaddr / CFG_LOAD_ADDR support to loadb - moved "ignoring trailing characters" _before_ u-boot wants to print out diagnostics messages; removes bogus characters at the end of transmission * Patch by John Zhan, 18 Mar 2003: Add support for SinoVee Microsystems SC8xx boards * Patch by Rolf Offermanns, 21 Mar 2003: ported the dnp1110 related changes from the current armboot cvs to current u-boot cvs. smc91111 does not work. problem marked in smc91111.c, grep for "FIXME". * Patch by Brian Auld, 25 Mar 2003: Add support for STM flash chips on ebony board * Add PCI support for MPC8250 Boards (PM825 module) * Patch by Stefan Roese, 25 Mar 2003:
2003-03-25Add PCI support for MPC8250 Boards (PM825 module)wdenk1-2/+31
2002-11-03Initial revisionwdenk1-0/+1103