summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp/qoriq: Add missing isync after mtmsrSebastian Huber2015-10-151-0/+4
* bsps/arm: Add missing translation table entrySebastian Huber2015-10-141-0/+4
* bsp/qoriq: Add nocache heapSebastian Huber2015-10-083-5/+20
* bsps: Add .nocacheheap sectionSebastian Huber2015-10-086-22/+36
* bsp/qoriq: Add BMan and QMan PortalsSebastian Huber2015-10-071-0/+16
* bsp/qoriq: Initilize FPUSebastian Huber2015-10-071-0/+57
* bsp/qoriq: Move BUCSR initializationSebastian Huber2015-10-071-14/+7
* bsps/i386: Interrupt server supportSebastian Huber2015-09-304-5/+22
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-285-29/+33
* bootstrap: regenerate preinstall.amGedare Bloom2015-09-251-4/+0
* RaspberryPi: Added I2C and SPI bus support.Andre Marques2015-09-258-94/+1377
* Added GPIO API sources to rpi MakefileAndre Marques2015-09-252-1/+6
* Removed GPIO API from the libbsp/shared Makefile.Andre Marques2015-09-251-2/+1
* Upgrade to 4.11.99.0Sebastian Huber2015-09-111-2/+2
* Beaglebone: fix missing clobber in inline assembly.Marcos Diaz2015-09-101-1/+7
* lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill2015-09-101-0/+1
* bsps/arm: Fix function definitionSebastian Huber2015-09-041-1/+1
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-031-0/+4
* Beagle: GPIO support (for BBB)Ketul Shah2015-08-187-1/+874
* Closes ticket #2390, and also updates the RPI implementation.Andre Marques2015-08-183-15/+23
* Raspberry Pi implementation for the RTEMS GPIO API.Andre Marques2015-08-068-17/+714
* RTEMS GPIO API definition and implementation.Andre Marques2015-08-064-1/+2931
* ada-tests/support/init.c: Fix compile errors and warningsJoel Sherrill2015-08-021-12/+20
* bsps/arm: Do not use __ARM_ARCH_7A__Sebastian Huber2015-07-311-28/+16
* bsps/arm: Update due to API changesSebastian Huber2015-07-211-4/+4
* bsp/tms570 Use bitfields instead of hard-coded valuesPremysl Houdek2015-07-204-32/+52
* bsp/tms570: skipped 32bit field definitions and corrected single bit fieldsPremysl Houdek2015-07-2036-3298/+2641
* bsp/mpc83xx: Update due to header guard changeSebastian Huber2015-07-172-6/+6
* sh/shared/startup/bspstart.c: Add include of percpu.hJoel Sherrill2015-07-161-2/+3
* bsp/tms570: source changes reflecting new headers.Premysl Houdek2015-07-1611-230/+335
* bsp/tms570: fix get time resolution after infrastructure change to timecounter.Pavel Pisa2015-07-161-6/+35
* bsp/tms570: New/generated header files for TMS570 SoC peripherals registers.Premysl Houdek2015-07-1637-0/+14362
* remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2015-07-167-14/+14
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-1671-142/+142
* powerpc: Do not use the ATB for e500 multilibSebastian Huber2015-07-151-1/+7
* bsps/powerpc: Fix small-data area issueSebastian Huber2015-07-091-2/+4
* bsps/powerpc: Provide debug and trace symbolsSebastian Huber2015-07-082-0/+6
* bsp/qoriq: Enable branch prediction for T seriesSebastian Huber2015-07-082-0/+18
* bsp/qoriq: Use -O2 for T seriesSebastian Huber2015-07-081-1/+1
* RaspberryPi: Use rtems_configuration_get_microseconds_per_tick to set clock c...Jan Sommer2015-07-071-2/+4
* bsp/qoriq: Update due to API changesSebastian Huber2015-07-011-2/+2
* bsp/mpc55xxevb: Fix configure scriptSebastian Huber2015-06-261-2/+1
* bsps/arm: Update due to API changesSebastian Huber2015-06-261-2/+2
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-267-0/+7
* bsp/gen5200: Simplify interrupt write supportSebastian Huber2015-06-241-7/+8
* rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber2015-06-221-1/+1
* pc386/console/fb*.c: Use atomics to avoid dependency on pthreadsJoel Sherrill2015-06-113-44/+45
* bsps/sparc: tlib clock driver timecounter supportSebastian Huber2015-06-091-38/+56
* sparc: Add SPARC_USE_SAFE_FP_SUPPORTSebastian Huber2015-06-091-0/+85
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-17/+1