Re: [U-Boot] [PATCH 05/23] imx: add sip function

2017-11-29 Thread Peng Fan
On Tue, Nov 28, 2017 at 07:16:52PM +0100, Stefano Babic wrote: >On 28/11/2017 13:31, Peng Fan wrote: >> Add SIP function to issue SMC call to Arm Trusted Firmware. > >I admit I do not know what is a SIP function. Patch simply adds a >wrapper, can you add a commit message with a more detailed explan

Re: [U-Boot] [PATCH 05/23] imx: add sip function

2017-11-28 Thread Stefano Babic
On 28/11/2017 13:31, Peng Fan wrote: > Add SIP function to issue SMC call to Arm Trusted Firmware. I admit I do not know what is a SIP function. Patch simply adds a wrapper, can you add a commit message with a more detailed explanation for this ? > > Signed-off-by: Peng Fan > --- > arch/arm/in

[U-Boot] [PATCH 05/23] imx: add sip function

2017-11-28 Thread Peng Fan
Add SIP function to issue SMC call to Arm Trusted Firmware. Signed-off-by: Peng Fan --- arch/arm/include/asm/mach-imx/sys_proto.h | 3 +++ arch/arm/mach-imx/Makefile| 2 ++ arch/arm/mach-imx/sip.c | 23 +++ 3 files changed, 28 insertions(+)