zephyr/include/drivers
Dmitriy Korovkin 6dd108a263 IRQ_CONNECT_STATIC implementation for x86 platform
In order to simplify x86 interrupt stub creation, each interrupt
controller implements an interrupt stub definition macro.

Add IRQ_CONNECT_STATIC() for static interrupt registration, and
construct the interrupt stubs name from device and interrupt
handler names.

Add IRQ_CONFIG() macro for the interrupt controller configuration.
On x86 platform it programs APIC to associate an IRQ number with
the interupt vector.

Add HPET_TIMER0_INT_PRI parameter to Quark platform header to
make it build correctly.

Change-Id: I24ad25e1aa807ffa63733a27ad882877fcad72af
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:25 -05:00
..
console Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00
pci Convert PCI_DEBUG parameter to a configuration parameter 2016-02-05 20:14:11 -05:00
simple Add simple UART driver 2016-02-05 20:14:16 -05:00
ioapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
k6x_mpu.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k6x_pmc.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_mcg.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_pcr.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_sim.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_uart.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_watchdog.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
loapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
pic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
rand32.h Introduce public APIs for random number generation 2016-02-05 20:14:12 -05:00
system_timer.h nanokernel: allow nano time tracking to be used in microkernels 2016-02-05 20:14:22 -05:00
uart.h uart: Removing driver specific informations from the generic API 2016-02-05 20:14:01 -05:00