Hi, this adds support for Linux inmates on the Jetson TX1 platform.
Rebased to next and tested on real hardware. ivshmem-net is working, console is available either through jailhouse debug console, or native serial console. Assigns two CPUs to the non-root cell. Both, root and non-root cell were tested with latest kernel 4.13. Ralf Ralf Ramsauer (2): configs: TX1: add support for virtual PCI device configs: Add Jetson TX1 Linux demo config configs/dts/inmate-jetson-tx1.dts | 99 ++++++++++++++++++++++++++++++++ configs/jetson-tx1-demo.c | 2 +- configs/jetson-tx1-linux-demo.c | 117 ++++++++++++++++++++++++++++++++++++++ configs/jetson-tx1.c | 43 +++++++++++--- 4 files changed, 253 insertions(+), 8 deletions(-) create mode 100644 configs/dts/inmate-jetson-tx1.dts create mode 100644 configs/jetson-tx1-linux-demo.c -- 2.14.1 -- 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]. For more options, visit https://groups.google.com/d/optout.
