summaryrefslogtreecommitdiffstats
path: root/include/configs/cmc_pu2.h
Commit message (Collapse)AuthorAgeFilesLines
* Update configuration for CMC-PU2 boardWolfgang Denk2006-06-161-10/+1
| | | | Patch by Martin Krause, 17 Nov 2005
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-16/+16
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Change main clock on CMC-PU2 board from 207 MHz to 179 MHzWolfgang Denk2005-08-191-2/+2
| | | | | because of a bug in the AT91RM9200 CPU PLL Patch by Martin Krause, 22 Apr 2005
* Remove CONFIG_AT91RM9200DK in CMC-PU2 configurationWolfgang Denk2005-08-181-1/+0
| | | | Patch by Martin Krause, 19 Apr 2005
* get rid of obsolete CFG_AT91C_BRGR_DIVISOR definitionwdenk2005-04-201-2/+0
|
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-061-3/+7
| | | | | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
* * Add FEC support for TQM8540 board.wdenk2005-04-041-3/+46
| | | | | | | Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC * Patch by Martin Krause, 04 Apr 2005: Update default configuration for CMC_PU2 board.
* Patch by Steven Scholz, 4 Apr 2005:wdenk2005-04-041-8/+2
| | | | | | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
* Fix timer code for ARM systems: make sure that udelay() does notwdenk2005-04-041-2/+2
| | | | reset timers so it's save to use udelay() in timeout code.
* Minor cleanupwdenk2005-04-031-1/+1
|
* Prepare for SoC rework of ARM code:wdenk2005-04-021-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-021-4/+8
| | | | enable SNTP support in some boards.
* Patch by Martin Krause, 01 Apr 2005:wdenk2005-04-011-2/+2
| | | | Fix flash erase timeout on CMC_PU2
* Patch by Steven Scholz, 13 Dec 2004:wdenk2005-03-311-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-141-50/+37
|
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-241-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-211-50/+19
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Fix CFG_HZ problems on AT91RM9200 systemswdenk2004-10-111-2/+4
| | | | [Remember: CFG_HZ should be 1000 on ALL systems!]
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-101-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
OpenPOWER on IntegriCloud