summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* LEON: updated and added PCI peripherals for LEON BSPsDaniel Hellstrom2015-04-172-28/+39
* LEON: replaced old BSP PCI layer with new generic libpci PCI layerDaniel Hellstrom2015-04-173-618/+10
* LEON3: new Console driver, APBUART driver using Driver ManagerDaniel Hellstrom2015-04-174-0/+45
* LEON: GPTIMER driver, Timer Library and System Clock for LEON3Daniel Hellstrom2015-04-173-3/+16
* LEON3: implemented AMBA PnP Bus Driver for Driver ManagerDaniel Hellstrom2015-04-173-0/+26
* sparc BSPs: implemented libpci IRQ BSP supportDaniel Hellstrom2015-04-171-2/+7
* LEON3: implemented BSP DRVMGR startup initializationDaniel Hellstrom2015-04-174-1/+101
* leon3,ngmp: simplify cpucounter initializationDaniel Hellstrom2015-04-171-49/+6
* leon3: make timer initialization configurableDaniel Hellstrom2015-04-172-2/+40
* leon3: always clear interrupt controllerDaniel Hellstrom2015-04-171-3/+3
* leon3: clock driver rely on previous found timerDaniel Hellstrom2015-04-171-9/+2
* LEON3: GPTIMER timer watchdog driverDaniel Hellstrom2015-04-174-0/+145
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-8/+5
* bsp/sparc: Move BSP_ISR_handler to a separate file and rename itDaniel Cederman2015-02-112-0/+4
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-091-5/+1
* bsps/sparc: Fix trap table initializationSebastian Huber2014-12-051-1/+1
* Update bug report URLSebastian Huber2014-12-051-1/+1
* libmisc: More useful default configurationSebastian Huber2014-12-051-1/+1
* bsp/leon3: Fix trap table initializationSebastian Huber2014-12-041-1/+2
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-041-5/+7
* sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler2014-12-021-3/+1
* bsp/ngmp: Use -muser-mode GCC optionSebastian Huber2014-11-241-1/+1
* bsps/sparc: Include right header fileSebastian Huber2014-10-231-1/+1
* bsp/leon3: Fix LEON3_mp_irq definitionSebastian Huber2014-10-233-6/+9
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-231-4/+4
* bsp/sparc: Ensure that data cache snooping is enabledDaniel Cederman2014-10-232-2/+18
* sparc/leon3/include/bsp.h: Fix warningsJoel Sherrill2014-10-191-0/+5
* LEON3: use interrupt layer in clock driverDaniel Hellstrom2014-10-091-3/+20
* LEON3 SMP: support static interrupt affinityDaniel Hellstrom2014-10-092-2/+13
* SPARC BSPs: added CPU aware interrupt ctrl operationsDaniel Hellstrom2014-10-091-12/+40
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-071-4/+6
* termios: Separate flow control from normal handlerSebastian Huber2014-10-071-0/+2
* LEON3: use CPU_Fatal_halt for haltDaniel Hellstrom2014-10-064-65/+90
* SPARC: Fatal_halt use source and exit codesDaniel Hellstrom2014-10-063-0/+42
* SPARC: add BSP specific error handlerDaniel Hellstrom2014-10-062-0/+3
* SPARC BSPs: remove BSP_fatal_return unreached codeDaniel Hellstrom2014-10-061-2/+0
* bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variableDaniel Cederman2014-10-025-10/+20
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-1/+1
* score: Rename _BSP_Exception_frame_print()Sebastian Huber2014-09-111-1/+1
* bsp/leon3: Include missing header fileSebastian Huber2014-09-081-0/+1
* score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman2014-09-011-1/+1
* bsp/ngmp: Use -mcpu=leon3 GCC optionSebastian Huber2014-09-011-0/+2
* Regenerate all preinstall.am files.Chris Johns2014-08-291-7/+7
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
* score: Add SMP support to the cache managerDaniel Cederman2014-08-221-0/+2
* bsp/sparc: Flush only instruction cacheDaniel Cederman2014-08-222-1/+9
* bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman2014-08-221-0/+9
* bsps/sparc: Move APBUART printk supportChristian Mauderer2014-07-092-70/+0
* bsps/sparc: Add and use shared APBUART consoleSebastian Huber2014-07-093-325/+35
* bsps/sparc: Reduce copy and pasteSebastian Huber2014-07-013-54/+23