Dear community, I am also interested in implementation on arm64. Has anyone in this group deployed Jailhouse on arm64. I will be very helpful if you share the procedure.
thanks, Kannan On Thu, Jun 3, 2021 at 3:32 PM along li <[email protected]> wrote: > So this means: jailhouse cann't partition a PCI device into inmate > on raspberry 4 board for now? > If we want to partition a PCI device into inmate, we should modify > the source code. Is this right? > > > > > 在2021年5月14日星期五 UTC+8 下午6:10:37<[email protected]> 写道: > >> On 14.05.21 05:08, along li wrote: >> > Dear community, >> > >> > For X86 platform, the tutorial pdf talks some about how to partition >> > pci device into none-root cells. >> > tutorial: >> > >> https://events.static.linuxfound.org/sites/events/files/slides/ELCE2016-Jailhouse-Tutorial.pdf >> > < >> https://events.static.linuxfound.org/sites/events/files/slides/ELCE2016-Jailhouse-Tutorial.pdf> >> >> > >> > But how to do this in arm64 platforms, there is no document. >> > >> > Well how to do this, Are there some configuration demos ? >> > >> >> Plenty, though understanding the details requires a bit knowledge about >> the respective platforms. If you look at >> configs/arm64/zynqmp-zcu102-linux-demo.c, e.g., you can see that it gets >> a UART assigned by handing over the MMIO region and (IIRC) GIC IRQ 54. >> But, as I already explained, there can be more complex challenges when >> you also need to enable / clock the respective device, and those >> controls are shared with the root cell. >> >> Jan >> >> -- >> Siemens AG, T RDA IOT >> Corporate Competence Center Embedded Linux >> > -- > 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/aa1b60e5-a823-4cb5-b36f-d0162bf0583en%40googlegroups.com > <https://groups.google.com/d/msgid/jailhouse-dev/aa1b60e5-a823-4cb5-b36f-d0162bf0583en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CALeLWRjOz%3DfYGsDXfHWsHuS4Rt4HeSLXCbqvGCPi8P0fDqy27g%40mail.gmail.com.
