Skip to content

Commit ce21b3c

Browse files
mpeArnd Bergmann
authored andcommitted
[CELL] add support for MSI on Axon-based Cell systems
This patch adds support for the setup and decoding of MSIs on Axon-based Cell systems, using the MSIC mechanism. This involves setting up an area of BE memory which the Axon then uses as a FIFO for MSI messages. When one or more MSIs are decoded by the MSIC we receive an interrupt on the MPIC, and the MSI messages are written into the FIFO. At the moment we use a 64KB FIFO, one per MSIC/BE. Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 8d2655e commit ce21b3c

File tree

2 files changed

+447
-0
lines changed

2 files changed

+447
-0
lines changed

arch/powerpc/platforms/cell/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
2525
$(spu-priv1-y) \
2626
$(spu-manage-y) \
2727
spufs/
28+
29+
obj-$(CONFIG_PCI_MSI) += axon_msi.o

0 commit comments

Comments
 (0)