freebsd-dev/sys/arm/allwinner
Ian Lepore 5e4e1d4995 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
and the functionality it provided into arm/exception.S.  Rename the main
irq handling routine from arm_handler_execute() to arm_irq_handler() to
make it more congruent with how other exception handlers are named, and
also update its signature to reflect what has long been reality: it is
passed just a trapframe pointer, no interrupt number argument.
2014-03-10 18:10:09 +00:00
..
a20 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
a10_clk.c Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: 2014-03-03 11:00:52 +00:00
a10_clk.h Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: 2014-03-03 11:00:52 +00:00
a10_common.c Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
a10_ehci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_gpio.c Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: 2014-03-03 11:00:52 +00:00
a10_gpio.h Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: 2014-03-03 11:00:52 +00:00
a10_machdep.c Switch to using arm_devmap_add_entry() to set up static device mapping. 2014-01-06 16:57:22 +00:00
a10_sramc.c Add Static Random Access Memory controller driver for A10/A20. 2014-03-03 11:24:47 +00:00
a10_sramc.h Add Static Random Access Memory controller driver for A10/A20. 2014-03-03 11:24:47 +00:00
a10_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_wdog.h Add watchdog driver for Allwinner A10 2013-02-11 11:31:23 +00:00
aintc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
console.c Fix style bugs 2013-01-16 08:04:55 +00:00
files.a10 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
if_emac.c Add EMAC 10/100 Ethernet controller driver for A10/A20. 2014-03-03 11:32:55 +00:00
if_emacreg.h Add EMAC 10/100 Ethernet controller driver for A10/A20. 2014-03-03 11:32:55 +00:00
std.a10 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
timer.c Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00