commit | c6d054ebe21bb4031ada86bcbbb81a5aa679f6e2 | [log] [tgz] |
---|---|---|
author | Manorit Chawdhry <m-chawdhry@ti.com> | Mon Dec 12 14:38:00 2022 +0530 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Mon Feb 06 16:53:08 2023 +0100 |
tree | 970909b466f72c51c08ad3a17b006daf941bde2b | |
parent | 2818b4781c43fa88a53fccb92169ab015c4609f4 [diff] |
core: pta: Add K3 specific PTA for writing into extended OTP Writing into the extended OTP has been a vendor specific thing and no generic drivers exists for it in the OP-TEE framework. Add a PTA to write into the custom extended OTP bits in K3 architecture. This header should be exported out of optee-os to be used by the host binary for interacting with the PTA. Includes OTP keywriting PTA header file in libutee Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers