summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-06-21bsps/i386: Update calibration of TSC to be more accurateJan Sommer1-33/+38
2021-06-17bsps/irq: Change license to BSD-2-ClauseSebastian Huber11-97/+242
2021-06-17grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber1-5/+5
2021-06-17grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber2-2/+2
2021-06-17grlib: Add apbuart_outbyte_wait()Sebastian Huber6-24/+24
2021-06-17grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber6-12/+4
2021-06-17bsps/leon3: Auto initialization for printk()Sebastian Huber1-28/+14
2021-06-17grlib: Add ambapp_plb()Sebastian Huber19-63/+96
2021-06-17grlib: Customizable allocation in ambapp_scan()Sebastian Huber2-26/+42
2021-06-10bsps/sparc: Simplify memory initializationSebastian Huber2-34/+39
2021-06-10bsps/sparc: Simplify stack initializationSebastian Huber1-28/+21
2021-06-10bsps/sparc: Unify stack initializationSebastian Huber1-8/+6
2021-06-10bsps/sparc: Remove support to load data sectionSebastian Huber1-32/+4
2021-06-10bsps/sparc: Remove unused __bsp_mem_init symbolSebastian Huber1-1/+1
2021-06-09aarch64: add qemu bsps for cortex-a72Gedare Bloom6-0/+355
2021-06-07arm/fvp: Fix integer from pointer without a castSebastian Huber1-1/+1
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-1/+1
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore5-0/+518
2021-05-27bsps/aarch64: Advertise cache function supportKinsey Moore1-0/+10
2021-05-27bsps/aarch64: Align MVAs consistentlyKinsey Moore1-8/+5
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-180/+33
2021-05-25powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill1-2/+12
2021-05-25ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill1-10/+11