summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/irq (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-5/+0
|
* Synchronization with RTEMS CVS (HEAD revision).Sebastian Huber2011-02-101-3/+16
|
* 2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-241-0/+4
| | | | | | | | * configure.ac, console/console-config.c, i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h, include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c, startup/bspstart.c: Address some of the issues spotted by the check_bsp script.
* remove "uninitialized" warning in irq.cThomas Doerfler2010-03-271-1/+1
|
* Whitespace removal.Ralf Corsepius2009-11-301-3/+3
|
* Update for exception support changes.Thomas Doerfler2009-10-231-3/+1
|
* updated gen83xx BSPThomas Doerfler2008-07-144-968/+576
| | | | | updated haleakala BSP added MPC55xx BSP
* adapted gen83xx to new boardThomas Doerfler2008-05-151-0/+14
|
* 2007-12-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-081-1/+2
| | | | | | | | | | * ep1a/irq/irq.c, gen5200/irq/irq.c, gen83xx/irq/irq_init.c, mbx8xx/irq/irq.c, mpc8260ads/irq/irq.c, mvme5500/irq/irq.c, psim/irq/no_pic.c, score603e/irq/irq.c, shared/irq/irq_supp.h, shared/irq/openpic_i8259_irq.c, virtex/irq/irq_init.c: let C_dispatch_irq_handler() return zero to indicate to low-level exception handling code that the exception was handled (not used yet).
* 2007-12-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-12-052-10/+10
| | | | | | * irq/ipic.c, irq/irq_init.c: Converted exception vector names to new ones (qualified by <cpu_type> if non-std ppc exceptions).
* 2007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-301-7/+1
| | | | | | | | * irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-171-0/+2
| | | | * console/console.c, irq/irq_init.c: Eliminate warnings.
* 2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-121-15/+16
| | | | | | | | | | | PR 1257/bsps * 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.
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-103-0/+956
many different versions of new exception handling code to shared sources.