freebsd-dev/sys/arm/rockchip
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
..
files.rk30xx Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
rk30xx_common.c Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
rk30xx_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_grf.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_grf.h
rk30xx_machdep.c Enable reset mechanism for rk3188. 2013-11-25 11:02:58 +00:00
rk30xx_pmu.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_pmu.h
rk30xx_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
rk30xx_wdog.h Add watchdog driver for rk3188. 2013-11-25 11:01:19 +00:00
std.rk30xx Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00