]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
security: tlk: enable CONFIG_TRUSTED_LITTLE_KERNEL
authorMihir Joshi <mihirj@nvidia.com>
Thu, 3 Aug 2017 20:46:28 +0000 (13:46 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 4 Aug 2017 05:30:17 +0000 (22:30 -0700)
commitc8a04599c6bb577e00795e0ae23166bf31ac60b6
tree5d217032e826bf1ce2491cf7922e0000ec2e8061
parent00945f4129be1c179b1f06a50d2769865368eead
security: tlk: enable CONFIG_TRUSTED_LITTLE_KERNEL

This patch enables CONFIG_TRUSTED_LITTLE_KERNEL option in
tegra21_android_defconfig because it is needed for Android customers
only.

Also, this patch removes unnecessary functions from ote_comms.c as they
are generating linker errors as same function definition is present in
Trusty driver too.

te_restore_keyslots which is a TOS specific function is renamed for both
OSes as {tlk|trusty}_restore_keyslots and caller is updated in a separate
patch.

Bug 1961076
JIRA APTS-1126
Tests Verified locally with testing_client

Change-Id: I5b3b9906c2beb3356dc9b239d02c8c2573866287
Reviewed-on: https://git-master.nvidia.com/r/1531585
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mahesh Lagadapati <mlagadapati@nvidia.com>
Tested-by: Mihir Joshi <mihirj@nvidia.com>
Reviewed-by: Hayden Du <haydend@nvidia.com>
arch/arm64/configs/tegra21_android_defconfig
drivers/trusty/trusty-otf-iface.c
include/linux/ote_protocol.h
security/tlk_driver/ote_comms.c