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

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

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

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

2018-04-13 Thread Michalis Pappas
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 <mpap...@fastmail.fm> --- Changes

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

2018-04-12 Thread Michalis Pappas
, Michalis Pappas <mpap...@fastmail.fm> 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 v3] arm64: Add SMC and HVC commands

2018-04-11 Thread Michalis Pappas
Sorry for the duplicate, for some reason I thought that v3 didn't make it into the list. Any news on this one btw? On 04/11/2018 12:30 PM, Michalis Pappas wrote: This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC

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

2018-04-11 Thread Michalis Pappas
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 <mpap...@fastmail.fm> --- cmd/Kconfig

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

2018-04-09 Thread Michalis Pappas
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 <mpap...@fastmail.fm> --- cmd/Kconfig

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

2018-04-09 Thread Michalis Pappas
On 04/09/2018 04:25 PM, Tom Rini wrote: On Mon, Apr 09, 2018 at 04:11:01PM +0300, 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

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

2018-04-09 Thread Michalis Pappas
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 <mpap...@fastmail.fm> --- cmd/Kconfig

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

2018-04-09 Thread Michalis Pappas
Thanks for the feedback, I just sent a v2 addressing both issues On 04/09/2018 04:26 AM, Fabio Estevam wrote: On Fri, Apr 6, 2018 at 7:06 AM, Michalis Pappas <mpap...@fastmail.fm> wrote: +config CMD_HVC + bool "Support the 'hvc' command" + depends on ARM64 +

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

2018-04-08 Thread Michalis Pappas
On 04/08/2018 04:50 PM, Simon Glass wrote: Please expand on this. Why do you want to do this, what sort of things can you do? Other than that: Reviewed-by: Simon Glass The main usecase is development / testing. My motivation was testing the Secure Payload of ARM Trusted

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

2018-04-06 Thread Michalis Pappas
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 to be individually enabled. Signed-off-by: Michalis Pappas <mpap...@fastmail.fm> --- cmd/Kconfig