aboutsummaryrefslogtreecommitdiff
path: root/board/trab/trab.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-10Fix compiler warning for TRAB board.Wolfgang Denk1-3/+5
Patch by Martin Krause, 07 Aug 2006
2006-06-26Cleanup trab board for GCC-4.xWolfgang Denk1-11/+11
2006-06-16Fix setting of environment variable "ver" on trab boardWolfgang Denk1-0/+13
The environment variable "ver" is now set before do_auto_update() is called, so that "ver" can be used in USB update scripts. Patch by Martin Krause, 27 Oct 2005
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-6/+1
2004-10-10Patch by George G. Davis, 24 Aug 2004:wdenk1-5/+2
- update ARM boards to use constants from mach-types.h
2003-09-17Add auto-update code for TRAB board using USB memory stickswdenk1-0/+6
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk1-0/+4
(tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
2003-07-15* Patches by Martin Krause, 14 Jul 2003:wdenk1-0/+5
- add I2C support for s3c2400 systems (trab board) - (re-) add "ping" to command table * Fix handling of "slow" POST routines
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
get rid of MK_CMD_ENTRY macro; update doc/README.command
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+7
- 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-19* Patches by David Müller, 12 Jun 2003:wdenk1-33/+51
- rewrite of the S3C24X0 register definitions stuff - "driver" for the built-in S3C24X0 RTC * Patches by Yuli Barcohen, 12 Jun 2003: - Add MII support and Ethernet PHY initialization for MPC8260ADS board - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset configuration word supplied by FPGA on some MPC8260ADS boards * Patch by Pantelis Antoniou, 10 Jun 2003: Unify status LED interface
2003-05-20* Add support for arbitrary bitmaps for TRAB's VFD commandLABEL_2003_05_20_2250wdenk1-2/+3
* Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
2003-03-06* Patches by David Müller, 31 Jan 2003:LABEL_2003_03_06_2255wdenk1-0/+85
- minimal setup for CardBus bridges - add EEPROM read/write support in the CS8900 driver - add support for the builtin I2C controller in the Samsung s3c24x0 chips - add support for MPL's VCMA9 (Samsung s3c2410 based) board * Patch by Steven Scholz, 04 Feb 2003: add support for RTC DS1307 * Patch by Reinhard Meyer, 5 Feb 2003: fix PLPRCR/SCCR init sequence on 8xx to allow for changes of EBDF by software * Patch by Vladimir Gurevich, 07 Feb 2003: "API-compatibility patch" for 4xx I2C driver
2003-02-28* Add support for 16 MB flash configuration of TRAB boardLABEL_2003_02_28_0150wdenk1-22/+4
* Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM * Start adding MIPS support files
2002-12-03* Fix startup problems with VFD display on TRABLABEL_2002_12_03_2230wdenk1-18/+23
* Patch by Pierre Aubert, 20 Nov 2002 Add driver for Epson SED13806 graphic controller. Add support for BMP logos in cfb_console driver.
2002-11-04Patch by Guillaume Alexandre,, 04 Nov 2002:wdenk1-8/+10
Improve PCI access on 32-bits Compact PCI bus Adjust VFD initialization on TRAB Cleanup RRvision video code
2002-11-03* Fix mdelay() on TRAB - this was still the debugging version withwdenk1-1/+1
seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings, and README.
2002-11-03Initial revisionwdenk1-0/+301