[PATCH v2 18/19] docs/system/arm/raspi: move PCIe/GENET from missing to implemented
Marcelo Manzo <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
raspi4b now has a working PCIe Root Complex and GENET Ethernet controller (added in the preceding patches); move them out of the "Missing devices" list and into "Implemented devices". Signed-off-by: Marcelo Manzo <[email protected]> --- docs/system/arm/raspi.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/system/arm/raspi.rst b/docs/system/arm/raspi.rst index 44eec3f1c3..a8fc37e920 100644 --- a/docs/system/arm/raspi.rst +++ b/docs/system/arm/raspi.rst @@ -36,10 +36,12 @@ Implemented devices * VideoCore firmware (property) * Peripheral SPI controller (SPI) * Broadcom Serial Controller (I2C) + * PCIe Root Complex (raspi4b) + * GENET Ethernet Controller (raspi4b) Missing devices --------------- * Pulse Width Modulation (PWM) - * PCIE Root Port (raspi4b) - * GENET Ethernet Controller (raspi4b) + * PCIe MSI/MSI-X interrupt delivery (raspi4b) -- INTx works; a PCIe + device that only signals via MSI/MSI-X needs ``msi=off,msix=off`` -- 2.47.1