summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gba/irq (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor "bool" fixes.Ralf Corsepius2008-09-061-1/+1
|
* 2007-11-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-061-2/+4
| | | | | | * gba/irq/irq.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
* 2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-122-5/+5
| | | | | | | | | | | | | | | 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.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-031-0/+10
| | | | | * irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* Remove obsolete types (*unsigned32).Ralf Corsepius2005-11-081-2/+2
|
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-066-0/+828
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.