From 3a3e0b0e7de69486aac8a76237de7c4276f36797 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 13 Jun 2003 17:39:46 +0000 Subject: 2003-06-13 Greg Menke 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. --- c/src/lib/libbsp/powerpc/shared/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog') 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 + + 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 PR 415/bsps -- cgit v1.2.3