summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-06-24aarch64/xilinx-versal: new BSPs for qemu and vck190Gedare Bloom10-0/+965
2021-06-24sparc: Simplify trap table initializationSebastian Huber10-116/+64
2021-06-24bsps: bsp_interrupt_handler_dispatch_unchecked()Sebastian Huber1-19/+40
2021-06-24bsps/sparc: Use rtems_interrupt_handler_install()Sebastian Huber10-31/+98
2021-06-24sparc: More reliable bad trap handlingSebastian Huber10-578/+2
2021-06-24bsps/sparc: Add a symbol for each trap table entrySebastian Huber1-95/+264
2021-06-24bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNTSebastian Huber1-1/+1
2021-06-24bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0Sebastian Huber1-2/+5
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber55-65/+0
2021-06-24bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber15-21/+21
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_NUMBERSebastian Huber2-4/+2
2021-06-24bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber55-0/+67
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber60-106/+15
2021-06-24bsps/irq: Assert BSP_INTERRUPT_VECTOR_MIN == 0Sebastian Huber1-0/+4
2021-06-24bsp/generic_or1k: Remove incomplete IRQ supportSebastian Huber2-45/+1
2021-06-24bsp/genmcf548x: Change BSP_INTERRUPT_VECTOR_MINSebastian Huber1-1/+9
2021-06-24bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGESebastian Huber3-40/+3
2021-06-24grlib: Register system console as /dev/consoleSebastian Huber1-1/+5
2021-06-23bsps/powerpc, bsps/shared: Move remaining legacy networking header filesVijay Kumar Banerjee8-2359/+0
2021-06-23bsp/leon3: Fix compile errorSebastian Huber1-1/+1