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

Michalis Pappas mpappas at fastmail.fm
Mon Apr 9 13:13:49 UTC 2018


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 <mpappas at fastmail.fm> wrote:
>
>> +config CMD_HVC
>> +       bool "Support the 'hvc' command"
>> +       depends on ARM64
>> +       default n
> No need to pass 'default n' as this is already the default behavior.
>
>> +       help
>> +         Allows issuing Hypervisor Calls (HVCs)
>> +
>> +config CMD_SMC
>> +       bool "Support the 'smc' command"
>> +       depends on ARM64
>> +       default n
> Ditto.



More information about the U-Boot mailing list