From dbedca5a63a4d39176dbd0a67b8a0d36a42ca03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20H=C3=A4nel?= Date: Fri, 1 Jun 2012 19:11:48 +0200 Subject: [PATCH] mobicore: create readme for mobicore driver. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 70c408cacd0722652f1eb85492314ada68801333) Change-Id: I008b973706091c10db9c785f1b1758022eb3e8b9 Signed-off-by: Ramesh Masavarapu Signed-off-by: Stephen Boyd --- drivers/gud/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/gud/README diff --git a/drivers/gud/README b/drivers/gud/README new file mode 100644 index 00000000000..c6d62a1e651 --- /dev/null +++ b/drivers/gud/README @@ -0,0 +1,6 @@ +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.