[U-Boot] [PATCH v4] arm64: Add SMC and HVC commands
Simon Glass
sjg at chromium.org
Wed May 2 19:32:55 UTC 2018
Hi,
On 2 May 2018 at 01:54, Michalis Pappas <mpappas at fastmail.fm> 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 Convention.
>>>
>>> Add Kconfig items to allow each command can be individually enabled.
>>>
>>> Signed-off-by: Michalis Pappas <mpappas at fastmail.fm>
>>> ---
>>>
>>> Changes for v2:
>>> - Update help message with additional information on usefulness
>>> - Remove default=n from Kconfig
>>>
>>> Changes for v3:
>>> - Replace dependency on ARM64 with ARM_SMCCC in Kconfig
>>>
>>> Changes for v4:
>>> - Add list of changes
>>>
>>> cmd/Kconfig | 14 ++++++++++
>>> cmd/Makefile | 2 ++
>>> cmd/smccc.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>>> 3 files changed, 88 insertions(+)
>>> create mode 100644 cmd/smccc.c
[..]
>>>
>>
>> Hi,
>>
>> all review comments have been satsified, happy to merge this one?
>>
>> Thanks,
>>
>> Michalis
>
>
> Hi, any news on this one?
>
You can see the patch status here: http://patchwork.ozlabs.org/patch/897869/
It is in Tom's queue. From the release page
<https://www.denx.de/wiki/U-Boot/ReleaseCycle>, the next release is 7th
May, so merging should happen after that.
Regards,
Simon
More information about the U-Boot
mailing list