freebsd-dev/sys/powerpc/pseries
Ian Lepore c47d4cde39 Replace multiple nearly-identical copies of code to walk through an FDT
node's interrupts=<...> property creating resource list entries with a
single common implementation.  This change makes ofw_bus_intr_to_rl() the
one true copy of that code and removes the copies of it from other places.

This also adds handling of the interrupts-extended property, which allows
specifying multiple interrupts for a node where each interrupt can have a
separate interrupt-parent.  The bindings for this state that the property
cells contain an xref phandle to the interrupt parent followed by whatever
interrupt info that parent normally expects.  This leads to having a
variable number of icells per interrupt in the property.  For example you
could have <&intc1 1 &intc2 26 9 0 &intc3 9 4>.

Differential Revision: https://reviews.freebsd.org/D803
2014-09-25 15:02:33 +00:00
..
mmu_phyp.c Limit the large page size to 16MB for now. 2013-11-23 18:52:14 +00:00
phyp_console.c This driver doesn't need the /options node, so don't check for it. 2013-11-27 22:02:55 +00:00
phyp_llan.c Mechanically convert to if_inc_counter(). 2014-09-19 09:20:34 +00:00
phyp_vscsi.c Set max_lun to zero. This field is ignored unless we are manually probing 2013-12-15 16:58:23 +00:00
phyp-hvcall.h
phyp-hvcall.S Allow hypervisor calls with more than 7 arguments. 2013-10-20 01:28:39 +00:00
platform_chrp.c Do some cosmetic fixes. 2013-12-05 21:35:52 +00:00
plpar_iommu.c For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing the 2013-11-21 15:41:52 +00:00
plpar_iommu.h
plpar_pcibus.c Following the approach with ACPI DMAR on x86, split IOMMU handling into 2013-11-12 16:15:09 +00:00
rtas_dev.c Move Open Firmware device root on PowerPC, ARM, and MIPS systems to 2014-02-05 14:44:22 +00:00
rtas_pci.c Move Open Firmware device root on PowerPC, ARM, and MIPS systems to 2014-02-05 14:44:22 +00:00
vdevice.c Replace multiple nearly-identical copies of code to walk through an FDT 2014-09-25 15:02:33 +00:00
xics.c Move Open Firmware device root on PowerPC, ARM, and MIPS systems to 2014-02-05 14:44:22 +00:00