aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91sam9x5reg.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-317/+0
| | | | | | | | | | | | | | The last known robust version of this code base was FreeBSD 8.2. There are no users of this on current, and all users of it have abandoned this platform or are in legacy mode with a prior version of FreeBSD. All known users on arm@ approved this removal, and there were no objections. Differential Revision: https://reviews.freebsd.org/D16312 Notes: svn path=/head/; revision=336770
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326258
* Fix typos.Kevin Lo2014-09-261-3/+3
| | | | Notes: svn path=/head/; revision=272163
* Remove bogus define that causes compile errors. Most of the definesWarner Losh2014-03-091-1/+0
| | | | | | | | for SAM9X are going away soonish anyway (once FDT works), but until then... Notes: svn path=/head/; revision=262940
* Move AIC related stuff to own file.Warner Losh2014-03-081-0/+1
| | | | Notes: svn path=/head/; revision=262925
* These files will support the whole at91sam9x5 family when done,Warner Losh2012-07-301-0/+315
so rename them now before they get copied further afield... Notes: svn path=/head/; revision=238922