PPC: E500: Generate dt pci irq map dynamically
commit347dd79dccf41a679115213da673dfd06c4c8cc8
authorAlexander Graf <agraf@suse.de>
Wed, 12 Dec 2012 12:47:07 +0000 (12 13:47 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 14 Dec 2012 12:12:57 +0000 (14 13:12 +0100)
treed33e57c49eadeb18c479060712a33cdbe922c4f5
parent05f57d9de8e99bf5f7ca762c6dc2f1e054c2074c
PPC: E500: Generate dt pci irq map dynamically

Today we're hardcoding the PCI interrupt map in the e500 machine file.
Instead, let's write it dynamically so that different machine types
can have different slot properties.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c