summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-13 17:39:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-13 17:39:46 +0000
commit3a3e0b0e7de69486aac8a76237de7c4276f36797 (patch)
treef13b32d8274e826abb388b785593f7a8311eb2c6 /c/src/lib/libbsp/powerpc/shared/ChangeLog
parentChanged format so script will see PR number. (diff)
downloadrtems-3a3e0b0e7de69486aac8a76237de7c4276f36797.tar.bz2
2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 405/bsps * bootloader/pci.c: Added support for configuring devices for pci busses > 0 * pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the INTERRUPT_LINE register of pci devices any # of hops away from the host processor. * motorola/motorola.c, motorola/motorola.h: Added interrupt routing tables in support of FixupPCI. This is board-specific, each board will have to supply information for FixupPCI() to do anything for it. * startup/bspstart.c: Extended bat2 to cover entire PCI address space. * irq/irq.c, irq/irq.h: Added support for shared interrupts. Existing single hander vectors are undisturbed, a new function added to allow adding/removing handlers from a vector.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index f292edd127..066a7699ef 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,20 @@
+2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ PR 405/bsps
+ * bootloader/pci.c: Added support for configuring devices for pci
+ busses > 0
+ * pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the
+ INTERRUPT_LINE register of pci devices any # of hops away
+ from the host processor.
+ * motorola/motorola.c, motorola/motorola.h: Added interrupt
+ routing tables in support of FixupPCI. This is board-specific,
+ each board will have to supply information for FixupPCI() to do
+ anything for it.
+ * startup/bspstart.c: Extended bat2 to cover entire PCI address space.
+ * irq/irq.c, irq/irq.h: Added support for shared interrupts.
+ Existing single hander vectors are undisturbed, a new function
+ added to allow adding/removing handlers from a vector.
+
2003-06-13 Till Straumann <strauman@slac.stanford.edu>
PR 415/bsps