hw/arm/fsl-imx8mp: Add PCIe support
authorBernhard Beschow <shentey@gmail.com>
Sun, 23 Feb 2025 11:46:58 +0000 (12:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2025 17:02:34 +0000 (17:02 +0000)
commitfd1deb5301f89eb86c0eecadb670beb98aa74ac5
tree79694a9beeddbc659101d895f376a1ccd7e1f069
parenta81193c3e9a8220862120d8d4114191f3899f4b3
hw/arm/fsl-imx8mp: Add PCIe support

Linux checks for the PLLs in the PHY to be locked, so implement a model
emulating that.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-9-shentey@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
docs/system/arm/imx8mp-evk.rst
hw/arm/Kconfig
hw/arm/fsl-imx8mp.c
hw/pci-host/Kconfig
hw/pci-host/fsl_imx8m_phy.c [new file with mode: 0644]
hw/pci-host/meson.build
include/hw/arm/fsl-imx8mp.h
include/hw/pci-host/fsl_imx8m_phy.h [new file with mode: 0644]