We have PSCI support! Unless we don't assign at least two CPU to some inmates, there is no demo case.
Signed-off-by: Ralf Ramsauer <[email protected]> --- configs/jetson-tk1-demo.c | 4 ++-- configs/jetson-tx1-demo.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/jetson-tk1-demo.c b/configs/jetson-tk1-demo.c index 84555501..c324b96a 100644 --- a/configs/jetson-tk1-demo.c +++ b/configs/jetson-tk1-demo.c @@ -2,7 +2,7 @@ * Jailhouse, a Linux-based partitioning hypervisor * * Configuration for gic-demo or uart-demo inmate on Nvidia Jetson TK1: - * 1 CPU, 64K RAM, serial port 0 + * 2 CPUs, 64K RAM, serial port 0 * * Copyright (c) Siemens AG, 2015 * @@ -40,7 +40,7 @@ struct { }, .cpus = { - 0x8, + 0xc, }, .mem_regions = { diff --git a/configs/jetson-tx1-demo.c b/configs/jetson-tx1-demo.c index 4ba6c8f9..89cd8ff8 100644 --- a/configs/jetson-tx1-demo.c +++ b/configs/jetson-tx1-demo.c @@ -2,7 +2,7 @@ * Jailhouse, a Linux-based partitioning hypervisor * * Configuration for gic-demo or uart-demo inmate on Nvidia Jetson TX1: - * 1 CPU, 64K RAM, serial port 0 + * 2 CPUs, 64K RAM, serial port 0 * * Copyright (c) Siemens AG, 2015 * @@ -34,7 +34,7 @@ struct { }, .cpus = { - 0x8, + 0xc, }, .mem_regions = { -- 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.
