Go to file
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
arch IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
config
doc doc: add forgotten index file 2016-02-05 20:14:25 -05:00
drivers IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
include IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
kernel Introduce CPU_CORTEX_M3_M4 option 2016-02-05 20:14:25 -05:00
lib/libc
misc
net
samples Rename option CPU_CORTEXM to CPU_CORTEX_M 2016-02-05 20:14:25 -05:00
scripts Rename option CPU_CORTEXM4 to CPU_CORTEX_M4 2016-02-05 20:14:25 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile Kbuild: CFLAGS Review. 2016-02-05 20:14:25 -05:00
Makefile.inc
zephyr-env.sh