summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-12-15 04:37:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-12-15 04:37:55 +0000
commit215e019f8b65183b848f3d43793023d6b8bea8e1 (patch)
treecc4597995c3650245606391161c77d0b4a3a671d /c/src/lib/libbsp/m68k/uC5282/ChangeLog
parent * m68k/mcf5282/include/mcf5282.h: added __may_alias__ (diff)
downloadrtems-215e019f8b65183b848f3d43793023d6b8bea8e1.tar.bz2
* startup/bspstart.c: Changed BSP_installVME_isr() so that
the special handling of a 'FPGA interrupt' [this FPGA is *not* present on the uC5282 module but is externally connected to IRQ1 on Eric Norum's particular 'motherboard'] is only activated when connecting to the special vectors > 192. The change allows us ordinary users [:-)] to use IRQ1 normally, simply by connecting an ISR to vector 64+1... Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(), BSP_irq_is_enabled_at_pic() were introduced (compat. with some PPC BSPs).
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index e0bba2f3b7..321d9aecbe 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,3 +1,16 @@
+2006-12-14 Till Straumann <strauman@slac.stanford.edu>
+
+ * startup/bspstart.c: Changed BSP_installVME_isr() so that
+ the special handling of a 'FPGA interrupt' [this FPGA is *not*
+ present on the uC5282 module but is externally connected to
+ IRQ1 on Eric Norum's particular 'motherboard'] is only
+ activated when connecting to the special vectors > 192.
+ The change allows us ordinary users [:-)] to use IRQ1
+ normally, simply by connecting an ISR to vector 64+1...
+ Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(),
+ BSP_irq_is_enabled_at_pic() were introduced (compat. with
+ some PPC BSPs).
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.