summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/irq/irq_init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update motorola_power to irq-generic interrupt managementChris Johns2021-02-131-1/+14
| | | | | | | | | | | | | | - Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an opt in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by porting fixes from the i386 (PC) BSP Closes #4238 Closes #4239
* powerpc/shared: ISA bus bridge fails to enable the openpic irqChris Johns2021-02-081-1/+1
| | | | | | | | | | - The call to enable the openpic irq for the ISA bridge fails because the IRQ used is offset by the ISA bus signals and the openpic call expects an IRQ relative to its signals. - Add the MVME 2600/2700 to the list of boards with an ISA bridge. Closes #4231
* bsps: Move interrupt controller support to bspsSebastian Huber2018-04-231-0/+364
This patch is a part of the BSP source reorganization. Update #3285.