summary refs log tree commit diff stats
path: root/hw/arm/fsl-imx8mp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/fsl-imx8mp: Wire VIRQ and VFIQBernhard Beschow2025-07-101-0/+4
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICEBernhard Beschow2025-03-311-1/+1
* hw/sd/sdhci: Remove need for SDHCI_VENDOR_IMX definitionPhilippe Mathieu-Daudé2025-03-121-2/+0
* hw/arm/fsl-imx8mp: Add on-chip RAMBernhard Beschow2025-02-251-0/+11
* hw/arm/fsl-imx8mp: Add USB supportBernhard Beschow2025-02-251-2/+35
* hw/arm/fsl-imx8mp: Add Ethernet controllerBernhard Beschow2025-02-251-0/+24
* hw/arm/fsl-imx8mp: Implement general purpose timersBernhard Beschow2025-02-251-0/+53
* hw/arm/fsl-imx8mp: Add watchdog supportBernhard Beschow2025-02-251-0/+28
* hw/arm/fsl-imx8mp: Add SPI controllersBernhard Beschow2025-02-251-0/+26
* hw/arm/fsl-imx8mp: Add I2C controllersBernhard Beschow2025-02-251-0/+29
* hw/arm/fsl-imx8mp: Add GPIO controllersBernhard Beschow2025-02-251-0/+55
* hw/arm/fsl-imx8mp: Add PCIe supportBernhard Beschow2025-02-251-0/+30
* hw/arm/fsl-imx8mp: Add USDHC storage controllersBernhard Beschow2025-02-251-0/+28
* hw/arm/fsl-imx8mp: Add SNVSBernhard Beschow2025-02-251-0/+10
* hw/arm/fsl-imx8mp: Implement clock treeBernhard Beschow2025-02-251-0/+20
* hw/arm: Add i.MX 8M Plus EVK boardBernhard Beschow2025-02-251-0/+367