summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-8/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-7/+0
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-03nds/linkcmds - Remove execute permissionJoel Sherrill1-0/+0
2012-05-03libcpu misc m68k and sh - Correct formatting and remove weird Id stringsJoel Sherrill6-59/+41
2012-05-03General - Remove extraneous blank line in license messageJoel Sherrill98-85/+0
Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
2012-05-03Libcpu misc files - Remove execute permission on source files.Joel Sherrill10-0/+0
2012-05-03rtems-message_queue.adb - Convert DOS to UNIX CF/LFJoel Sherrill1-245/+245
2012-05-02smdk2410 - Remove odd $Id$Joel Sherrill1-2/+0
2012-05-02gp32 - Remove odd $Id$Joel Sherrill1-3/+0
2012-05-02pc386 - Remove odd $Id$Joel Sherrill7-14/+0
2012-05-02libchip hcms29xx - Remove odd $Id$ and clean up file headerJoel Sherrill5-17/+1
2012-05-02score603e - Remove bad $Id$ and clean up file headerJoel Sherrill1-4/+6
2012-05-02libcpu/m68k/mcf532x - Remove bad $Id$ and clean up file headerJoel Sherrill1-3/+3
2012-05-02libchip z85c30 - Remove bad $Id$ and clean up file headerJoel Sherrill1-4/+6
2012-05-02LEON3 - Remove bad $Id$ and clean up file headerJoel Sherrill1-4/+6
2012-05-02LEON2 - Remove bad $Id$ and clean up file headerJoel Sherrill1-4/+6
2012-05-02MRM332 - Remove incorrect $Id$ string and correct file headerJoel Sherrill2-2/+26
2012-04-26bsps/stackalloc: Add initialization hookSebastian Huber2-16/+23
2012-04-24bsp/mpc55xxevb: Enable stack allocatorSebastian Huber6-4/+10
2012-04-24bsps/stackalloc: Use stack section symbolsSebastian Huber5-55/+26
2012-04-24bsps/powerpc: Add no cache sectionSebastian Huber14-89/+78
2012-04-24bsp/mpc55xxevb: Change early MMU settingsSebastian Huber3-17/+28
Add internal SRAM sections with cache enabled to early MMU settings. The internal SRAM initialization will use the early MMU settings. This allows applications to use cache inhibited areas in the internal SRAM.
2012-04-23bsp/lpc24xx: Fix define nameSebastian Huber1-1/+1
2012-04-20bsps/arm: Make the Clock_isr() static againSebastian Huber1-1/+1
2012-04-20bsps: Avoid rtems_irq_hdl_param type usageSebastian Huber1-2/+1
Not every clock interrupt service routine is installed with this API. Remove also the prototype to allow drivers to make this routine static.
2012-04-20bsp/genmcf548x: Enable FPU in BSP startup codeSebastian Huber1-13/+5
2012-04-20bsp/genmcf548x: Fix BSP optionsSebastian Huber1-3/+4
2012-04-20bsps/arm: Remove superfluous includeSebastian Huber1-1/+0
2012-04-19s3c24xx shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-23/+11
2012-04-19pxa255 shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-16/+8
2012-04-19mc9328mxl shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-31/+18
2012-04-19lpc22xx shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-58/+53
2012-04-19at91rm9200 shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-23/+19
2012-04-19lpc shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-1/+1
2012-04-19armv7m shared: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-1/+2
2012-04-19nds: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-15/+8
2012-04-19gba: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-32/+25
2012-04-19edb7312: Clock driver clean up and ISR Handler Prototype Correction.Joel Sherrill1-19/+14
2012-04-19Clock Driver Shell - Correct PIC IRQ Prototype.Joel Sherrill1-2/+2
2012-04-19LEON3: rename console/debugputs.c to printk_support.cDaniel Hellstrom2-1/+1
2012-04-19LEON3: added TX-wait-complete and CR on NL support for UARTDaniel Hellstrom2-6/+23
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>