summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber1-14/+9
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber1-2/+1
2021-07-26sparc/irq: Implement new interrupt directivesSebastian Huber1-7/+41
2021-07-26bsps/irq: bsp_interrupt_get_affinity()Sebastian Huber1-1/+1
2021-07-26bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+11
2021-07-26bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+8
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber1-0/+23
2021-07-26bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+11
2021-07-09bsps/sparc: Improve interrupt affinity supportSebastian Huber1-23/+11
2021-06-24sparc: Simplify trap table initializationSebastian Huber3-55/+32
2021-06-24sparc: More reliable bad trap handlingSebastian Huber1-5/+2
2021-06-24bsps/sparc: Add a symbol for each trap table entrySebastian Huber1-95/+264
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-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
2020-08-31bsps: Always install IPI in SMP configsSebastian Huber1-10/+4
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-03-08bsps: Adjust shared Doxygen groupsSebastian Huber3-9/+9
2019-03-04bsps: Adjust architecture Doxygen groupsSebastian Huber1-8/+8
2019-01-22grlib: Move source filesSebastian Huber66-49217/+0
2019-01-22grlib: Move header filesSebastian Huber68-227/+229
2018-12-21bsps/sparc: Fix warningsSebastian Huber10-34/+65
2018-12-21bsps/sparc: Fix typoSebastian Huber1-1/+1
2018-12-21bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber36-139/+148
2018-11-27bsps/sparc: Add and use <grlib_impl.h>Sebastian Huber22-422/+34
2018-11-08score: Rename interrupt stack symbolsSebastian Huber1-2/+2
2018-10-09leon, spwtdp: Initial driver commitJavier Jalle1-0/+1022
2018-10-02Use rtems_task_exit()Sebastian Huber1-1/+1
2018-09-20leon: remove warning missing string.hDaniel Hellstrom1-0/+1
2018-09-20leon, grspw_pkt: support CCSDS/ISO16 data CRCMartin Aberg1-0/+3
2018-09-20leon,grspw_pkt: protect TX descriptor from bad input (hdrlen)Daniel Hellstrom1-1/+2
2018-09-20leon, l2cache: workaround for scrubberMartin Aberg1-0/+8
2018-09-20leon: substitute printf with printk in driver initDaniel Hellstrom14-60/+60
2018-09-20leon3, ckinit: avoid unsued code warnings when drvmgr is enabledDaniel Hellstrom1-3/+6
2018-09-10network: Use kernel/user space header filesSebastian Huber1-2/+1
2018-08-24leon,grspw_pkt: remove incorrect comment on SMP not being testedDaniel Hellstrom1-1/+1
2018-08-24leon,apbuart: replace termios c_cflag & CBAUD with c_{i,o}speedDaniel Hellstrom1-61/+3
2018-08-24leon,greth: enable MAC filtering (promiscous mode, multicast)Daniel Hellstrom1-1/+98
2018-08-24leon, greth: 10/100 MAC enable TX BD interruptDaniel Hellstrom1-5/+5
2018-08-24sparc,smp: typo in start.S causing SMP not workingDaniel Hellstrom1-1/+1
2018-08-10bsps/sparc: Move polled APBUART functionsSebastian Huber3-104/+52
2018-08-01bsps/sparc: Fix typo in start.SSebastian Huber1-1/+1