On 12.11.21 10:34, Moustafa Nofal wrote: > >You are targeting RPi4, right? Again, jailhouse-images has > everything to > >get the ball rolling. From there, start exchanging pieces that you > want > >to have in a different flavor. > > > I used the configuration file from Jailhouse-images, I got error on 5.10 > kernel: > __get_vm_area_caller > ioremap_page_range > __hyp_stub_vectors > are undefined, so what may be missing here?
The kernel sources that jailhouse-images is using. There are a few patches on top of 5.10-lts. > > >Regarding the concrete question: > > either a support physical PCI host controller (so far only worked > >with the old Seattle board) > >or a virtual PCI controller configured in the root cell config (see > >configs/arm64/rpi4.c) > >support for CONFIG_PCI_HOST_GENERIC and CONFIG_OF_OVERLAY > > Back to 5.4, I added support, but I got another error: > lspci: sysfs_scan: Invalid domain ffffffff > So, where shall i continue? That is unusual, don't recall a concrete reason. Did you set platform_info.pci_domain in the root cell config? Make sure it does not collide with already existing (physical) PCI host controller domains. 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/595778e6-5066-2fc7-ce1d-15bb30b24cde%40siemens.com.
