This patchset enables eMMC access from the linux demo inmate for the k3-am654-idk platform, and additionally adds a ivshmem demo interface.
Changes from v1: * Re-order patchsets so ivshmem changes come before eMMC changes * Split out eMMC enablment to its own inmate configuration Matt Ranostay (4): configs: arm64: change k3-am653-idk memory window configs: arm64: increase PCI memory window for k3-am654-idk inmate configs: arm64: add ivshmem demo to km-am654-idk platform configs: arm64: add emmc inmate configuration for k3-am654-idk .../arm64/dts/inmate-k3-am654-idk-emmc.dts | 45 ++++ configs/arm64/dts/inmate-k3-am654-idk.dts | 2 +- configs/arm64/k3-am654-idk-linux-demo-emmc.c | 208 ++++++++++++++++++ configs/arm64/k3-am654-idk-linux-demo.c | 55 ++++- configs/arm64/k3-am654-idk.c | 51 ++++- 5 files changed, 350 insertions(+), 11 deletions(-) create mode 100644 configs/arm64/dts/inmate-k3-am654-idk-emmc.dts create mode 100644 configs/arm64/k3-am654-idk-linux-demo-emmc.c -- 2.30.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20220305030458.2938-1-mranostay%40ti.com.
