summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* GRETH: changed the PHY initialization sequenceDaniel Hellstrom2015-04-172-13/+68
* GRETH: forcing autonegotiation during PHY initializationDaniel Hellstrom2015-04-171-6/+11
* GRETH: updated worker Deamon thread nameDaniel Hellstrom2015-04-171-1/+3
* GRPCI: initialize cache-line-size and latency timerDaniel Hellstrom2015-04-171-0/+7
* GRSPW: fixed SET_RMAPEN and SET_RMAPBUFDISDaniel Hellstrom2015-04-171-2/+2
* GPTIMER: support separate & shared irq by clearing pending bit after ISRDaniel Hellstrom2015-04-171-3/+5
* GPTIMER: Only probe pending bit on timer0Daniel Hellstrom2015-04-171-10/+12
* leon,gpiolib: add mask/unmask interrupt supportDaniel Hellstrom2015-04-173-0/+27
* GRSPW: Make sure buffers are 64-bit alignedArvid Bjorkengren2015-04-171-4/+7
* APBUART: fix GRMON -u support for older UARTsDaniel Hellstrom2015-04-171-2/+14
* GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom2015-04-175-0/+3247
* LEON3: fixed nano seconds support in TLIBDaniel Hellstrom2015-04-173-12/+59
* GRTM: fixed bug where transmitter start loop was optimized awayDaniel Hellstrom2015-04-171-16/+17
* GRPCI: fix target BAR1 initializationDaniel Hellstrom2015-04-171-1/+1
* LEON: added new drivers to the LEON2/LEON3 BSPsDaniel Hellstrom2015-04-1755-5/+21513
* LEON: added network device configuration helper functionDaniel Hellstrom2015-04-177-0/+134
* LEON: updated shared drivers to Driver Manger frameworkDaniel Hellstrom2015-04-1710-3843/+4391
* LEON: updated and added PCI peripherals for LEON BSPsDaniel Hellstrom2015-04-1736-2260/+4272
* LEON2: added support for LEON2-GRLIB systemsDaniel Hellstrom2015-04-173-0/+267
* LEON: replaced old BSP PCI layer with new generic libpci PCI layerDaniel Hellstrom2015-04-1716-1463/+2947
* LEON3: new Console driver, APBUART driver using Driver ManagerDaniel Hellstrom2015-04-179-1/+958
* MERGE: new system clock implementationDaniel Hellstrom2015-04-171-4/+10
* LEON: GPTIMER driver, Timer Library and System Clock for LEON3Daniel Hellstrom2015-04-1712-3/+1049
* LEON2: implemented AMBA Bus Driver for Driver ManagerDaniel Hellstrom2015-04-177-0/+653
* LEON3: implemented AMBA PnP Bus Driver for Driver ManagerDaniel Hellstrom2015-04-178-0/+1148
* sparc BSPs: implemented libpci IRQ BSP supportDaniel Hellstrom2015-04-173-2/+24
* 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
* bsps/sparc: Fix linker sectionSebastian Huber2015-03-151-3/+3
* shared/include/grcan.h: Add prototypes to fix warningsJoel Sherrill2015-03-091-1/+2
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-8/+5
* grspw: Fix typosDaniel Cederman2015-02-111-3/+3
* bsp/sparc: Move BSP_ISR_handler to a separate file and rename itDaniel Cederman2015-02-119-23/+59
* bsps/sparc: Use calloc()Sebastian Huber2015-01-231-3/+1
* grspw: descriptor tables no longer statically allocatedjavamonn2015-01-221-7/+7
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-091-5/+1
* bsps/sparc: Fix trap table initializationSebastian Huber2014-12-053-9/+13
* Update bug report URLSebastian Huber2014-12-054-4/+4
* libmisc: More useful default configurationSebastian Huber2014-12-053-3/+1
* bsp/leon3: Fix trap table initializationSebastian Huber2014-12-041-1/+2
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-043-35/+49
* sparc/leon2: LEON_Is_interrupt_masked for Leon2 in leon.h wrongly definedJiri Gaisler2014-12-021-1/+1
* sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler2014-12-021-3/+1
* SPARC: optimize window underflow trapDaniel Hellstrom2014-12-021-1/+10
* SPARC: window overflow optimizationDaniel Hellstrom2014-12-021-1/+10
* bsp/ngmp: Use -muser-mode GCC optionSebastian Huber2014-11-241-1/+1