summaryrefslogtreecommitdiffstats
path: root/bsps/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-24sparc: Simplify trap table initializationSebastian Huber10-116/+64
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-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber3-3/+0
2021-06-24bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber3-0/+3
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber3-3/+0
2021-06-23bsp/leon3: Fix compile errorSebastian Huber1-1/+1
2021-06-17grlib: Add apbuart_outbyte_wait()Sebastian Huber1-1/+2
2021-06-17grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber1-1/+1
2021-06-17bsps/leon3: Auto initialization for printk()Sebastian Huber1-28/+14
2021-06-17grlib: Add ambapp_plb()Sebastian Huber8-39/+60
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-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber1-0/+3
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee6-478/+0
2021-03-11leon: restart and load timer counter at initializationDaniel Hellstrom1-1/+4
2021-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom2-12/+28
2021-03-05gr_cpci_gr740.c: Unchecked return value from library (CID #1437630)Ryan Long1-1/+3
2021-03-05gr_leon4_n2x.c: Fix Unchecked return value from library (CID #1399767)Ryan Long1-1/+3
2021-02-01bsp/leon3: Improve printk() supportSebastian Huber1-40/+52
2021-02-01bsp/leon3: Fix incompatible function typesSebastian Huber1-4/+6
2021-02-01bsp/leon3: Fix bsp_fatal_extension) indentationSebastian Huber1-15/+13
2021-01-28bsp/leon3: Simplify bsp_interrupt_is_valid_vector()Sebastian Huber1-5/+5
2021-01-28bsps: Replace bsp_specs with an empty fileSebastian Huber3-27/+0
2020-11-06sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber3-3/+3
2020-11-06sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber6-6/+6
2020-11-06sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber6-27/+12
2020-10-26bsp/leon3: Updat due to API changesSebastian Huber1-1/+1
2020-10-16grlib: Add ambapp_common_info to derived typesSebastian Huber2-2/+2
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-1/+1
2020-10-10grlib: Add and use irqmp_has_timestamp()Sebastian Huber3-10/+3
2020-08-31bsps: Always install IPI in SMP configsSebastian Huber2-14/+6
2020-08-20bsps/leon3: Remove superfluous includesSebastian Huber2-8/+2
2020-05-06testsuite: Add expected-fail to erc32, leon2, and leon3 BSPsChris Johns4-0/+28
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber1-3/+0
2020-02-04Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2-2/+2
2020-02-04bsps: Rework work area initializationSebastian Huber1-11/+25
2020-02-04bsps: Remove uses of BSP_GET_WORK_AREA_DEBUGSebastian Huber1-28/+0
2019-10-01bsp/erc32: Improve pseudo-SMP supportSebastian Huber1-0/+84
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber3-4/+4
2019-04-09rtems: Add rtems_scheduler_get_processor()Sebastian Huber1-1/+1
2019-03-25erc32/start/setvec.c: Fix warningJoel Sherrill1-3/+8