diff options
author | Karan Jhavar <kjhavar@nvidia.com> | 2012-07-20 19:42:55 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-07-27 17:17:24 -0700 |
commit | ccbf083174609d6ba4333f00993eefc2a888800b (patch) | |
tree | b92e3ae46532250eaabb63f60ec47eb9cdc207f9 /security/tf_driver | |
parent | afee560766283360ee64f7b8f9a92c561be2847a (diff) |
security: tf_driver: integrate latest TL release
Tegra 3 version: TF_TEGRA3_AB01.11.35578, TF_TEGRA3_AB01.11p1.35578
TF_TEGRA3_AB01.11p2.36386, TF_TEGRA3_AB01.11p3.36518
TF_TEGRA3_AB01.11p4.36577, TF_TEGRA3_AB01.11p5.36677
1)Add memory profiling tool to debug secure services's stack and heap
2)Add support to enable dynamic clock gating feature in PL310 register
3)TEE client API at kernel level
4)Stable FIQ debugging (SDK ver 1.09)
5)clrex stability change
6)GIC controller stability settings
7)Fix LP1
8)Fix floating pt support
Bug 1021831
Change-Id: I5c2a693a27dc591b62863aa0fe4ff65163e67aba
Signed-off-by: Karan Jhavar <kjhavar@nvidia.com>
Reviewed-on: http://git-master/r/117515
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Hyung Taek Ryoo <hryoo@nvidia.com>
Reviewed-by: Marvin Zhang <mzhang@nvidia.com>
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'security/tf_driver')
-rw-r--r-- | security/tf_driver/s_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tf_driver/s_version.h b/security/tf_driver/s_version.h index d812cdca75df..5ad7edb86637 100644 --- a/security/tf_driver/s_version.h +++ b/security/tf_driver/s_version.h @@ -38,7 +38,7 @@ /* * This version number must be updated for each new release */ -#define S_VERSION_MAIN "01.08" +#define S_VERSION_MAIN "01.11" /* * If this is a patch or engineering version use the following |