summaryrefslogtreecommitdiff
path: root/include/configs/cmc_pu2.h
Commit message (Collapse)AuthorAgeLines
* Minor cleanupwdenk2005-04-03-1/+1
|
* Prepare for SoC rework of ARM code:wdenk2005-04-02-11/+3
| | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
* Fix problems with SNTP support;wdenk2005-04-02-4/+8
| | | | enable SNTP support in some boards.
* Patch by Martin Krause, 01 Apr 2005:wdenk2005-04-01-2/+2
| | | | Fix flash erase timeout on CMC_PU2
* Patch by Steven Scholz, 13 Dec 2004:wdenk2005-03-31-0/+32
| | | | | Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
* Cleanup for CMC_PU2 boardwdenk2004-12-14-50/+37
|
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-24-3/+7
| | | | | | * 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-50/+19
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Fix CFG_HZ problems on AT91RM9200 systemswdenk2004-10-11-2/+4
| | | | [Remember: CFG_HZ should be 1000 on ALL systems!]
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-10-0/+225
- add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200