Commit graph

6 commits

Author SHA1 Message Date
Lukas Hänel
9af8806288 mobicore: Create branch that uses interrupt 280
MobiCore TZ to HLOS interrupt is assigned a unique SPI.
Currently it shares the SPI with EBI_ERP and moving
forward this interrupt has to be not shared in order
to allow the enablement of EBI_ERP feature..

Change-Id: Ie1895524471f587dd8dbb3a2061b2b7d842d760b
Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>
2013-02-27 18:17:50 -08:00
Lukas Hänel
7efb63230d mobicore: rename variable to lower case.
Rename variable mmapResp to mmap_resp in order to meet
the coding guidelines.

Change-Id: Icc4b712b62e9bf16a65c5af4e96dc9ef2cac9b18
Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:41 -08:00
Lukas Hänel
4447bf3cdc mobicore: rename folder.
Rename folder to meet coding guidelines.

Change-Id: I9c953ab24485dad7f15787d869d1a574f2f71107
Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:41 -08:00
Lukas Hänel
03d5cc8b7b mobicore: add makefiles
Added makefile to build mobicore driver

Change-Id: Ibf2194d26a34bf2d15cea903a9ef4e0c6a084609
Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:40 -08:00
Lukas Hänel
f2cec66885 mobicore: initial import of kernel driver
MobiCore kernel driver is an interface to the mobicore TEE
This version uses under_score coding style only.

MobiCore is an operating system being shipped with TZBSP
on msm chipsets. MobiCore consists of several components in
the secure world(TrustZone) and non-secure world(linux
kernel, Android user space). The MobiCore driver
communicates with the MobiCore kernel that exists in
TrustZone.

Change-Id: Idbe106e9e2de21d91d3305666abebeca161827a6
Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:39 -08:00
Lukas Hänel
dbedca5a63 mobicore: create readme for mobicore driver.
Create readme file for mobicore driver.
MobiCore is an operating system being shipped with TZBSP
on msm chipsets. MobiCore consists of several components in
the secure world(TrustZone) and non-secure world(linux
kernel, Android user space). The MobiCore driver
communicates with the MobiCore kernel that exists in
TrustZone.

Signed-off-by: Lukas Hänel <lukas.haenel@gi-de.com>
(cherry picked from commit 70c408cacd0722652f1eb85492314ada68801333)
Change-Id: I008b973706091c10db9c785f1b1758022eb3e8b9
Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2013-02-25 11:29:38 -08:00