summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx/irq/irq.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-12bsps/powerpc/tqm8xx: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/powerpc/tqm8xx: Manual file header clean upChristian Mauderer1-23/+16
Updates #4625.
2022-03-10bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill1-2/+2
Updates #4625.
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber1-13/+15
Do not return a status code in bsp_interrupt_facility_initialize() since this leads to unreachable code in bsp_interrupt_initialize(). Use RTEMS_DEBUG assertions in bsp_interrupt_facility_initialize() if necessary.
2021-07-26bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber1-1/+3
Return a status code for bsp_interrupt_vector_disable(). Update #3269.
2021-07-26bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber1-1/+3
Return a status code for bsp_interrupt_vector_enable(). Update #3269.
2021-07-26bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+11
Add a default implementation which just returns RTEMS_UNSATISFIED. Update #3269.
2021-07-26bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+8
Add a default implementation which clears the attributes to zero and just returns RTEMS_SUCCESSFUL for valid parameters. Update #3269.
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber1-0/+12
Add rtems_interrupt_raise_on() and rtems_interrupt_clear(). Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
2021-07-26bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+11
Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber1-18/+14
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.
2014-12-12bsp/mpc8xx: Fix warningsSebastian Huber1-7/+7
close #2211
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-03-24bsps: Add shared default IRQ handlerSebastian Huber1-5/+0
2010-01-19tqm8xx BSP fixesThomas Doerfler1-5/+7
2009-11-30Whitespace removal.Ralf Corsepius1-19/+19
2009-10-23Update for exception support changes.Thomas Doerfler1-3/+1
2009-10-21interrupt handler type changeThomas Doerfler1-8/+8
2008-09-08added new BSP for TQM8xx boardsThomas Doerfler1-0/+240