summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-15bsps/sparc: Fix linker sectionSebastian Huber1-3/+3
2015-03-09shared/include/grcan.h: Add prototypes to fix warningsJoel Sherrill1-1/+2
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-8/+5
2015-02-11grspw: Fix typosDaniel Cederman1-3/+3
2015-02-11bsp/sparc: Move BSP_ISR_handler to a separate file and rename itDaniel Cederman9-23/+59
2015-01-23bsps/sparc: Use calloc()Sebastian Huber1-3/+1
2015-01-22grspw: descriptor tables no longer statically allocatedjavamonn1-7/+7
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber1-5/+1
2014-12-05bsps/sparc: Fix trap table initializationSebastian Huber3-9/+13
2014-12-05Update bug report URLSebastian Huber4-4/+4
2014-12-05libmisc: More useful default configurationSebastian Huber3-3/+1
2014-12-04bsp/leon3: Fix trap table initializationSebastian Huber1-1/+2
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom3-35/+49
2014-12-02sparc/leon2: LEON_Is_interrupt_masked for Leon2 in leon.h wrongly definedJiri Gaisler1-1/+1
2014-12-02sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler1-3/+1
2014-12-02SPARC: optimize window underflow trapDaniel Hellstrom1-1/+10
2014-12-02SPARC: window overflow optimizationDaniel Hellstrom1-1/+10
2014-11-24bsp/ngmp: Use -muser-mode GCC optionSebastian Huber1-1/+1
2014-11-23leon2: include <rtems/ringbuf.h> not <ringbuf.h>Joel Sherrill1-2/+2
2014-10-23bsps/sparc: Include right header fileSebastian Huber2-2/+2
2014-10-23bsp/leon3: Fix LEON3_mp_irq definitionSebastian Huber3-6/+9
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber3-12/+12
2014-10-23bsp/sparc: Ensure that data cache snooping is enabledDaniel Cederman2-2/+18
2014-10-19sparc/leon3/include/bsp.h: Fix warningsJoel Sherrill1-0/+5
2014-10-19sparc/leon2/include/bsp.h: Fix warningsJoel Sherrill1-1/+7
2014-10-19sparc/erc32: Fix warningsJoel Sherrill4-14/+21
2014-10-19sparc/shared: Fix warningsJoel Sherrill3-4/+12
2014-10-19sparc/shared/include/b1553brm_rasta.h: FormattingJoel Sherrill1-7/+7
2014-10-13sparc/erc32/clock/ckinit.c: Fix warningsJoel Sherrill1-5/+4
2014-10-13sparc/leon2: Fix warningsJoel Sherrill11-39/+56
2014-10-09LEON: let termios layer handle \n also in pollingDaniel Hellstrom1-1/+1
2014-10-09LEON: console print \r\n instead of \n\rDaniel Hellstrom1-2/+3
2014-10-09LEON3: use interrupt layer in clock driverDaniel Hellstrom1-3/+20
2014-10-09SPARC BSPs: irq-shared.c code style clean-upDaniel Hellstrom1-27/+27
2014-10-09LEON3 SMP: support static interrupt affinityDaniel Hellstrom3-8/+46
2014-10-09SPARC BSPs: added CPU aware interrupt ctrl operationsDaniel Hellstrom3-13/+65
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber3-24/+32
2014-10-07termios: Separate flow control from normal handlerSebastian Huber1-0/+2
2014-10-06erc32,leon2: replace bsp_reset with SPARC fatal handlerDaniel Hellstrom3-9/+2
2014-10-06LEON3: use CPU_Fatal_halt for haltDaniel Hellstrom4-65/+90
2014-10-06SPARC: Fatal_halt use source and exit codesDaniel Hellstrom8-0/+92
2014-10-06SPARC: add BSP specific error handlerDaniel Hellstrom8-3/+30
2014-10-06SPARC BSPs: remove BSP_fatal_return unreached codeDaniel Hellstrom4-13/+2
2014-10-02bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variableDaniel Cederman6-12/+22
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill3-3/+3
2014-09-11score: Rename _BSP_Exception_frame_print()Sebastian Huber3-3/+3
2014-09-08bsp/leon3: Include missing header fileSebastian Huber1-0/+1
2014-09-01score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman1-1/+1
2014-09-01bsp/ngmp: Use -mcpu=leon3 GCC optionSebastian Huber1-0/+2
2014-08-29Regenerate all preinstall.am files.Chris Johns2-10/+10