summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-30-229/+201
| | | | | | | | instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. * Cleanup CFG_DER #defines in config files (wd maintained only)
* * Fix data abort exception handling for arm920t CPUwdenk2003-05-28-127/+178
| | | | | | | | | | | | * Fix alignment problems with flash driver for TRAB board * Patch by Donald White, 21 May 2003: fix calculation of base address in pci_hose_config_device() * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always execute "cmd2", even if "cmd1" fails. Note that this is different to "run var1 var2" where the contents of "var2" will NOT be executed when a command in "var1" fails.
* Add zero-copy ramdisk support (requires corresponding kernel support!)wdenk2003-05-23-0/+18
|
* Patch by Kyle Harris, 20 May 2003:wdenk2003-05-23-1446/+283
| | | | | In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.
* Patch from Stefan Roese.stroese2003-05-23-0/+10
|
* - ASH405 board added (PPC405EP based).stroese2003-05-23-0/+5
| | | | | | | - CPCI4052 added (PPC405GP based). - CPCI405AB added (PPC405GP based). - PCI405 added (PPC405GP based). - PMC405 added (PPC405GP based).
* - ASH405 board added (PPC405EP based).stroese2003-05-23-8/+19
| | | | | | - BUBINGA405EP added (PPC405EP based). - CPCI405AB added (PPC405GP based). - PMC405 added (PPC405GP based).
* CONFIG_UART1_CONSOLE added.stroese2003-05-23-7/+14
|
* Patch by Denis Peter, 19 Mai 2003:wdenk2003-05-23-6237/+429
| | | | add support for the MIP405-3 board
* DHCP support added.stroese2003-05-23-0/+16
|
* PMC405 board added.stroese2003-05-23-0/+1518
|
* Code cleanup.stroese2003-05-23-126/+3
|
* New FPGA image with 527 support.stroese2003-05-23-749/+746
|
* Local Bus Timeout increased.stroese2003-05-23-1/+6
|
* Code reworked for PPC405EP support.stroese2003-05-23-24/+19
|
* CPCI405AB (special version of esd CPCI405) board added.stroese2003-05-23-10/+1513
|
* BUBINGA405EP board added (IBM PPC405EP Eval Board).stroese2003-05-23-0/+1755
|
* ASH405 board added (PPC405EP based).stroese2003-05-23-0/+3458
|
* - PPC405EP support added.stroese2003-05-23-66/+103
| | | | - CONFIG_UART1_CONSOLE added (see README).
* PPC405EP support added.stroese2003-05-23-27/+686
|
* - PPC405EP support added.stroese2003-05-23-2/+10
| | | | - "nand_init" (NAND FLASH) added.
* * Patch by Dave Ellis, 22 May 2003:wdenk2003-05-22-130/+482
| | | | | | | | Fix problem with only partially cleared .bss segment * Patch by Rune Torgersen, 12 May 2003: get PCI to work on a MPC8266ADS board; incorporate change to cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
* Add support for arbitrary bitmaps for TRAB's VFD command;wdenk2003-05-21-11/+27
| | | | | allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
* * Add support for arbitrary bitmaps for TRAB's VFD commandwdenk2003-05-20-35/+40
| | | | | * Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
* * Patch by David Updegraff, 22 Apr 2003:wdenk2003-05-20-84/+447
| | | | | | | | | | | | | update for CrayL1 board * Patch by Pantelis Antoniou, 21 Apr 2003: add boot support for ARTOS (a proprietary OS) * Patch by Steven Scholz, 11 Apr 2003: Add support for RTC DS1338 * Patch by Rod Boyce, 24 Jan 2003: Fix counting of extended partitions in diskboot command
* Patch by Christophe Lindheimer, 20 May 2003:wdenk2003-05-20-1/+7
| | | | allow the use of CFG_LOADS when CFG_NO_FLASH is set
* Fix SDRAM timing on Purple boardwdenk2003-05-20-3/+77
|
* Add support for CompactFlash on ATC boardwdenk2003-05-18-10/+1391
| | | | | (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
* Patch by Mathijs Haarman, 08 May 2003:wdenk2003-05-12-12/+1544
| | | | Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
* Fix SDRAM initializationwdenk2003-05-12-14/+16
|
* Add default switch settings.wdenk2003-05-12-3/+26
|
* Fix ATC board configuration and flash driverwdenk2003-05-05-94/+92
|
* Fix problem with usage of "true" (undefined in current versions of bfd.h)wdenk2003-05-03-1/+3
|
* * Add support for Promess ATC boardwdenk2003-05-03-127/+2526
| | | | | | | | | | | | | | * Patch by Keith Outwater, 28 Apr 2003: - Miscellaneous corrections and additions to GEN860T board specific code. - Added GEN860_SC variant to GEN860T. - Miscellaneous corrections to GEN860T documentation. - Correct duplicate entry in U-Boot CREDITS file. - Add GEN860T_SC entry in MAINTAINERS file. - Update CREDITS file with GEN860T_SC info. * Update Smiths Aerospace addresses in MAINTAINERS file * Fix error handling in hush's version of "run" command
* * LWMON extensions:wdenk2003-04-27-108/+805
| | | | | | | | | | | - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
* *** empty log message ***wdenk2003-04-20-1/+1
|
* Make compile cleanwdenk2003-04-20-0/+1
|
* Add files needed for bitmap load supportwdenk2003-04-20-0/+239
|
* Compile fixeswdenk2003-04-20-173/+98
|
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-20-110/+392
| | | | | | | | | | | | | | * MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS (this time for real). * Add support for "bmp info" and "bmp display" commands to load bitmap images; this can be used (for example in a "preboot" command) to display a splash screen very quickly after poweron. * Add support for 133 MHz clock on INCA-IP board
* * Patch by Lutz Dennig, 10 Apr 2003:wdenk2003-04-12-343/+402
| | | | | | | | | | | | | Update for R360MPI board * Add new meaning to "autostart" environment variable: If set to "no", a standalone image passed to the "bootm" command will be copied to the load address (and eventually uncompressed), but NOT be started. This can be used to load and uncompress arbitrary data. * Set max brightness for MN11236 displays on TRAB board
* Patch from Stefan Roese.stroese2003-04-10-0/+6
|
* Changed DHCP client to use ip address from server option field #54 from the ↵stroese2003-04-10-4/+4
| | | | OFFER-paket in the server option field #54 in the REQUEST-paket. This fixes a problem using a Windows 2000 DHCP server, where the DHCP-server is not the TFTP-server.
* Add support for TQM862L moduleswdenk2003-04-10-45/+525
|
* Prepare for 0.3.0 releasewdenk2003-04-08-15/+1769
| | | | | | * Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-05-448/+2061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add IDMA example code (tested on 8260 only) * Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs * Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS * Patch by Denis Peter, 04 Apr 2003: - update MIP405-4 board * Patches by Denis Peter, 03 April 2003: - fix PCI IRQs on MPL boards - fix two more un-relocated pointer problems * Fix behaviour of "run" command: - print error message iv variable does not exist - terminate processing of arguments in case of error * Patches by Peter Figuli, 10 Mar 2003 - Add support for BTUART on PXA platform - Add support for WEP EP250 (PXA) board * Fix flash problems on INCA-IP; add tool to allow bruning images to flash using a BDI2000 * Implement fix for I2C Edge Conditions problem for all boards that use the bit-banging driver (common/soft_i2c.c) * Add patches by Robert Schwebel, 31 Mar 2003: - csb226 board: bring in sync with innokom/memsetup.S - csb226 board: fix MDREFR handling - misc doc fixes / extensions - innokom board: cleanup, MDREFR fix in memsetup.S, config update - add BOOT_PROGRESS to armlinux.c
* Patch from Stefan Roese.stroese2003-04-04-1/+7
|
* Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.stroese2003-04-04-1/+7
|
* U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese2003-04-04-0/+2
|
* Changed PPC405GPr version from A to B.stroese2003-04-04-6/+6
|