Re: [Xen-devel] [PATCH] xen/arm: Switch OMAP5 secondary cores into hyp mode

2019-06-25 Thread Julien Grall
Hi Andrew, On 24/06/2019 13:03, Andrew Cooper wrote: On 24/06/2019 12:09, Julien Grall wrote: (+ GSOC mentors and Andre) Hi Denis, Thank you for the patch. First of all, may I ask to CC the other mentors? On 6/21/19 9:02 PM, Denis Obrezkov wrote: This function allows xen to bring

Re: [Xen-devel] [PATCH] xen/arm: Switch OMAP5 secondary cores into hyp mode

2019-06-24 Thread Andrew Cooper
On 24/06/2019 12:09, Julien Grall wrote: > (+ GSOC mentors and Andre) > > Hi Denis, > > Thank you for the patch. > > First of all, may I ask to CC the other mentors? > > On 6/21/19 9:02 PM, Denis Obrezkov wrote: >> This function allows xen to bring secondary CPU cores into non-secure >> HYP mode.

Re: [Xen-devel] [PATCH] xen/arm: Switch OMAP5 secondary cores into hyp mode

2019-06-24 Thread Julien Grall
(+ GSOC mentors and Andre) Hi Denis, Thank you for the patch. First of all, may I ask to CC the other mentors? On 6/21/19 9:02 PM, Denis Obrezkov wrote: This function allows xen to bring secondary CPU cores into non-secure HYP mode. This is done by using a Secure Monitor call.

[Xen-devel] [PATCH] xen/arm: Switch OMAP5 secondary cores into hyp mode

2019-06-21 Thread Denis Obrezkov
This function allows xen to bring secondary CPU cores into non-secure HYP mode. This is done by using a Secure Monitor call. Signed-off-by: Denis Obrezkov --- xen/arch/arm/arm32/head.S | 11 ++- xen/arch/arm/platforms/omap5.c| 5 +++--