diff options
author | Hyung Taek Ryoo <hryoo@nvidia.com> | 2012-11-27 00:17:57 -0800 |
---|---|---|
committer | Mrutyunjay Sawant <msawant@nvidia.com> | 2012-11-28 01:30:22 -0800 |
commit | 056e9fb05e4e12c6f2ccf04a4e71d4c470dc687c (patch) | |
tree | bc830610c94b6f4e1a1c30010968d750bf52816d /security | |
parent | c537e4343406a86f3f48300614622484a870fc0c (diff) |
security: tf_driver: integrate latest TL release
Tegra4 version: TF_TEGRA4_AC02.01.39197.zip
Support PM features
1) Cluster power down(LP2)
2) Low Power SoC Suspend(LP0, LP1)
3) Dynamic CPU Core & Cluster Switching
Bug 969937
Bug 1178454
Change-Id: I27d994e19c65eb928177c816dfa97be01ad5c1e1
Signed-off-by: Hyung Taek Ryoo <hryoo@nvidia.com>
Reviewed-on: http://git-master/r/166483
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Karan Jhavar <kjhavar@nvidia.com>
Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/tf_driver/s_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tf_driver/s_version.h b/security/tf_driver/s_version.h index 88f3153ba670..232331672d3a 100644 --- a/security/tf_driver/s_version.h +++ b/security/tf_driver/s_version.h @@ -33,12 +33,12 @@ */ #define S_VERSION_OS "A" /* "A" for all Android */ -#define S_VERSION_PLATFORM "B" /* "B" for Tegra3 */ +#define S_VERSION_PLATFORM "C" /* "C" for Tegra4 */ /* * This version number must be updated for each new release */ -#define S_VERSION_MAIN "02.02" +#define S_VERSION_MAIN "02.01" /* * If this is a patch or engineering version use the following |