summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-22c/src/aclocal/check-smp.m4: Use HAS_SMP not HAS_POSIX_APIJoel Sherrill1-1/+1
2014-05-22bsp/zynq: Add BSP_ZYNQ_RAM_LENGTH to allow a user to override the RAM length.Chris Johns1-10/+13
2014-05-22bsps/zynq: Add BSP_ARM_A9MPCORE_UARTCLK to set the UART clock rate.Chris Johns2-1/+8
2014-05-14bsps/sparc: Fix BSS initializationSebastian Huber1-2/+0
2014-05-14bsps/sparc: Fix data copy in start procedureSebastian Huber1-9/+9
2014-05-12bsp/altera-caclone-v: Early printk supportRalf Kirchner1-24/+4
2014-05-12bsps: Declare bsp_start_on_secondary_processors()Sebastian Huber1-1/+11
2014-05-12bsps: Use bsp_start_on_secondary_processor()Sebastian Huber6-14/+9
2014-05-12bsps: Use standard file name for BSP supportSebastian Huber9-28/+13
2014-05-12bsp/leon3: Delete unused functionSebastian Huber1-5/+0
2014-05-12bsps/sparc: Move flags to grlib headerChristian Mauderer5-10/+14
2014-05-08bsp/gen83xx: Disable interrupt nesting for br_uidSebastian Huber1-2/+3
2014-05-08score: Fix CPU context usage on SMPSebastian Huber3-17/+9
2014-05-07score: Implement forced thread migrationSebastian Huber3-0/+44
2014-05-07bsps/arm: Declare return typesSebastian Huber1-7/+8
2014-05-07bsps: Fix BSP_INITIAL_EXTENSIONSebastian Huber1-1/+1
2014-05-06multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill14-35/+0
2014-05-06bsp/gen83xx: Add BSP_USB_EHCI_MPC83XX_HAS_ULPISebastian Huber1-0/+3
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns30-0/+416
2014-04-30libchip: Add asserts to dwmac driverRalf Kirchner1-0/+3
2014-04-30libchip: Correct netstats message for dwmac driverRalf Kirchner1-1/+1
2014-04-30bsp/altera-cyclone-v: Move mbufs and network clusters to uncached RAMRalf Kirchner1-0/+12
2014-04-30bsp/altera-cyclone-v: Increase size of nocache region and nocache heapRalf Kirchner2-3/+3
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber3-3/+1
2014-04-29bsps/mips: Delete unused filesSebastian Huber15-705/+0
2014-04-29bsps/m32r: Fix bsp_specsSebastian Huber1-6/+4
2014-04-29bsps/bfin: Fix bsp_specsSebastian Huber5-25/+12
2014-04-29bsp/h8sim: Fix linker command fileSebastian Huber1-0/+2
2014-04-28sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-60/+33
2014-04-28sparc: Optimize context switchSebastian Huber1-4/+2
2014-04-24mcf52235/configure.ac: Delete junk lineJoel Sherrill1-1/+0
2014-04-23bootstrap: Sort the contents of the prinstall.am files.Chris Johns2-4/+4
2014-04-22shsim: Correct linking for C++Joel Sherrill2-16/+13
2014-04-22gensh4: Correct linking for C++Joel Sherrill2-42/+8
2014-04-22gensh2: Correct linking for C++Joel Sherrill2-16/+8
2014-04-22gensh1: Correct linking for C++Joel Sherrill2-16/+8
2014-04-22score603e: Add rtems_crtiJoel Sherrill1-3/+3
2014-04-22ss555: Add rtems_crti/nJoel Sherrill3-3/+17
2014-04-22sim68000/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill1-2/+5
2014-04-22mpc8260ads: Add rtems_crti/nJoel Sherrill3-6/+13
2014-04-22h8sim/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill1-1/+4
2014-04-22niagara/Makefile.am: Fix rule for start.oJoel Sherrill1-1/+1
2014-04-22libcpu/sh: Build cache stubs so apps usign cache API linkJoel Sherrill6-11/+46
2014-04-22dummy_printk_support.c: Comment clean upJoel Sherrill1-6/+9
2014-04-22shsim: Add printk() support and move all code to console subdirectoryJoel Sherrill4-10/+55
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber78-78/+234
2014-04-22bsp/mbx8xx: Fix Makefile.am and bsp_specsSebastian Huber4-7/+27
2014-04-22bsps/powerpc: Fix linker command filesSebastian Huber3-11/+7
2014-04-17bsp/arm: Cleanup L2 cache handlingRalf Kirchner1-38/+7
2014-04-17bsp/arm: Correct L2 cache enable methodRalf Kirchner1-53/+48