summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-29bsps/cache: Optimize smp_cache_broadcast()Sebastian Huber1-1/+2
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber5-35/+25
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber36-148/+90
2021-07-26bsp/raspberrypi: Add interrupt get/set affinitySebastian Huber1-0/+26
2021-07-26bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber11-523/+669
2021-07-26bsps/irq: Move bsp_interrupt_handler_is_empty()Sebastian Huber3-30/+11
2021-07-26bsps/irq: Add bsp_interrupt_check_and_lock()Sebastian Huber3-63/+86
2021-07-26bsps/irq: Use rtems_interrupt_entrySebastian Huber3-25/+16
2021-07-26sparc/irq: Implement new interrupt directivesSebastian Huber6-22/+162
2021-07-26bsps/irq: Implement new directives for GICv2/3Sebastian Huber4-32/+189
2021-07-26bsps/irq: bsp_interrupt_set_affinity()Sebastian Huber14-18/+30
2021-07-26bsps/irq: bsp_interrupt_get_affinity()Sebastian Huber15-23/+38
2021-07-26bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber37-45/+94
2021-07-26bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber37-45/+94
2021-07-26bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber37-1/+438
2021-07-26bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber37-2/+337
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber39-0/+664
2021-07-26bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber37-1/+437
2021-07-26rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber1-7/+5
2021-07-26rtems: Add rtems_interrupt_vector_enable()Sebastian Huber3-0/+61
2021-07-26bsps/irq: Move handler iterate to separate fileSebastian Huber5-82/+159
2021-07-26bsps/irq: Canonicalize get/set affinity errorsSebastian Huber1-2/+10
2021-07-26bsps/irq: Move get/set affinity to separate fileSebastian Huber4-52/+92
2021-07-23bsps: Fix bsp_fatal_extension()Sebastian Huber1-0/+3
2021-07-23bsp: Remove fatal from exit(0). Add extended heap error outputChris Johns1-13/+70
2021-07-20Fixes for TMS570 BSPRobin Mueller1-3/+3
2021-07-20STM32H7 ethernet pin correctionsRobin Mueller1-1/+21
2021-07-19bsp/leon3: Remove <leon.h> include form <bsp.h>Sebastian Huber7-3/+9
2021-07-09bsps/sparc: Improve interrupt affinity supportSebastian Huber4-62/+138
2021-07-09bsp/imx: Fix SMP startSebastian Huber1-0/+12
2021-07-09bsps/arm: Fix SMP startSebastian Huber1-0/+6
2021-07-08bsps/imxrt: Fix undefined symbolChristian Mauderer1-1/+1
2021-07-07bsps/arm: Add start up support for ARMv6 RPi ModelsPranav Dangi1-1/+7
2021-07-07bsp/raspberrypi: Fix <bsp/irq.h> header guardSebastian Huber1-1/+1
2021-07-07bsp/imx: Fix pointer from integer warningSebastian Huber1-2/+5
2021-07-02bsps/imxrt: Simplify linkcmds and make it flexibleChristian Mauderer6-64/+60
2021-07-02bsps/imxrt: Allow different ARM PLL settingChristian Mauderer2-0/+41
2021-07-01m68k/uC5282: linkcmds KEEP and SORT sectionsGedare Bloom1-15/+19
2021-07-01bsp/leon3: Move bsp_interrupt_is_valid_vector()Sebastian Huber2-16/+14
2021-07-01bsp/leon3: Fix bsp_interrupt_is_valid_vector()Sebastian Huber1-3/+7
2021-06-30bsps: Fix GICv3 support for AArch32Sebastian Huber1-3/+3
2021-06-29bsps/cadence-spi: Fix moduleid offsetKinsey Moore1-0/+1
2021-06-29bsps/zynq-uart: Make post baud change kick globalKinsey Moore3-5/+14
2021-06-24aarch64: whitespace fixes in start.SGedare Bloom1-166/+166
2021-06-24bsps/aarch64: replace boot options with asm switch codeGedare Bloom1-7/+8
2021-06-24bsps/aarch64: add non-secure mode and versal supportGedare Bloom2-4/+37
2021-06-24bsps/aarch64: add physical secure timerGedare Bloom2-0/+9
2021-06-24bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3Gedare Bloom1-0/+1
2021-06-24bsps/dev/irq: make icspicfgr an indexable arrayGedare Bloom1-4/+2
2021-06-24aarch64: add support to drop EL3 to EL2Kinsey Moore1-1/+26