OSDN Git Service

soc: qcom: hab: add multi-GVMs support
authorYong Ding <yongding@codeaurora.org>
Mon, 27 Nov 2017 09:26:03 +0000 (17:26 +0800)
committerYong Ding <yongding@codeaurora.org>
Mon, 18 Dec 2017 10:39:55 +0000 (18:39 +0800)
commit8185adc10da3946d7021472cf7550f3566d23b04
tree83d1f3a54814e690b76ba92f533dc922d663215b
parentd7d4a3ea54fb175d01d6fc90a0ec91693f8ee108
soc: qcom: hab: add multi-GVMs support

This is the new feature to support multiple Guest Virtual
Machiness communications.
In the past, HAB driver supported the communication between
only one single GVM and the host machine. With this new
feature, more than one GVMs can communicate with the host
machine over HAB driver.

Change-Id: I22eb17b7cf367e25e2d829d9dbd2d3a3463be1e8
Signed-off-by: Yong Ding <yongding@codeaurora.org>
drivers/soc/qcom/hab/Makefile
drivers/soc/qcom/hab/hab.c
drivers/soc/qcom/hab/hab.h
drivers/soc/qcom/hab/hab_parser.c [new file with mode: 0644]
drivers/soc/qcom/hab/hab_pchan.c
drivers/soc/qcom/hab/hab_qvm.c