summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/irq/irq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move interrupt controller support to bspsSebastian Huber2018-04-231-387/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/qoriq: Fix hypervisor guest interrupt initSebastian Huber2018-01-221-1/+19
| | | | Update #3085.
* bsp/qoriq: Fix hypervisor guest IRQ supportSebastian Huber2018-01-221-1/+5
| | | | Update #3085.
* bsp/qoriq: Add hypervisor guest SMP supportSebastian Huber2017-09-191-0/+11
| | | | Update #3085.
* bsp/qoriq: Add decrementer clock driverSebastian Huber2017-09-191-0/+5
| | | | Update #3085.
* bsps/powerpc: PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2017-09-191-22/+2
| | | | | | | | | Make PPC_EXC_CONFIG_USE_FIXED_HANDLER mandatory for BSPs using ppc_exc_interrupt(). Pass exception number to bsp_interrupt_dispatch() to allow processing of decrementer and doorbell exceptions as hypervisor guest. Update #3085.
* bsp/qoriq: Virtual interrupt controller supportSebastian Huber2017-09-121-5/+81
| | | | Update #3085.
* bsp/qoriq: 64-bit support for interrupt controllerSebastian Huber2017-08-221-2/+2
| | | | Update #3082.
* bsp/qoriq: Fix warningSebastian Huber2017-07-281-1/+1
|
* Add interrupt vector set/get affinitySebastian Huber2017-07-121-15/+9
| | | | Close #3071.
* bsps: Improve interrupt vector enable/disable APISebastian Huber2017-06-201-14/+10
| | | | | | Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add bsp_interrupt_assert() and use it to validate the vector number in the vector enable/disable implementations.
* score: Distribute clock tick to all online CPUsSebastian Huber2016-03-041-8/+12
| | | | Update #2554.
* bsp/qoriq: Fix interrupt support for T seriesSebastian Huber2015-10-281-123/+72
|
* bsp/qoriq: Fix warningSebastian Huber2015-03-051-2/+1
|
* bsp/qoriq: Add T2080RDB and T4240RDB variantsSebastian Huber2015-01-131-1/+1
|
* bsp/qoriq: SMP support for IRQ supportSebastian Huber2014-04-161-8/+11
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsp/qoriq: Set PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2012-12-031-2/+16
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-5/+0
|
* 2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-211-0/+341
PR 1799/bsps * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock-config.c, console/console-config.c, console/uart-bridge-master.c, console/uart-bridge-slave.c, include/.cvsignore, include/bsp.h, include/hwreg_vals.h, include/intercom.h, include/irq.h, include/mmu.h, include/qoriq.h, include/tm27.h, include/tsec-config.h, include/u-boot-config.h, include/uart-bridge.h, irq/irq.c, make/custom/qoriq.inc, make/custom/qoriq_core_0.cfg, make/custom/qoriq_core_1.cfg, make/custom/qoriq_p1020rdb.cfg, network/if_intercom.c, network/network.c, rtc/rtc-config.c, shmsupp/intercom-mpci.c, shmsupp/intercom.c, shmsupp/lock.S, start/start.S, startup/bsppredriverhook.c, startup/bspreset.c, startup/bspstart.c, startup/linkcmds.base, startup/linkcmds.qoriq_core_0, startup/linkcmds.qoriq_core_1, startup/linkcmds.qoriq_p1020rdb, startup/mmu-config.c, startup/mmu-tlb1.S, startup/mmu.c: New files.