wdenk
8aa1a2d115
Patch by Steven Scholz, 4 Apr 2005:
...
- 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-04 12:44:11 +00:00
wdenk
101e8dfa2a
Fix timer code for ARM systems: make sure that udelay() does not
...
reset timers so it's save to use udelay() in timeout code.
2005-04-04 12:08:28 +00:00
wdenk
59acc296d9
Minor cleanup
2005-04-03 14:18:51 +00:00
wdenk
400558b561
Prepare for SoC rework of ARM code:
...
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
2005-04-02 23:52:25 +00:00
wdenk
414eec35e3
Fix problems with SNTP support;
...
enable SNTP support in some boards.
2005-04-02 22:37:54 +00:00
wdenk
e6ba3c92ce
Patch by Martin Krause, 01 Apr 2005:
...
Fix flash erase timeout on CMC_PU2
2005-04-01 09:29:14 +00:00
wdenk
ef2807c667
Patch by Steven Scholz, 13 Dec 2004:
...
Remove duplicated code by merging memsetup.S files for
at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
2005-03-31 23:44:33 +00:00
wdenk
45ea3fca4a
Cleanup for CMC_PU2 board
2004-12-14 23:28:24 +00:00
wdenk
ed54e62125
* Fix udelay() on AT91RM9200 for delays < 1 ms.
...
* Enable long help on CMC PU2 board;
fix reset issue;
increase CPU speed from 179 to 207 MHz.
2004-11-24 23:35:19 +00:00
wdenk
9d5028c2f7
* Update for AT91RM9200DK and CMC_PU2 boards:
...
- Enable booting directly from flash
- fix CMC_PU2 flash driver
* Fix mkimage usage message
2004-11-21 00:06:33 +00:00
wdenk
9455b7f39c
Fix CFG_HZ problems on AT91RM9200 systems
...
[Remember: CFG_HZ should be 1000 on ALL systems!]
2004-10-11 22:25:49 +00:00
wdenk
2cbe571a56
* Patch by Gary Jennejohn, 01 Oct 2004:
...
- add support for CMC PU2 board
- add support for I2C on at91rm9200
* Patch by Gary Jennejohn, 28 Sep 2004:
fix baudrate handling on at91rm9200
2004-10-10 17:05:18 +00:00