On Tue, 1 Aug 2017, Julien Grall wrote:
> Hi Edgar,
>
> On 01/08/2017 22:22, Edgar E. Iglesias wrote:
> > On Tue, Aug 01, 2017 at 10:02:45PM +0100, Julien Grall wrote:
> > > Hi,
> > >
> > > On 01/08/2017 21:40, Stefano Stabellini wrote:
> > > > On Tue, 1 Aug 2017, Edgar E. Iglesias wrote:
> > > >
Hi Edgar,
On 01/08/2017 22:22, Edgar E. Iglesias wrote:
On Tue, Aug 01, 2017 at 10:02:45PM +0100, Julien Grall wrote:
Hi,
On 01/08/2017 21:40, Stefano Stabellini wrote:
On Tue, 1 Aug 2017, Edgar E. Iglesias wrote:
On Tue, Aug 01, 2017 at 11:59:00AM +0100, Julien Grall wrote:
(+ Edgar, Mark,
On Tue, Aug 01, 2017 at 10:02:45PM +0100, Julien Grall wrote:
> Hi,
>
> On 01/08/2017 21:40, Stefano Stabellini wrote:
> >On Tue, 1 Aug 2017, Edgar E. Iglesias wrote:
> >>On Tue, Aug 01, 2017 at 11:59:00AM +0100, Julien Grall wrote:
> >>>(+ Edgar, Mark, Dave)
> >>>
> >>>Hi,
> >>
> >>Hi Julien,
> >
Hi,
On 01/08/2017 21:40, Stefano Stabellini wrote:
On Tue, 1 Aug 2017, Edgar E. Iglesias wrote:
On Tue, Aug 01, 2017 at 11:59:00AM +0100, Julien Grall wrote:
(+ Edgar, Mark, Dave)
Hi,
Hi Julien,
I'll share some thoughts based on our platforms.
On 14/06/17 15:10, Volodymyr Babchuk wrote:
On Tue, 1 Aug 2017, Edgar E. Iglesias wrote:
> On Tue, Aug 01, 2017 at 11:59:00AM +0100, Julien Grall wrote:
> > (+ Edgar, Mark, Dave)
> >
> > Hi,
>
> Hi Julien,
>
> I'll share some thoughts based on our platforms.
>
>
> > On 14/06/17 15:10, Volodymyr Babchuk wrote:
> > >SMCCC (SMC Call Conven
On Tue, Aug 01, 2017 at 11:59:00AM +0100, Julien Grall wrote:
> (+ Edgar, Mark, Dave)
>
> Hi,
Hi Julien,
I'll share some thoughts based on our platforms.
> On 14/06/17 15:10, Volodymyr Babchuk wrote:
> >SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
> >SMCCC states tha
(+ Edgar, Mark, Dave)
Hi,
On 14/06/17 15:10, Volodymyr Babchuk wrote:
SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
SMCCC states that both HVC and SMC are valid conduits to call to a different
firmware functions. Thus, for example PSCI calls can be made both by
SMC or
On 27/06/17 15:40, Volodymyr Babchuk wrote:
Hello Julien,
On 27.06.17 14:08, Julien Grall wrote:
On 06/22/2017 05:29 PM, Volodymyr Babchuk wrote:
Hi Julien,
Hi Volodymyr,
On 15.06.17 13:48, Julien Grall wrote:
diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 6cf9ee7..2d0b
Hello Julien,
On 27.06.17 14:08, Julien Grall wrote:
On 06/22/2017 05:29 PM, Volodymyr Babchuk wrote:
Hi Julien,
Hi Volodymyr,
On 15.06.17 13:48, Julien Grall wrote:
diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 6cf9ee7..2d0b058 100644
--- a/xen/arch/arm/traps.c
+++ b/xen
On 06/22/2017 05:29 PM, Volodymyr Babchuk wrote:
Hi Julien,
Hi Volodymyr,
On 15.06.17 13:48, Julien Grall wrote:
diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 6cf9ee7..2d0b058 100644
--- a/xen/arch/arm/traps.c
+++ b/xen/arch/arm/traps.c
@@ -44,6 +44,7 @@
#include
#include
Hi Julien,
On 15.06.17 13:48, Julien Grall wrote:
Hi Volodymyr,
On 14/06/17 15:10, Volodymyr Babchuk wrote:
SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
SMCCC states that both HVC and SMC are valid conduits to call to a
different
firmware functions. Thus, for examp
On 06/19/2017 10:59 PM, Volodymyr Babchuk wrote:
Hello Julien,
Hi Volodymyr,
[...]
+/**
+ * smccc_handle_call() - handle SMC/HVC call according to ARM SMCCC
+ */
+void smccc_handle_call(struct cpu_user_regs *regs, const union hsr hsr)
hsr is already part of regs.
+{
+bool handled = f
Hello Julien,
Thank you for review. It is my first time, when I'm submitting patch to
XEN, so I have some questions.
On 15.06.17 13:48, Julien Grall wrote:
On 14/06/17 15:10, Volodymyr Babchuk wrote:
SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
SMCCC states that bo
On Wed, 14 Jun 2017, Volodymyr Babchuk wrote:
> SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
> SMCCC states that both HVC and SMC are valid conduits to call to a different
> firmware functions. Thus, for example PSCI calls can be made both by
> SMC or HVC. Also SMCCC defi
Hi Volodymyr,
On 14/06/17 15:10, Volodymyr Babchuk wrote:
SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
SMCCC states that both HVC and SMC are valid conduits to call to a different
firmware functions. Thus, for example PSCI calls can be made both by
SMC or HVC. Also SMC
SMCCC (SMC Call Convention) describes how to handle both HVCs and SMCs.
SMCCC states that both HVC and SMC are valid conduits to call to a different
firmware functions. Thus, for example PSCI calls can be made both by
SMC or HVC. Also SMCCC defines function number coding for such calls.
Besides fun
16 matches
Mail list logo