Home | History | Annotate | Download | only in at91
History log of /src/sys/arch/arm/at91/at91aic.c
RevisionDateAuthorComments
 1.13  21-Jul-2022  andvar fix typos in comments and log messages, mainly s/intrrupt/interrupt/.
 1.12  20-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.11  26-Mar-2014  christos branches: 1.11.42;
kill sprintf
 1.10  12-Nov-2012  skrll branches: 1.10.2;
C99 types
 1.9  02-Aug-2012  skrll branches: 1.9.2;
Remove irqframe and replace with identical trapframe.
 1.8  04-Nov-2011  aymeric attach event counters later, at attach time. Caught by an assertion
 1.7  01-Jul-2011  dyoung branches: 1.7.2;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.6  06-Jun-2011  matt Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup.
 1.5  20-Dec-2010  matt branches: 1.5.6;
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
 1.4  13-Jun-2010  tsutsui Apply fixes for PR port-arm/43339:
Set proper IPL_SOFTfoo values even in !FAST_SOFTINTS case.
Some assertions in MI code expect they have unique values,
per comments from rmind@.

Also cleanup various "interrupt hierarchy" code since IPL_NONE and
IPL_SOFTfoo should not be set by any hardware interrupt establish functions.

Ok'ed by mrg@, tested on shark and hpcarm.
 1.3  23-Oct-2009  snj branches: 1.3.2; 1.3.4;
Drop 3rd and 4th clauses. Approved by all copyright holders:
joff and Embedtronics Oy's owners (Jukka Marin and Sami Kantoluoto).
 1.2  03-Jul-2008  matt branches: 1.2.4;
Add AT91 support. (XXX need to finish timecounter support).
 1.1  10-Nov-2007  matt branches: 1.1.2; 1.1.16; 1.1.20; 1.1.22;
file at91aic.c was initially added on branch matt-nb4-arm.
 1.1.22.1  03-Jul-2008  simonb Sync with head.
 1.1.20.3  11-Aug-2010  yamt sync with head.
 1.1.20.2  11-Mar-2010  yamt sync with head
 1.1.20.1  04-May-2009  yamt sync with head.
 1.1.16.1  28-Sep-2008  mjf Sync with HEAD.
 1.1.2.1  10-Nov-2007  matt Add AT91 support from Sami Kantoluoto
Add TI OMAP2430 support from Marty Fouts @ Danger Inc
 1.2.4.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.4.1  03-Jul-2008  wrstuden file at91aic.c was added on branch wrstuden-revivesa on 2008-09-18 04:33:19 +0000
 1.3.4.3  12-Jun-2011  rmind sync with head
 1.3.4.2  05-Mar-2011  rmind sync with head
 1.3.4.1  03-Jul-2010  rmind sync with head
 1.3.2.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.5.6.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.7.2.4  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.2.3  16-Jan-2013  yamt sync with (a bit old) head
 1.7.2.2  30-Oct-2012  yamt sync with head
 1.7.2.1  10-Nov-2011  yamt sync with head
 1.9.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.10.2.1  18-May-2014  rmind sync with head
 1.11.42.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed