summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/raspberrypi: Add interrupt get/set affinitySebastian Huber2021-07-261-0/+26
* bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber2021-07-2611-523/+669
* bsps/irq: Move bsp_interrupt_handler_is_empty()Sebastian Huber2021-07-263-30/+11
* bsps/irq: Add bsp_interrupt_check_and_lock()Sebastian Huber2021-07-263-63/+86
* bsps/irq: Use rtems_interrupt_entrySebastian Huber2021-07-263-25/+16
* sparc/irq: Implement new interrupt directivesSebastian Huber2021-07-266-22/+162
* bsps/irq: Implement new directives for GICv2/3Sebastian Huber2021-07-264-32/+189
* bsps/irq: bsp_interrupt_set_affinity()Sebastian Huber2021-07-2614-18/+30
* bsps/irq: bsp_interrupt_get_affinity()Sebastian Huber2021-07-2615-23/+38
* bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber2021-07-2637-45/+94
* bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber2021-07-2637-45/+94
* bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber2021-07-2637-1/+438
* bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber2021-07-2637-2/+337
* bsps/irq: Add rtems_interrupt_raise()Sebastian Huber2021-07-2639-0/+664
* bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber2021-07-2637-1/+437
* rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber2021-07-261-7/+5
* rtems: Add rtems_interrupt_vector_enable()Sebastian Huber2021-07-263-0/+61
* bsps/irq: Move handler iterate to separate fileSebastian Huber2021-07-265-82/+159
* bsps/irq: Canonicalize get/set affinity errorsSebastian Huber2021-07-261-2/+10
* bsps/irq: Move get/set affinity to separate fileSebastian Huber2021-07-264-52/+92
* bsps: Fix bsp_fatal_extension()Sebastian Huber2021-07-231-0/+3
* bsp: Remove fatal from exit(0). Add extended heap error outputChris Johns2021-07-231-13/+70
* Fixes for TMS570 BSPRobin Mueller2021-07-201-3/+3
* STM32H7 ethernet pin correctionsRobin Mueller2021-07-201-1/+21
* bsp/leon3: Remove <leon.h> include form <bsp.h>Sebastian Huber2021-07-197-3/+9
* bsps/sparc: Improve interrupt affinity supportSebastian Huber2021-07-094-62/+138
* bsp/imx: Fix SMP startSebastian Huber2021-07-091-0/+12
* bsps/arm: Fix SMP startSebastian Huber2021-07-091-0/+6
* bsps/imxrt: Fix undefined symbolChristian Mauderer2021-07-081-1/+1
* bsps/arm: Add start up support for ARMv6 RPi ModelsPranav Dangi2021-07-071-1/+7
* bsp/raspberrypi: Fix <bsp/irq.h> header guardSebastian Huber2021-07-071-1/+1
* bsp/imx: Fix pointer from integer warningSebastian Huber2021-07-071-2/+5
* bsps/imxrt: Simplify linkcmds and make it flexibleChristian Mauderer2021-07-026-64/+60
* bsps/imxrt: Allow different ARM PLL settingChristian Mauderer2021-07-022-0/+41
* m68k/uC5282: linkcmds KEEP and SORT sectionsGedare Bloom2021-07-011-15/+19
* bsp/leon3: Move bsp_interrupt_is_valid_vector()Sebastian Huber2021-07-012-16/+14
* bsp/leon3: Fix bsp_interrupt_is_valid_vector()Sebastian Huber2021-07-011-3/+7
* bsps: Fix GICv3 support for AArch32Sebastian Huber2021-06-301-3/+3
* bsps/cadence-spi: Fix moduleid offsetKinsey Moore2021-06-291-0/+1
* bsps/zynq-uart: Make post baud change kick globalKinsey Moore2021-06-293-5/+14
* aarch64: whitespace fixes in start.SGedare Bloom2021-06-241-166/+166
* bsps/aarch64: replace boot options with asm switch codeGedare Bloom2021-06-241-7/+8
* bsps/aarch64: add non-secure mode and versal supportGedare Bloom2021-06-242-4/+37
* bsps/aarch64: add physical secure timerGedare Bloom2021-06-242-0/+9
* bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3Gedare Bloom2021-06-241-0/+1
* bsps/dev/irq: make icspicfgr an indexable arrayGedare Bloom2021-06-241-4/+2
* aarch64: add support to drop EL3 to EL2Kinsey Moore2021-06-241-1/+26
* aarch64/xilinx-versal: new BSPs for qemu and vck190Gedare Bloom2021-06-2410-0/+965
* sparc: Simplify trap table initializationSebastian Huber2021-06-2410-116/+64
* bsps: bsp_interrupt_handler_dispatch_unchecked()Sebastian Huber2021-06-241-19/+40