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

2018-04-12 Thread Simon Glass
Hi, On 12 April 2018 at 03:20, Michalis Pappas wrote: > Okay, i see. The change is the replacement of the dependency of ARM64 to > ARM_SMCCC in Kconfig. > > If you think it's necessary to issue a v4 and document the changes properly > please let me know and I'll do so. Yes please. > > Michalis

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

2018-04-12 Thread Michalis Pappas
Okay, i see. The change is the replacement of the dependency of ARM64 to ARM_SMCCC in Kconfig. If you think it's necessary to issue a v4 and document the changes properly please let me know and I'll do so. Michalis On 04/11/2018 03:36 PM, Simon Glass wrote: On 9 April 2018 at 09:17, Michali

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

2018-04-11 Thread Simon Glass
On 9 April 2018 at 09:17, 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

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

2018-04-11 Thread Simon Glass
Hi, On 11 April 2018 at 05:35, Michalis Pappas wrote: > Sorry for the duplicate, for some reason I thought that v3 didn't make it > into the list. Any news on this one btw? Is there a list of changes for the version? It says v3 but there are no changes listed. Regards, Simon ___

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 Calling

[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 --- cmd/Kconfig | 14 ++ cmd/Makefile |

[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 --- cmd/Kconfig | 14 ++ cmd/Makefile |