summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex5/startup (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-20bsps: Move startup files to bspsSebastian Huber5-674/+0
2018-04-20bsps: Convert all bsp_predriver_hook()Sebastian Huber1-1/+8
2018-03-22bsp/powerpc: Move libcpu timer to bspsSebastian Huber1-4/+0
2018-03-22bsps/powerpc: Remove bsp_timer_internal_clockSebastian Huber1-2/+0
2018-01-25Remove make preinstallChris Johns1-0/+10
2017-12-20virtex5: Simplify bsp_specsJoel Sherrill1-0/+2
2017-11-22powerpc: Remove _BSP_Fatal_error()Sebastian Huber1-12/+0
2017-11-22powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber1-12/+0
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-1/+1
2017-04-26virtex5/startup/dummy_console.c: Use <rtems/bspIo.h> and <rtems/console.h> fo...Joel Sherrill1-20/+2
2017-04-24virtex5/startup/dummy_console.c: Fix no prototype warningJoel Sherrill1-0/+1
2017-04-14virtex5/startup/bspstart.c: Use %p to fix 11 warnings.Cillian O'Donnell1-13/+14
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber1-1/+1
2015-12-10bsps/virtex*: Use default bsp_pretasking_hook()Sebastian Huber1-17/+0
2015-12-09bsps: Fix some linker set descriptionsSebastian Huber1-1/+1
2015-12-08Add RTEMS linker setsSebastian Huber1-1/+2
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-2/+2
2014-10-16virtex5/startup/bspstart.c: Fix headerJoel Sherrill1-6/+4
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
2014-04-01bsps/powerpc: Fix linker command filesSebastian Huber1-4/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-19powerpc: Change interrupt disable implemetationSebastian Huber1-3/+1
2014-02-14score: Add CPU counter supportSebastian Huber1-0/+4
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+17
2013-12-06virtex5: Move start.S to virtex5/start/start.SDaniel Ramirez1-455/+0
2013-01-26Fixed virtex4,5 BSP compile time warningsRic Claus1-2/+2
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-7/+1
2012-12-01Virtex5 BSP: Various updates and improvements.Ric Claus3-94/+122
2012-11-15bsps/powerpc: Exception initialization error is fatalSebastian Huber1-5/+3
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-2/+13
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber1-2/+2
2012-03-30Add Virtex4 and Virtex5 BSPsRic Claus5-0/+1124