source: rtems/bsps/powerpc/mvme5500/README.irq @ 762fa62

5
Last change on this file since 762fa62 was 8f8ccee, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/18 at 07:50:39

bsps: Move interrupt controller support to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 810 bytes
Line 
1README.irq : Shuchen Kate Feng  <feng1@bnl.gov>, Sept. 2, 2007
2
3As per implementation in shared PPC code,
4the BSPirqPrioTable[96] listed in irq_init.c is where the
5software developers can change the levels of priority
6for all the interrupts based on the need of their
7applications.  The IRQs can be eanbled dynamically via the
8BSP_enable_pic_irq(), or disbaled dynamically via the
9BSP_disable_pic_irq().
10
11
12Support for run-time priority setup could be
13added easily, but there is no action taken yet due to concerns
14over computer security at VME CPU level.
15
16
17The software developers are forbidden to setup picIsrTable[],
18as it is a powerful engine for the BSP to find the pending
19highest priority IRQ at run time. It ensures the fastest/faster
20interrupt service to the highest/higher priority IRQ, if pending.
Note: See TracBrowser for help on using the repository browser.