On Wed, 19 Dec 2018, Julien Grall wrote:
> Hi Stefano,
>
> On 18/12/2018 23:32, Stefano Stabellini wrote:
> > +/* These calls are safe and always allowed. */
> > +case EEMI_FID(PM_GET_TRUSTZONE_VERSION):
> > +case EEMI_FID(PM_GET_API_VERSION):
>
> Regardless the discussion about PM_G
Hi Stefano,
On 18/12/2018 23:32, Stefano Stabellini wrote:
+/* These calls are safe and always allowed. */
+case EEMI_FID(PM_GET_TRUSTZONE_VERSION):
+case EEMI_FID(PM_GET_API_VERSION):
Regardless the discussion about PM_GET_API_VERSION behavior:
Acked-by: Julien Grall
I am stil
From: "Edgar E. Iglesias"
zynqmp_eemi uses the defined functions and structs to decide whether to
make a call to the firmware, or to simply return a predefined value.
Signed-off-by: Edgar E. Iglesias
Signed-off-by: Stefano Stabellini
---
Changes in v8:
- remove redundant ZYNQMP_SIP_SVC_* cases