Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-13 Thread bharat gohil
On Tue, Feb 13, 2018 at 3:53 PM, Jan Kiszka wrote: > On 2018-02-13 10:23, bharat gohil wrote: > > > Yes. In addition to that I had also observed in OrangePi PC2, > > when > > > jailhouse hit address which is belong to secure world then > jailhouse > >

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-13 Thread Jan Kiszka
On 2018-02-13 10:23, bharat gohil wrote: > > Yes. In addition to that I had also observed in OrangePi PC2, > when > > jailhouse hit address which is belong to secure world then jailhouse > > hang and no output on console. After adjusting AFT address(in cell > >

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-13 Thread bharat gohil
On Tue, Feb 13, 2018 at 2:42 PM, Jan Kiszka wrote: > On 2018-02-13 10:05, bharat gohil wrote: > > > > > > On Tue, Feb 13, 2018 at 2:11 PM, Jan Kiszka > > wrote: > > > > On 2018-02-13 08:59, bharat gohil wrote: >

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-13 Thread Jan Kiszka
On 2018-02-13 10:05, bharat gohil wrote: > > > On Tue, Feb 13, 2018 at 2:11 PM, Jan Kiszka > wrote: > > On 2018-02-13 08:59, bharat gohil wrote: > > > > > > On Tue, Feb 13, 2018 at 12:58 PM, Jan Kiszka

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-13 Thread Jan Kiszka
On 2018-02-13 08:59, bharat gohil wrote: > > > On Tue, Feb 13, 2018 at 12:58 PM, Jan Kiszka > wrote: > > On 2018-02-13 08:19, bharat gohil wrote: > > Hi Jan, > > > > I tried your second method to bringdown core and check

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
On Tue, Feb 13, 2018 at 12:58 PM, Jan Kiszka wrote: > On 2018-02-13 08:19, bharat gohil wrote: > > Hi Jan, > > > > I tried your second method to bringdown core and check but result are > same, > > > > #cat /proc/cpuinfo > > processor : 0 > > BogoMIPS: 26.00

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread Jan Kiszka
On 2018-02-13 08:19, bharat gohil wrote: > Hi Jan, > > I tried your second method to bringdown core and check but result are same, > > #cat /proc/cpuinfo > processor   : 0 > BogoMIPS    : 26.00 > Features    : fp asimd evtstrm aes pmull sha1 sha2 crc32 > CPU implementer : 0x41 > CPU

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
Hi Jan, I tried your second method to bringdown core and check but result are same, #cat /proc/cpuinfo processor : 0 BogoMIPS: 26.00 Features: fp asimd evtstrm aes pmull sha1 sha2 crc32 CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part: 0xd04

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
I will check and provide you complete log Thanks, Bharat On 12-Feb-2018 7:43 PM, "Jan Kiszka" wrote: > On 2018-02-12 14:31, bharat gohil wrote: > > Jan, > > > > Please find attached log. > > Log doesn't look complete. > > Also, I bet my patch didn't hit the right line

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread Jan Kiszka
On 2018-02-12 14:31, bharat gohil wrote: > Jan, > > Please find attached log. Log doesn't look complete. Also, I bet my patch didn't hit the right line but rather went inside the while-loop in paging_create... Jan > > Thanks, > Bharat > > On Mon, Feb 12, 2018 at 4:53 PM, Jan Kiszka

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
Jan, Please find attached log. Thanks, Bharat On Mon, Feb 12, 2018 at 4:53 PM, Jan Kiszka wrote: > On 2018-02-12 11:32, bharat gohil wrote: > > Hi Jan, > > > > Already tried this configuration(pl check attached config file) and I > > had also removed shared memory and

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread Jan Kiszka
On 2018-02-12 11:32, bharat gohil wrote: > Hi Jan, > > Already tried this configuration(pl check attached config file) and I > had also removed shared memory and PCI device but result are same, > Initializing Jailhouse hypervisor v0.8 (9-g5eec601-dirty) on CPU 2 > Code location:

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
Hi Jan, Already tried this configuration(pl check attached config file) and I had also removed shared memory and PCI device but result are same, Initializing Jailhouse hypervisor v0.8 (9-g5eec601-dirty) on CPU 2 Code location: 0xc0200060 Page pool usage after early setup: mem 61/16356,

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread Jan Kiszka
On 2018-02-12 10:18, Henning Schild wrote: > Am Mon, 12 Feb 2018 14:38:29 +0530 > schrieb bharat gohil : > >> Hi Jan, >> >> I had modified root cell configuration as per your suggestion. >> I got following error, >> >> Adding virtual PCI device 00:00.0 to cell "X" >>

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
Hi Schild, I have tried 7 region and it gave me same type of exception as it was giving but address of exception change after size increase by 1(as suggested by Jan) like, FATAL: instruction abort at 0x40f44ee8 FATAL: unhandled trap (exception class 0x20) Cell state before exception: pc:

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread Henning Schild
Am Mon, 12 Feb 2018 14:38:29 +0530 schrieb bharat gohil : > Hi Jan, > > I had modified root cell configuration as per your suggestion. > I got following error, > > Adding virtual PCI device 00:00.0 to cell "X" >

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-12 Thread bharat gohil
Hi Jan, I had modified root cell configuration as per your suggestion. I got following error, Adding virtual PCI device 00:00.0 to cell "X" /media/bgohil/data_ssd/virtualization/jailhouse/hypervisor/ivshmem.c:330: returning error -EINVAL JAILHOUSE_ENABLE: Invalid argument Please find

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-11 Thread Jan Kiszka
On 2018-02-12 05:53, bharat gohil wrote: > Hello Jan, > > Please find attached root cell config file. > /* > * Jailhouse, a Linux-based partitioning hypervisor > * > * Test configuration for X (2-Cortex-A72, 4-Cortex-A35, 2GB RAM) > * > * Copyright (c) Siemens AG, 2014-2016 > * > *

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-11 Thread bharat gohil
Hello Jan, Please find attached root cell config file. Thanks, Bharat On Sat, Feb 10, 2018 at 2:23 PM, Jan Kiszka wrote: > On 2018-02-10 08:46, bharat gohil wrote: > > > > Yes, that is correct. > > When starting root cell, > > jailhouse enable .cell > > Could you share

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-10 Thread Jan Kiszka
On 2018-02-10 08:46, bharat gohil wrote: > > Yes, that is correct.  > When starting root cell, > jailhouse enable .cell Could you share your config file? Also, you have local modifications on your tree. What are they changing, just configuration files? Jan > Thanks, > Bharat > > > On

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-09 Thread bharat gohil
Yes, that is correct. When starting root cell, jailhouse enable .cell Thanks, Bharat On 07-Feb-2018 5:39 PM, "Jan Kiszka" wrote: On 2018-02-07 10:27, bharat gohil wrote: > Hi > > I was trying to Run jailhouse on two board i.e OrangePi PC2 and Quad core A35/A72 based

Re: Jailhouse on OrangePI PC2 and A35/A72 based board

2018-02-07 Thread Jan Kiszka
On 2018-02-07 10:27, bharat gohil wrote: > Hi > > I was trying to Run jailhouse on two board i.e OrangePi PC2 and Quad core > A35/A72 based SoC. > > I am able run Jailhouse on OrangePI PC2 and ran simple application on single > core which blinks the LED which works fine on OrangePI PC2 board.