summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrusted Logic <smc_support@trusted-logic.com>2012-01-27 14:23:08 -0600
committerHashcode <hashcode0f@gmail.com>2015-02-02 16:20:08 -0800
commit42312109c9a5f1c400c18700a2867edf1ef674ce (patch)
tree2bd8ada04ab5f7a4c4ca41f48d49aee79274188d
parent3a20abe8e640d91782f6a3eba46def793350172d (diff)
downloadhardware_ti_omap4-42312109c9a5f1c400c18700a2867edf1ef674ce.zip
hardware_ti_omap4-42312109c9a5f1c400c18700a2867edf1ef674ce.tar.gz
hardware_ti_omap4-42312109c9a5f1c400c18700a2867edf1ef674ce.tar.bz2
Security: smc_pa_ctrl: Update to 1.06e1
A user-land tool application used to install the signed SMC PA in the Secure Environment. This application is just needed for the startup of the SMC PA then it is no longer running. (cherry picked from commit b6f0610ea54d990c121761a11e543e716a63c7ec) Change-Id: I01c02f192b843bf8b8f1b12055c828d9b8e5ff12 Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
-rw-r--r--security/smc_pa_ctrl/s_version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/smc_pa_ctrl/s_version.h b/security/smc_pa_ctrl/s_version.h
index 139c11f..99fd3bd 100644
--- a/security/smc_pa_ctrl/s_version.h
+++ b/security/smc_pa_ctrl/s_version.h
@@ -59,15 +59,15 @@
/*
* This version number must be updated for each new release
*/
-#define S_VERSION_MAIN "01.04"
-#define S_VERSION_RESOURCE 1,4,0,S_VERSION_BUILD
+#define S_VERSION_MAIN "01.06"
+#define S_VERSION_RESOURCE 1,6,0,S_VERSION_BUILD
/*
* If this is a patch or engineering version use the following
* defines to set the version number. Else set these values to 0.
*/
-#define S_VERSION_PATCH 11
-#define S_VERSION_ENG 0
+#define S_VERSION_ENG 1
+#define S_VERSION_PATCH 0
#ifdef S_VERSION_BUILD
/* TRICK: detect if S_VERSION is defined but empty */
@@ -106,8 +106,8 @@
S_VERSION_OS \
S_VERSION_PLATFORM \
S_VERSION_MAIN \
- _S_VERSION_PATCH \
_S_VERSION_ENG \
+ _S_VERSION_PATCH \
"." __STRINGIFY2(S_VERSION_BUILD) " " \
S_VERSION_VARIANT