]> Git Repo - J-u-boot.git/commit
firmware: scmi: mailbox/smt agent device
authorEtienne Carriere <[email protected]>
Wed, 9 Sep 2020 16:44:01 +0000 (18:44 +0200)
committerTom Rini <[email protected]>
Wed, 30 Sep 2020 15:55:23 +0000 (11:55 -0400)
commit240720e9052fa7459e4d8a46d508db1ae41ed238
tree1ce93744609f62e3f17e48c45649f2600225e847
parent358599efd827b0ee48af864537cc86facc9167c0
firmware: scmi: mailbox/smt agent device

This change implements a mailbox transport using SMT format for SCMI
exchanges. This implementation follows the Linux kernel and
SCP-firmware [1] as references implementation for SCMI message
processing using SMT format for communication channel meta-data.

Use of mailboxes in SCMI FDT bindings are defined in the Linux kernel
DT bindings since v4.17.

Links: [1] https://github.com/ARM-software/SCP-firmware
Signed-off-by: Etienne Carriere <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Sudeep Holla <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/firmware/scmi/Kconfig
drivers/firmware/scmi/Makefile
drivers/firmware/scmi/mailbox_agent.c [new file with mode: 0644]
drivers/firmware/scmi/smt.c [new file with mode: 0644]
drivers/firmware/scmi/smt.h [new file with mode: 0644]
This page took 0.035762 seconds and 4 git commands to generate.