commit | d538d2936c2273c669de2892b6b290d9782c1554 | [log] [tgz] |
---|---|---|
author | Clement Faure <clement.faure@nxp.com> | Mon Jan 23 16:41:50 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 14 15:54:33 2023 +0100 |
tree | 858ee52b633feb9b1de9de7589b8c8f324c1e858 | |
parent | f5c3d85a579c9594ee7592af0c0783891c21d9e0 [diff] |
drivers: caam: add manufacturing protection feature The CAAM features a "manufacturing protection" functionality. It is a authentication process used to authenticate the chip to the OEM's server. The authentication process can ensure the chip: * is a genuine NXP part * is a correct part type * has been properly fused * is running a authenticated software * runs in secure/trusted mode. Signed-off-by: Cedric Neveux <cedric.neveux@nxp.com> Signed-off-by: Clement Faure <clement.faure@nxp.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> 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