aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91_rst.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-236/+0
* This is MPSAFE on this platform, so don't take Giant out while runningWarner Losh2018-03-211-1/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canWarner Losh2014-02-091-1/+26
* at91$DEV->at91_$DEV to match other Atmel drivers. Also, exportWarner Losh2012-07-111-31/+30
* Make it possible to link together a sam and an rm kernel. The resultsWarner Losh2012-06-151-56/+51
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichMarius Strobl2012-04-141-1/+1
* - Try to bring these files closer to style(9).Marius Strobl2012-04-141-8/+9
* Add support for the AT91SAM9260Olivier Houchard2010-10-061-2/+2
* if_ate.c:Olivier Houchard2010-10-061-0/+215