summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-14Remove beagle old i2c codeSichen Zhao3-633/+0
2017-06-14Remove excessive locking from cache operations.Alexei Pososin1-35/+9
2017-06-13bsp: Fixes due to header file changesSebastian Huber2-16/+18
2017-06-12bsp: Include missing <sys/param.h>Sebastian Huber6-0/+6
2017-06-12bsp/beatnik: Fixes due to header file changesSebastian Huber2-7/+7
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber3-5/+11
2017-06-09bsp/psim: Include missing <sys/param.h>Sebastian Huber1-0/+1
2017-06-09Simplify TLS support in context switchSebastian Huber1-1/+5
2017-06-07bsps/arm: Fix ARMv7-M interrupt suppportChristian Mauderer1-2/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber5-5/+2
2017-06-01bsp/motorola_powerpc: Fix for Binutils 2.28+Sebastian Huber6-0/+6
2017-06-01bsps/powerpc: Set output format in linker scriptSebastian Huber1-1/+1
2017-05-25m32c/m32csim: Exclude linpack from the tests.Chris Johns1-0/+5
2017-05-24build-system: Parallel build all subdirs.Chris Johns21-24/+26
2017-05-24arm/tms570: Update preinstall.am after bootstrap.Chris Johns1-0/+4
2017-05-14sparc: only define start if it is different from SYM(start)Jacob Hansen1-0/+2
2017-05-14sparc: Adjust assembly to improve compability with LLVMJacob Hansen2-8/+8
2017-05-14leon, grtc: SMP support by using spin-locksDaniel Hellstrom1-37/+54
2017-05-14leon, grtc: updated overrun condition handlingDaniel Hellstrom1-11/+33
2017-05-14leon, gr1553bm: SMP support by using spin-locksDaniel Hellstrom1-14/+39
2017-05-14leon, gr1553bc: SMP support by using spin-locksDaniel Hellstrom1-39/+84
2017-05-14leon, apbuart: remove old RAW UART driverDaniel Hellstrom5-934/+1
2017-05-14leon, grtm: SMP support by using spin-locksDaniel Hellstrom1-83/+115
2017-05-14leon, ahbstat: remove printf warningsDaniel Hellstrom1-2/+2
2017-05-14leon, pci-peripherals: SMP support by spin-locks and updated genirqDaniel Hellstrom8-142/+412
2017-05-14leon, genirq: SMP support for PCI peripheralsDaniel Hellstrom2-42/+63
2017-05-14leon: allow SMP boot from any CPUMartin Aberg2-5/+14
2017-05-14leon, grcan: removed unused txerror, rxerrorMartin Aberg1-13/+0
2017-05-14leon, grcan: fixed historical commentMartin Aberg1-4/+3
2017-05-14leon, grcan: semaphore reset count required after flushingDaniel Hellstrom1-30/+32
2017-05-14leon, grcan: split hw_stop() into hw and sw stopDaniel Hellstrom1-0/+13
2017-05-14leon, grcan: RTEMS_NO_TIMEOUT on tx_semMartin Aberg1-1/+1
2017-05-14leon, grcan: redesigned bus-off and AHB error handlingMartin Aberg2-154/+334
2017-05-14leon, grcan: updated device name and use it for ISRDaniel Hellstrom2-3/+36
2017-05-14leon, grcan: fixed race on interrupt mask registerMartin Aberg1-0/+14
2017-05-14leon, grcan: unregister interrupt handler at closeMartin Aberg1-1/+5
2017-05-14leon, grcan: protect statistics on copy to userMartin Aberg1-0/+3
2017-05-14leon, grcan: use RTEMS 4.12 SMP interrupt lockMartin Aberg1-27/+44
2017-05-14leon, grcan: consistent indentationMartin Aberg2-620/+618
2017-05-14leon, grcan: function based user interfaceMartin Aberg2-356/+436
2017-05-14bsp/leon3: Cleaner namespace for LEON3 debug UARTMartin Aberg3-21/+23
2017-05-14leon, irq: single CPU SMP configuration does not need IPI ISRDaniel Hellstrom1-3/+8
2017-05-14leon, greth: new option and change soft-reset logic for EDCLDaniel Hellstrom1-18/+49
2017-05-14leon, greth: 10/100 modes should be assigned in fastest priorityDaniel Hellstrom1-6/+4
2017-05-14leon, greth: speed modes advertising now configurableDaniel Hellstrom2-4/+42
2017-05-14leon, greth: EDCL and DD is disabled during resetDaniel Hellstrom2-14/+34
2017-05-13interrupt vector indexing is assuming BSP_INTERRUPT_VECTOR_MIN = 0Phong Pham1-1/+1
2017-05-11bsps/arm: Fix bit field offset in GIC supportSebastian Huber1-1/+1
2017-05-02leon, greth: let Gbit full duplex override halfDaniel Hellstrom1-5/+5
2017-05-02leon, greth: SMP support by using spin-lock protectionDaniel Hellstrom1-63/+69