diff options
author | Hyung Taek Ryoo <hryoo@nvidia.com> | 2012-12-18 23:06:07 -0800 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-12-20 06:12:04 -0800 |
commit | baa27b3c509c562fbfea74d2204f00fc89853de9 (patch) | |
tree | 3ba713bc57cd30a42486f5a483e338294697aeed /security | |
parent | 72d35d921c781da7d1c1a14834af10a3cc7fab86 (diff) |
security: tf_driver: integrate latest TL release
Tegra4 version: TF_TEGRA4_AC02.03.39731
1. Support GCC for Secure services and drivers
2. Enables hazard detection timeout at TF boot time on all cores
Bug 1186790
Change-Id: I95adbb9d978ae36dc7b3550f8b3e169b95575091
Signed-off-by: Hyung Taek Ryoo <hryoo@nvidia.com>
Reviewed-on: http://git-master/r/172650
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'security')
-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 63b186591234..34c635735248 100644 --- a/security/tf_driver/s_version.h +++ b/security/tf_driver/s_version.h @@ -59,7 +59,7 @@ #elif defined(CONFIG_ARCH_TEGRA_11x_SOC) #define S_VERSION_OS "A" /* "A" for all Android */ #define S_VERSION_PLATFORM "C" -#define S_VERSION_MAIN "02.02" +#define S_VERSION_MAIN "02.03" #define S_VERSION_ENG 0 #define S_VERSION_PATCH 0 |