summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/board_sam9g20ek.c
Commit message (Collapse)AuthorAgeFilesLines
* Create a generic way to support multiple boards within animp2012-07-071-1/+4
| | | | | | arm platform. Add all the atmel boards to the ATMEL kernel for testing purposes. Until boot loader arg parsing of baord type is done, this won't actually be able to do the runtime selection.
* Strip trailing whitespace before other changes.imp2012-06-131-3/+3
|
* Fix comment about what board this is really for left over from earlyimp2012-05-021-5/+1
| | | | cut and paste.
* Add support for the AT91SAM9260cognet2010-10-061-57/+9
| | | | Submitted by: Greg Ansley
* if_ate.c:cognet2010-10-061-0/+176
* Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Add new devices to at91sam9_devs table. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. My apologies to Greg for taking so long to take care of it.
OpenPOWER on IntegriCloud