aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-21Add support for arbitrary bitmaps for TRAB's VFD command;LABEL_2003_05_22_2230wdenk
allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
2003-05-20* Add support for arbitrary bitmaps for TRAB's VFD commandLABEL_2003_05_20_2250wdenk
* Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
2003-05-20* Patch by David Updegraff, 22 Apr 2003:LABEL_2003_05_20_1630wdenk
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
2003-05-20Patch by Christophe Lindheimer, 20 May 2003:wdenk
allow the use of CFG_LOADS when CFG_NO_FLASH is set
2003-05-20Fix SDRAM timing on Purple boardwdenk
2003-05-18Add support for CompactFlash on ATC boardwdenk
(includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
2003-05-12Patch by Mathijs Haarman, 08 May 2003:LABEL_2003_05_12_2355wdenk
Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
2003-05-12Fix SDRAM initializationwdenk
2003-05-12Add default switch settings.wdenk
2003-05-05Fix ATC board configuration and flash driverwdenk
2003-05-03Fix problem with usage of "true" (undefined in current versions of bfd.h)wdenk
2003-05-03* Add support for Promess ATC boardLABEL_2003_05_03_1700wdenk
* 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
2003-04-27* LWMON extensions:wdenk
- 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
2003-04-20*** empty log message ***U-Boot-0_3_1wdenk
2003-04-20Make compile cleanwdenk
2003-04-20Add files needed for bitmap load supportwdenk
2003-04-20Compile fixeswdenk
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk
* 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
2003-04-12* Patch by Lutz Dennig, 10 Apr 2003:LABEL_2003_04_15_1900wdenk
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
2003-04-10Patch from Stefan Roese.stroese
2003-04-10Changed DHCP client to use ip address from server option field #54 from the ↵stroese
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.
2003-04-10Add support for TQM862L moduleswdenk
2003-04-08Prepare for 0.3.0 releaseU-Boot-0_3_0wdenk
* Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs
2003-04-05* Patch by Arun Dharankar, 4 Apr 2003:LABEL_2003_04_05_0300wdenk
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
2003-04-04Patch from Stefan Roese.stroese
2003-04-04Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.stroese
2003-04-04U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese
2003-04-04Changed PPC405GPr version from A to B.stroese
2003-04-04U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese
2003-04-04U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese
2003-03-31* Patch by Martin Winistoerfer, 23 Mar 2003wdenk
- 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:wdenk
- 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-28Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:wdenk
- fix SRAM and SDRAM memory sizing - add status LED support - add MAC address for second (SCC1) ethernet port Update default environment for TQM8260 board
2003-03-27Fix MIPS build problemLABEL_2003_03_27_1900wdenk
2003-03-27* Add support for MIPS32 4Kc CPUswdenk
* Add support for INCA-IP Board
2003-03-26Make compile clean, fix the usual small problems.LABEL_2003_03_26_1300wdenk
2003-03-26esd PCI405 updated.stroese
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk
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-25*** empty log message ***LABEL_2003_03_25_1830wdenk
2003-03-25Add PCI support for MPC8250 Boards (PM825 module)wdenk
2003-03-25Patch by Stefan Roese , 25 Mar 2003.stroese
2003-03-25BSP-Command for esd PCI405 added.stroese
2003-03-25esd PCI405 updated.stroese
2003-03-20Patch by Stefan Roese , 20 Mar 2003.stroese
2003-03-20CPCI4052 update (support for revision 3).stroese
2003-03-20Added edge conditioning register (ecr) for PPC405GPr.stroese
2003-03-20Clip udiv to 5 bits on PPC405 (serial.c).stroese
2003-03-20Set edge conditioning circuitry on PPC405GPr for compatibility to existing ↵stroese
PPC405GP designs.
2003-03-14Add files that were forgottenLABEL_2003_03_14_2150wdenk
2003-03-14* Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk
the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100 boards, version 153 for Rev. 200 boards). * Patch by Vladimir Gurevich, 12 Mar 2003: Fix relocation problem of statically initialized string pointers in common/cmd_pci.c * Patch by Kai-Uwe Blöm, 12 Mar 2003: Cleanup & bug fixes for JFFS2 code: - the memory mangement was broken. It caused havoc on malloc by writing beyond the block boundaries. - the length calculation for files was wrong, sometimes resulting in short file reads. - data copying now optionally takes fragment version numbers into account, to avoid copying from older data. See doc/README.JFFS2 for details.