Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 1 | -4/+2 |
| | |||||
* | Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200 | Wolfgang Denk | 2005-10-09 | 1 | -1/+1 |
| | | | | | | | | | | 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). | ||||
* | Fix the machine-id of the Cogent csb637 board | Wolfgang Denk | 2005-10-06 | 1 | -2/+2 |
| | | | | Patch by Anders Larsen, 05 Oct 2005 | ||||
* | Add support for Cogent csb637 | Wolfgang Denk | 2005-10-05 | 4 | -0/+186 |
Patch by Anders Larsen, 29 Apr 2005 |