summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala/irq/irq_init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber1-96/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-11-22powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber1-1/+1
Due to a new rtems_panic() implementation, it is possible to replace the PowerPC-specific BSP_panic() with rtems_panic(). Remove BSP_panic() implementations. Close #3245.
2014-10-13powerpc/haleakala: Fix warningsJoel Sherrill1-2/+9
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2009-11-30Whitespace removal.Ralf Corsepius1-3/+3
2009-10-23Update for exception support changes.Thomas Doerfler1-1/+1
2008-08-20Add missing prototypes.Ralf Corsepius1-2/+2
2008-07-14added haleakala BSP contributed by Michael HamelThomas Doerfler1-31/+28
2007-12-112007-12-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-30/+0
* Makefile.am, irq/irq_init.c: use vector/interrupt support from libcpu/powerpc/new-exceptions/bspsupport.
2007-12-062007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
* irq/irq_init.c: Add missing vectDesc variable.
2007-12-052007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-27/+54
* irq/irq_init.c: Spacing.
2007-12-052007-12-04 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-37/+0
* irq/irq_init.c: removed unnecessary code (alredy done by shared/irq/irq.c).
2007-12-022007-12-02 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-3/+0
* irq/irq_init.c: removed irrelevant comment.
2007-11-302007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+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-11-302007-11-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-34/+0
* irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added), irq/irq_init.c, Makefile.am: The PSIM BSP (currently) has no support for an interrupt controller or interrupts other than the decrementer. Removed all definitions for PCI + ISA interrupts and all unnecessary code (leftovers from copying). Separated PIC-specific bits into 'no_pic.c' which allows us to use 'irq.c' (i.e., more code) from 'shared'.
2007-07-05fixed some problems with shared PPC exception handling codeThomas Doerfler1-2/+2
2005-04-152005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-2/+2
PR 779/bsp * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception interrupt handlers in powerpc bsps
2004-11-222004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett1-52/+60
PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
2004-04-21Remove stray white spaces.Ralf Corsepius1-5/+5
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h, include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c, startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
2001-04-162001-04-11 Eric Valette <valette@crf.canon.fr>Joel Sherrill1-1/+0
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, include/8xx_immap.h, include/commproc.h, irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New file. * Switch the eth_comm BSP to use the "new exception processing model."
2001-04-062001-03-30 Eric Valette <valette@crf.canon.fr>Joel Sherrill1-0/+162
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, include/8xx_immap.h, include/commproc.h, include/mbx.h, irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New files. * Makefile.am, configure.in, console/console.c, include/Makefile.am, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds, startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am: The modifications to this BSP reflect the conversion of the mpc8xx CPU to the "new exception processing model."