
On Mon, Aug 27, 2018 at 03:57:32PM +0530, Lokesh Vutla wrote:
Texas Instrument's System Control Interface (TI SCI) message protocol is used in Texas Instrument's System on Chip (SoC) such as those in the K3 family AM654 SoC to communicate between various compute processors with a central system controller entity.
The TI SCI message protocol provides support for management of various hardware entities within the SoC. Add support driver to allow communication with system controller entity within the SoC using the mailbox client.
This is mostly derived from the TI SCI driver in Linux located at drivers/firmware/ti_sci.c.
Reviewed-by: Tom Rini trini@konsulko.com Signed-off-by: Lokesh Vutla lokeshvutla@ti.com Signed-off-by: Nishanth Menon nm@ti.com Signed-off-by: Andreas Dannenberg dannenberg@ti.com
Applied to u-boot/master, thanks!