zephyr/drivers/interrupt_controller
Daniel Leung 77d167d004 ioapic: move common init code into driver
The initialization code and macros are the same. So extracts it
and puts it into the driver. This is another step to follow
the driver model.

Those empty C files are there because the current Kbuild
requires Makefile to be present at those directories,
(due to arch/x86/Kbuild), which requires building some object
files. So the empty source files are there to produce empty
object files to satisfy this.

Change-Id: I14056347ea14cff227d9e8960192e8673c0019b8
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:03 -05:00
..
arcv2_irq_unit.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
i8259.c i8259: move init code into driver 2016-02-05 20:25:03 -05:00
ioapic_intr.c ioapic: move common init code into driver 2016-02-05 20:25:03 -05:00
Kconfig kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
loapic_intr.c loapic: move common init code into driver 2016-02-05 20:25:03 -05:00
Makefile x86: add Quark D2000 Interrupt Controller (MVIC) 2016-02-05 20:24:48 -05:00
mvic.c Add _loapic_isr_vector_get to mvic 2016-02-05 20:24:57 -05:00
system_apic.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00