Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-05-04 Thread Simon Glass
Hi, On 4 May 2018 at 09:08, Michalis Pappas wrote: > On 05/02/2018 10:32 PM, Simon Glass wrote: > > > You can see the patch status here: http://patchwork.ozlabs.org/patch/897869/ > > It is in Tom's queue. From the release page, the next release is 7th May, so > merging should happen after that. >

Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-05-04 Thread Michalis Pappas
On 05/02/2018 10:32 PM, Simon Glass wrote: You can see the patch status here: http://patchwork.ozlabs.org/patch/897869/ It is in Tom's queue. From the release page , the next release is 7th May, so me

Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-05-02 Thread Simon Glass
Hi, On 2 May 2018 at 01:54, Michalis Pappas wrote: > On 04/25/2018 03:54 PM, Michalis Pappas wrote: >> >> On 04/13/2018 10:40 AM, Michalis Pappas wrote: >>> >>> This patch adds smc and hvc commands, that allow issuing Secure Monitor >>> Calls and Hypervisor Calls conforming to the ARM SMC Calling

Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-05-02 Thread Michalis Pappas
On 04/25/2018 03:54 PM, Michalis Pappas wrote: On 04/13/2018 10:40 AM, Michalis Pappas wrote: This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. Add Kconfig items to allow each command can be individua

Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-04-25 Thread Michalis Pappas
On 04/13/2018 10:40 AM, Michalis Pappas wrote: This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. Add Kconfig items to allow each command can be individually enabled. Signed-off-by: Michalis Pappas --

Re: [U-Boot] [PATCH v4] arm64: Add SMC and HVC commands

2018-04-17 Thread Simon Glass
On 13 April 2018 at 01:40, Michalis Pappas wrote: > This patch adds smc and hvc commands, that allow issuing Secure Monitor > Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. > > Add Kconfig items to allow each command can be individually enabled. > > Signed-off-by: Michali