summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_rst.c
Commit message (Collapse)AuthorAgeFilesLines
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canimp2014-02-091-1/+26
| | | | find it later.
* at91$DEV->at91_$DEV to match other Atmel drivers. Also, exportimp2012-07-111-31/+30
| | | | at91_rst_cpu_reset.
* Make it possible to link together a sam and an rm kernel. The resultsimp2012-06-151-56/+51
| | | | | | | aren't very pretty yet, but this takes DELAY and cpu_reset and makes them pointers. # I worry that these are set too late in the boot, especially cpu_reset.
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-141-1/+1
| | | | | consist of a ARM926EJ-S processor core with up to 512 Kbytes of on-chip flash. Tested with SAM9XE512.
* - Try to bring these files closer to style(9).marius2012-04-141-8/+9
| | | | | - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers.
* Add support for the AT91SAM9260cognet2010-10-061-2/+2
| | | | Submitted by: Greg Ansley
* if_ate.c:cognet2010-10-061-0/+215
* 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