<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/security/tlk_driver/ote_protocol.h, branch rtss22-ae</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>include: uapi: move ote_protocol header file</title>
<updated>2019-05-06T15:28:22+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-03-04T11:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=fc1fb4190482d328db06ff85a55ec4c9ad0892ed'/>
<id>fc1fb4190482d328db06ff85a55ec4c9ad0892ed</id>
<content type='text'>
Move ote_protocol.h file from security/tlk_driver/ to
include/uapi/misc/.

Bug 2062672

Change-Id: I6d88e167382d2902bfb54b2ae8a65d7b808b7351
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2031862
(cherry picked from commit 37bbad13036fa4cfeeb3347919db3f825fe8dbc2)
Reviewed-on: https://git-master.nvidia.com/r/2109947
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move ote_protocol.h file from security/tlk_driver/ to
include/uapi/misc/.

Bug 2062672

Change-Id: I6d88e167382d2902bfb54b2ae8a65d7b808b7351
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2031862
(cherry picked from commit 37bbad13036fa4cfeeb3347919db3f825fe8dbc2)
Reviewed-on: https://git-master.nvidia.com/r/2109947
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tlk_driver: check TLK node before tlk_restore_keyslots</title>
<updated>2018-02-24T05:02:38+00:00</updated>
<author>
<name>Mihir Joshi</name>
<email>mihirj@nvidia.com</email>
</author>
<published>2017-12-18T19:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=edd17ef5419150586ea36375b9dc8ebb47b54eb2'/>
<id>edd17ef5419150586ea36375b9dc8ebb47b54eb2</id>
<content type='text'>
Currently, we call tlk_restore_keyslots even if TLK node is not enabled in
DTB.
This patch adds a check to not call the TLK SMC if detected TOS is not TLK

Bug 200366892
Tests GVS

Change-Id: I52b35f9398c8c9a6d0350640313794beeb20e23d
Signed-off-by: Mihir Joshi &lt;mihirj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1620558
(cherry picked from commit 18f69d64ea4011f1db4f8f692d2129447da33c21)
Reviewed-on: https://git-master.nvidia.com/r/1654616
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, we call tlk_restore_keyslots even if TLK node is not enabled in
DTB.
This patch adds a check to not call the TLK SMC if detected TOS is not TLK

Bug 200366892
Tests GVS

Change-Id: I52b35f9398c8c9a6d0350640313794beeb20e23d
Signed-off-by: Mihir Joshi &lt;mihirj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1620558
(cherry picked from commit 18f69d64ea4011f1db4f8f692d2129447da33c21)
Reviewed-on: https://git-master.nvidia.com/r/1654616
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>security: tlk: rename send_smc to tlk_send_smc</title>
<updated>2018-01-27T04:56:06+00:00</updated>
<author>
<name>Daniel Fu</name>
<email>danifu@nvidia.com</email>
</author>
<published>2017-10-26T07:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c1f4b06e9ae4a2e32643d004962c2ab49a572589'/>
<id>c1f4b06e9ae4a2e32643d004962c2ab49a572589</id>
<content type='text'>
Rename the send_smc() to handle the multiple definition
build failure.

drivers/built-in.o: In function `send_smc':
kernel-4.4/drivers/platform/tegra/pm_debugfs.c:57:
	multiple definition of `send_smc'
security/built-in.o:
nvidia/security/tlk_driver/ote_comms.c:118:
	first defined here

Bug 2008213

Change-Id: Ib661a6a10a4160c573454b84d146aa216ca611ba
Signed-off-by: Daniel Fu &lt;danifu@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1606709
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: David Dastous St Hilaire &lt;ddastoussthi@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the send_smc() to handle the multiple definition
build failure.

drivers/built-in.o: In function `send_smc':
kernel-4.4/drivers/platform/tegra/pm_debugfs.c:57:
	multiple definition of `send_smc'
security/built-in.o:
nvidia/security/tlk_driver/ote_comms.c:118:
	first defined here

Bug 2008213

Change-Id: Ib661a6a10a4160c573454b84d146aa216ca611ba
Signed-off-by: Daniel Fu &lt;danifu@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1606709
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: David Dastous St Hilaire &lt;ddastoussthi@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra-se: fix uninitialized variable error</title>
<updated>2017-09-26T18:09:26+00:00</updated>
<author>
<name>Shravani Dingari</name>
<email>shravanid@nvidia.com</email>
</author>
<published>2017-09-13T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=40c31a756dcb005450be53650cc803fa16ffd189'/>
<id>40c31a756dcb005450be53650cc803fa16ffd189</id>
<content type='text'>
initialize pointer variable that fixes uninitialized
variable error

Change-Id: I89a248242aa5540e302ac353181ab41614ce3533
Signed-off-by: Shravani Dingari &lt;shravanid@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1559050
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mallikarjun Kasoju &lt;mkasoju@nvidia.com&gt;
Reviewed-by: Venu Byravarasu &lt;vbyravarasu@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initialize pointer variable that fixes uninitialized
variable error

Change-Id: I89a248242aa5540e302ac353181ab41614ce3533
Signed-off-by: Shravani Dingari &lt;shravanid@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1559050
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mallikarjun Kasoju &lt;mkasoju@nvidia.com&gt;
Reviewed-by: Venu Byravarasu &lt;vbyravarasu@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
