]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next
authorTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 18:30:27 +0000 (14:30 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 18:30:27 +0000 (14:30 -0400)
commit0f5313ba78b3e8cdf882259a27c412c7b82f5ee9
treeb80400cbdcabd651926ee4e4eedc95cdb27b05b2
parentefff9e1a198d27c0596c9820cf6dfab335d6857d
parent5aa82c19d0d6c4058e18ca8eeda434c46108ad4c
Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next

This consists of two slightly related series.  For the first, to quote
the author:
This series implements 2 features in driver/firmware/scmi.

First, a single change adds support for SCMI OP-TEE transport to
use OP-TEE native shared memory. See the 1st patch in this series:
"firmware: scmi: optee: use TEE shared memory for SCMI messages".

Then come changes for supporting multi-channel in the SCMI drivers.
I've split the implementation in 11 several small incremental changes
in the hope it helps the review. Few minor fixup commits are also
inserted in the series.

And the second series implements some smccc improvements.