[U-Boot] [PATCH] arm64: Add SMC and HVC commands
Fabio Estevam
festevam at gmail.com
Mon Apr 9 01:26:04 UTC 2018
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