aboutsummaryrefslogtreecommitdiff
path: root/include/configs/cmc_pu2.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20get rid of obsolete CFG_AT91C_BRGR_DIVISOR definitionwdenk1-2/+0
2005-04-06Patch by Steven Scholz, 06 Apr 2005:wdenk1-3/+7
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
2005-04-04* Add FEC support for TQM8540 board.wdenk1-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.
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-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
2005-04-04Fix timer code for ARM systems: make sure that udelay() does notwdenk1-2/+2
reset timers so it's save to use udelay() in timeout code.
2005-04-03Minor cleanupwdenk1-1/+1
2005-04-02Prepare for SoC rework of ARM code:wdenk1-11/+3
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2005-04-02Fix problems with SNTP support;wdenk1-4/+8
enable SNTP support in some boards.
2005-04-01Patch by Martin Krause, 01 Apr 2005:wdenk1-2/+2
Fix flash erase timeout on CMC_PU2
2005-03-31Patch by Steven Scholz, 13 Dec 2004:wdenk1-0/+32
Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
2004-12-14Cleanup for CMC_PU2 boardwdenk1-50/+37
2004-11-24* Fix udelay() on AT91RM9200 for delays < 1 ms.LABEL_2004_11_25_0035wdenk1-3/+7
* Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.
2004-11-21* Update for AT91RM9200DK and CMC_PU2 boards:wdenk1-50/+19
- Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
2004-10-11Fix CFG_HZ problems on AT91RM9200 systemswdenk1-2/+4
[Remember: CFG_HZ should be 1000 on ALL systems!]
2004-10-10* Patch by Gary Jennejohn, 01 Oct 2004:wdenk1-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