summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/shared/abort (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-2/+2
| | | | | * shared/abort/abort.c, shared/abort/simple_abort.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* add support for lpc32xxThomas Doerfler2010-01-122-12/+14
|
* Whitespace removal.Ralf Corsepius2009-11-292-11/+11
|
* ARM bsp maintenanceThomas Doerfler2009-07-171-19/+14
|
* 2007-11-03 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2007-11-061-1/+10
| | | | | * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
* 2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-122-10/+8
| | | | | | | | | | | | | | | PR 1257/bsps * csb336/network/lan91c11x.c, csb337/startup/bspstart.c, edb7312/irq/irq.c, gba/irq/irq.c, gba/irq/irq_init.c, gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c, shared/abort/abort.c, shared/abort/simple_abort.c, shared/irq/irq_init.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
* 2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-082-7/+5
| | | | | * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect and unneccessary prototype of printk.
* 2007-06-13 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-131-86/+97
| | | | | * shared/abort/simple_abort.c: Shrink the memory requirements. Joel reformatted for style.
* 2007-05-15 Ray Xu <rayx@gmail.com>Joel Sherrill2007-05-152-0/+313
* shared/abort/abort.c, shared/abort/simple_abort.c: New files.