linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tee: optee: report OP-TEE revision information
@ 2017-11-24 14:47 Jerome Forissier
  2017-11-24 14:47 ` [PATCH 1/2] tee: optee: GET_OS_REVISION: document a2 as a build identifier Jerome Forissier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jerome Forissier @ 2017-11-24 14:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patchset updates the OP-TEE driver to report the version of the
secure OS upon initialization. To further facilitate troubleshooting,
an optional build ID is introduced in the response to the
OPTEE_SMC_CALL_GET_OS_REVISION request. Upstream OP-TEE uses this field
to report its Git SHA1 since commit 29cff5cf09aa ("core: GET_OS_REVISION:
return SHA1 of current Git commit").

Typical boot log (>> is introduced by this patchset):

    optee: probing for conduit method from DT.
 >> optee: revision 2.6 (947cfeec)
    optee: initialized driver

...or, if the build ID is not set by the TEE or set to zero:

    optee: probing for conduit method from DT.
 >> optee: revision 2.6
    optee: initialized driver

Jerome Forissier (2):
  tee: optee: GET_OS_REVISION: document a2 as a build identifier
  tee: optee: report OP-TEE revision information

 drivers/tee/optee/core.c      | 23 +++++++++++++++++++++++
 drivers/tee/optee/optee_smc.h | 10 +++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-12 12:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24 14:47 [PATCH 0/2] tee: optee: report OP-TEE revision information Jerome Forissier
2017-11-24 14:47 ` [PATCH 1/2] tee: optee: GET_OS_REVISION: document a2 as a build identifier Jerome Forissier
2017-11-24 14:47 ` [PATCH 2/2] tee: optee: report OP-TEE revision information Jerome Forissier
2018-01-12  8:25 ` [PATCH 0/2] " Jerome Forissier
2018-01-12 12:11 ` Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).