summaryrefslogtreecommitdiff
path: root/board/cmc_pu2
Commit message (Collapse)AuthorAgeLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-3/+2
|
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-11-2/+2
|
* * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk2005-10-05-244/+27
| | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+1
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2Wolfgang Denk2005-08-19-1/+123
| | | | Patch by Martin Krause, 08 Jun 2005
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-19-1/+1
| | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* Add automatic HW detection for another CMC_PU2 variantWolfgang Denk2005-08-19-5/+18
| | | | Patch by Martin Krause, 20 Apr 2005
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-06-1/+1
| | | | | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
* Patch by Martin Krause, 01 Apr 2005:wdenk2005-04-01-2/+76
| | | | Add automatic HW detection for CMC_PU2 and CMC_BASIC
* Patch by Steven Scholz, 13 Dec 2004:wdenk2005-03-31-206/+0
| | | | | Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-3/+2
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Fix problems with CMC_PU2 flash driver.wdenk2004-12-20-7/+8
|
* * Fix problems with CMC_PU2 flash driver.wdenk2004-12-19-51/+50
| | | | * Adjust INKA 4x0 default settings
* Cleanup for CMC_PU2 boardwdenk2004-12-14-7/+11
|
* Patch by Steven Scholz, 12 Dec 2004:wdenk2004-12-13-1/+1
| | | | Fix typo in AT91 memory setup.
* * Clean up CMC PU2 flash driverwdenk2004-12-10-53/+65
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-24-2/+2
| | | | | | * Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-21-492/+394
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Code Cleanupwdenk2004-10-10-20/+20
| | | | | | Patch by Gary Jennejohn, 04 Oct 2004: - fix I2C on at91rm9200 - add support for Ricoh RS5C372A RTC
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-10-0/+1793
- add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200