summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsps/sparc: Use rtems_interrupt_handler_install()Sebastian Huber2021-06-2410-31/+98
* sparc: More reliable bad trap handlingSebastian Huber2021-06-2410-578/+2
* bsps/sparc: Add a symbol for each trap table entrySebastian Huber2021-06-241-95/+264
* bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-241-1/+1
* bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0Sebastian Huber2021-06-241-2/+5
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber2021-06-2455-65/+0
* bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-2415-21/+21
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_NUMBERSebastian Huber2021-06-242-4/+2
* bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-2455-0/+67
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber2021-06-2460-106/+15
* bsps/irq: Assert BSP_INTERRUPT_VECTOR_MIN == 0Sebastian Huber2021-06-241-0/+4
* bsp/generic_or1k: Remove incomplete IRQ supportSebastian Huber2021-06-242-45/+1
* bsp/genmcf548x: Change BSP_INTERRUPT_VECTOR_MINSebastian Huber2021-06-241-1/+9
* bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGESebastian Huber2021-06-243-40/+3
* grlib: Register system console as /dev/consoleSebastian Huber2021-06-241-1/+5
* bsps/powerpc, bsps/shared: Move remaining legacy networking header filesVijay Kumar Banerjee2021-06-238-2359/+0
* bsp/leon3: Fix compile errorSebastian Huber2021-06-231-1/+1
* bsps/i386: Update calibration of TSC to be more accurateJan Sommer2021-06-211-33/+38
* bsps/irq: Change license to BSD-2-ClauseSebastian Huber2021-06-1711-97/+242
* grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber2021-06-171-5/+5
* grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber2021-06-172-2/+2
* grlib: Add apbuart_outbyte_wait()Sebastian Huber2021-06-176-24/+24
* grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber2021-06-176-12/+4
* bsps/leon3: Auto initialization for printk()Sebastian Huber2021-06-171-28/+14
* grlib: Add ambapp_plb()Sebastian Huber2021-06-1719-63/+96
* grlib: Customizable allocation in ambapp_scan()Sebastian Huber2021-06-172-26/+42
* bsps/sparc: Simplify memory initializationSebastian Huber2021-06-102-34/+39
* bsps/sparc: Simplify stack initializationSebastian Huber2021-06-101-28/+21
* bsps/sparc: Unify stack initializationSebastian Huber2021-06-101-8/+6
* bsps/sparc: Remove support to load data sectionSebastian Huber2021-06-101-32/+4
* bsps/sparc: Remove unused __bsp_mem_init symbolSebastian Huber2021-06-101-1/+1
* aarch64: add qemu bsps for cortex-a72Gedare Bloom2021-06-096-0/+355
* arm/fvp: Fix integer from pointer without a castSebastian Huber2021-06-071-1/+1
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-1/+1
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-275-0/+518
* bsps/aarch64: Advertise cache function supportKinsey Moore2021-05-271-0/+10
* bsps/aarch64: Align MVAs consistentlyKinsey Moore2021-05-271-8/+5
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-180/+33
* powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill2021-05-251-2/+12
* ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill2021-05-251-10/+11