Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Patch by Pantelis Antoniou, 04 Sep 2005
|
|
Patch by Anders Larsen, 07 Oct 2005
The Atmel errata #11 states that the transfer buffer descriptor
table must be aligned on a 16-word boundary. As it turned out, this
is insufficient - it seems the table must be aligned on a boundary
at least as large as the table itself (in Linux this is not an
issue - the table is aligned on a PAGE_SIZE (4096) boundary).
|
|
Patch by Anders Larsen, 05 Oct 2005
|
|
Patch by Anders Larsen, 03 May 2005
|
|
Patch by Anders Larsen, 29 Apr 2005
|
|
Patch by Anders Larsen, 29 Apr 2005
|
|
Patch by Anders Larsen, 29 Apr 2005
|
|
Patch by Anders Larsen, 29 Apr 2005
* Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005
(8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
|
|
Patch by Eric Benard, 07 Apr 2005
|
|
Patch by Steven Scholz, 23 Aug 2005
|
|
Patch by Anders Larsen, 26 Apr 2005
|
|
|
|
- fix clock rates
- remove debug messages
- fix flash sector protection
* Patch by Steven Scholz, 07 Apr 2005:
Fix warning in cpu/arm920t/at91rm9200/i2c.c
|
|
Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
* Patch by Steven Scholz, 07 Apr 2005:
Fix compiler warning in altera.c
* Patch by Ladislav Michl, 06 Apr 2005:
Fix voiceblue configuration.
|
|
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
- moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
|