summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* c/src/aclocal/check-smp.m4: Use HAS_SMP not HAS_POSIX_APIJoel Sherrill2014-05-221-1/+1
* bsp/zynq: Add BSP_ZYNQ_RAM_LENGTH to allow a user to override the RAM length.Chris Johns2014-05-221-10/+13
* bsps/zynq: Add BSP_ARM_A9MPCORE_UARTCLK to set the UART clock rate.Chris Johns2014-05-222-1/+8
* bsps/sparc: Fix BSS initializationSebastian Huber2014-05-141-2/+0
* bsps/sparc: Fix data copy in start procedureSebastian Huber2014-05-141-9/+9
* bsp/altera-caclone-v: Early printk supportRalf Kirchner2014-05-121-24/+4
* bsps: Declare bsp_start_on_secondary_processors()Sebastian Huber2014-05-121-1/+11
* bsps: Use bsp_start_on_secondary_processor()Sebastian Huber2014-05-126-14/+9
* bsps: Use standard file name for BSP supportSebastian Huber2014-05-129-28/+13
* bsp/leon3: Delete unused functionSebastian Huber2014-05-121-5/+0
* bsps/sparc: Move flags to grlib headerChristian Mauderer2014-05-125-10/+14
* bsp/gen83xx: Disable interrupt nesting for br_uidSebastian Huber2014-05-081-2/+3
* score: Fix CPU context usage on SMPSebastian Huber2014-05-083-17/+9
* score: Implement forced thread migrationSebastian Huber2014-05-073-0/+44
* bsps/arm: Declare return typesSebastian Huber2014-05-071-7/+8
* bsps: Fix BSP_INITIAL_EXTENSIONSebastian Huber2014-05-071-1/+1
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-0614-35/+0
* bsp/gen83xx: Add BSP_USB_EHCI_MPC83XX_HAS_ULPISebastian Huber2014-05-061-0/+3
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-0530-0/+416
* libchip: Add asserts to dwmac driverRalf Kirchner2014-04-301-0/+3
* libchip: Correct netstats message for dwmac driverRalf Kirchner2014-04-301-1/+1
* bsp/altera-cyclone-v: Move mbufs and network clusters to uncached RAMRalf Kirchner2014-04-301-0/+12
* bsp/altera-cyclone-v: Increase size of nocache region and nocache heapRalf Kirchner2014-04-302-3/+3
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-293-3/+1
* bsps/mips: Delete unused filesSebastian Huber2014-04-2915-705/+0
* bsps/m32r: Fix bsp_specsSebastian Huber2014-04-291-6/+4
* bsps/bfin: Fix bsp_specsSebastian Huber2014-04-295-25/+12
* bsp/h8sim: Fix linker command fileSebastian Huber2014-04-291-0/+2
* sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-60/+33
* sparc: Optimize context switchSebastian Huber2014-04-281-4/+2
* mcf52235/configure.ac: Delete junk lineJoel Sherrill2014-04-241-1/+0
* bootstrap: Sort the contents of the prinstall.am files.Chris Johns2014-04-232-4/+4
* shsim: Correct linking for C++Joel Sherrill2014-04-222-16/+13
* gensh4: Correct linking for C++Joel Sherrill2014-04-222-42/+8
* gensh2: Correct linking for C++Joel Sherrill2014-04-222-16/+8
* gensh1: Correct linking for C++Joel Sherrill2014-04-222-16/+8
* score603e: Add rtems_crtiJoel Sherrill2014-04-221-3/+3
* ss555: Add rtems_crti/nJoel Sherrill2014-04-223-3/+17
* sim68000/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill2014-04-221-2/+5
* mpc8260ads: Add rtems_crti/nJoel Sherrill2014-04-223-6/+13
* h8sim/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill2014-04-221-1/+4
* niagara/Makefile.am: Fix rule for start.oJoel Sherrill2014-04-221-1/+1
* libcpu/sh: Build cache stubs so apps usign cache API linkJoel Sherrill2014-04-226-11/+46
* dummy_printk_support.c: Comment clean upJoel Sherrill2014-04-221-6/+9
* shsim: Add printk() support and move all code to console subdirectoryJoel Sherrill2014-04-224-10/+55
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-2278-78/+234
* bsp/mbx8xx: Fix Makefile.am and bsp_specsSebastian Huber2014-04-224-7/+27
* bsps/powerpc: Fix linker command filesSebastian Huber2014-04-223-11/+7
* bsp/arm: Cleanup L2 cache handlingRalf Kirchner2014-04-171-38/+7
* bsp/arm: Correct L2 cache enable methodRalf Kirchner2014-04-171-53/+48