freebsd-dev/sys/arm/s3c2xx0
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
..
board_ln2410sbc.c
files.s3c2xx0 Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
s3c2xx0_space.c Remove the duplicated implementations of some bus_space functions and use 2013-11-04 16:16:40 +00:00
s3c2xx0board.h
s3c2xx0reg.h
s3c2xx0var.h
s3c24x0_clk.c Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by 2011-01-06 21:08:06 +00:00
s3c24x0_machdep.c The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
s3c24x0_rtc.c Add the s3c24x0 real time clock driver 2010-07-22 23:23:39 +00:00
s3c24x0.c A few last BUS_PROBE_NOWILDCARDs are in order. 2013-10-29 14:32:33 +00:00
s3c24x0reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
s3c24x0var.h
s3c2410reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
s3c2410var.h
s3c2440reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
std.ln2410sbc Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
std.s3c2410 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
uart_bus_s3c2410.c Remove redundant redeclarations of uart_s3c2410_class in 2013-10-09 17:05:02 +00:00
uart_cpu_s3c2410.c Remove redundant redeclarations of uart_s3c2410_class in 2013-10-09 17:05:02 +00:00
uart_dev_s3c2410.c Introduce grab and ungrab upcalls. When the kernel desires to grab the 2014-01-19 19:36:11 +00:00
uart_dev_s3c2410.h