bmips: add experimental PCI/PCIe support
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 23 Mar 2021 19:12:22 +0000 (20:12 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 23 Mar 2021 19:12:22 +0000 (20:12 +0100)
commit7f04d675170d255580edf77d4ff7c0adebb57609
tree4cc1d76bc8d8497ef63c1a7b6ce68bd0d32eac9e
parent851dadc257b7223f879a3733507e83cfcaae1af1
bmips: add experimental PCI/PCIe support

These PCI drivers are a bit hacky and definitely not suitable for upstreaming,
but hopefully we can use them as a base for developing proper upstream PCI
drivers.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
20 files changed:
target/linux/bmips/config-5.10
target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
target/linux/bmips/dts/bcm6318.dtsi
target/linux/bmips/dts/bcm63268.dtsi
target/linux/bmips/dts/bcm6328-comtrend-ar-5387un.dts
target/linux/bmips/dts/bcm6328.dtsi
target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
target/linux/bmips/dts/bcm6358.dtsi
target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
target/linux/bmips/dts/bcm6362.dtsi
target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
target/linux/bmips/dts/bcm6368.dtsi
target/linux/bmips/files/arch/mips/pci/fixup-bmips.c [new file with mode: 0644]
target/linux/bmips/files/drivers/pci/controller/pci-bcm6348.c [new file with mode: 0644]
target/linux/bmips/files/drivers/pci/controller/pcie-bcm6318.c [new file with mode: 0644]
target/linux/bmips/files/drivers/pci/controller/pcie-bcm6328.c [new file with mode: 0644]
target/linux/bmips/patches-5.10/600-mips-bmips-add-pci-support.patch [new file with mode: 0644]
target/linux/bmips/patches-5.10/601-pci-controllers-add-bcm6328-pcie-support.patch [new file with mode: 0644]
target/linux/bmips/patches-5.10/602-pci-controllers-add-bcm6318-pcie-support.patch [new file with mode: 0644]
target/linux/bmips/patches-5.10/603-pci-controllers-add-bcm6348-pci-support.patch [new file with mode: 0644]