summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex4/irq/irq_init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-12bsps/powerpc/virtex4: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/powerpc: Manual file header clean upChristian Mauderer1-21/+14
Updates #4625.
2022-03-10bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill1-2/+2
Updates #4625.
2018-04-23bsps: Move interrupt controller support to bspsSebastian Huber1-0/+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-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-01-26Fixed virtex4,5 BSP compile time warningsRic Claus1-1/+1
2012-12-01Virtex4 BSP: Various updates and improvements.Ric Claus1-10/+8
Switched to using the PPC403 clock driver. Added support for the MMU but didn't enable it by default. Made some functions static to avoid compiler warnings. Added a README.
2012-03-30Add Virtex4 and Virtex5 BSPsRic Claus1-50/+31
This commit covers at least PR2020, 2022, and 2023. This patch adds all of the code for both BSPs, modifications to libcpu/powerpc for the ppc440, and some updates to the BSPs from follow up review and testing. These BSPs should be good baselines for future development. The configurations used by Ric are custom and have a non-standard NIC. They also do not have a UART. Thus the current console driver just prints to a RAM buffer. The NIC and UART support are left for future work. When the UART support is added, moving the existing "to RAM" console driver to a shared location is likely desirable because boards with no debug UART port are commonly deployed. This would let printk() go to RAM.
2011-11-102011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
PR 1929/bsps * irq/irq_init.c: Fixed warning.
2009-11-30Whitespace removal.Ralf Corsepius1-7/+7
2009-10-23Update for exception support changes.Thomas Doerfler1-1/+0
2008-07-232008-07-22 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+2
* irq/irq_init.c, include/bsp.h: define BSP_PPC403_CLOCK_HOOK_EXCEPTION so that we hook the timer exception rather than going through the interrupt dispatcher.
2008-07-222008-07-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-81/+4
* Makefile.am, preinstall.am, irq/irq_init.c: Use low-level exception handling support from new-exceptions/bspsupport.
2007-12-112007-12-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-3/+3
* irq/irq_init.c: renamed ASM_BOOKE_PIT_VECTOR to ASM_BOOKE_DEC_VECTOR to be closer to 'official' nomenclature.
2007-12-082007-12-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-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-072007-12-06 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-6/+6
* virtex/irq/irq_init.c: use new ASM_xxx_VECTOR names.
2007-09-122007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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.
2007-07-04added virtex BSP support and some missing files for common PPCThomas Doerfler1-0/+421
exception handling