summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index 487e7abfd1..afb827ba04 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,5 +1,15 @@
2003-03-25 Till Straumann <strauman@slac.stanford.edu>
+ PR 360/bsps
+ * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h:
+ BSP code had set the task priority register multiple times of
+ the OpenPIC instead of setting the individual source priorities.
+ This patch adds openpic_get_source_priority() and
+ openpic_set_source_priority() calls and lets IRQ management code
+ use them.
+
+2003-03-25 Till Straumann <strauman@slac.stanford.edu>
+
PR 349/bsps
* irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
on the vmeUniverse driver. It is now possible to use the ppc/shared/irq