commit | ca530bf3ae2d1c5a400e9e7a4eaa2d03971b3300 | [log] [tgz] |
---|---|---|
author | Gatien Chevallier <gatien.chevallier@foss.st.com> | Wed May 28 13:51:06 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Tue Jun 17 11:36:46 2025 +0200 |
tree | fca39a57420f7493611eb6d06bdfddd13cbb9162 | |
parent | d7272dd55f0bc444c7bdb60884c62aa5105b785e [diff] |
drivers: stm32_tamp: add tamper events detection support The anti-tamper detection circuit is used to protect sensitive data from external attacks. The backup registers, as well as other secrets in the device, are protected by this anti-tamper detection circuit with some tamper pins and internal tampers. The external tamper pins can be configured for edge detection, or level detection with or without filtering, or active tamper which increases the security level by auto checking that the tamper pins are not externally opened or shorted. Add support for the device-tree configuration of internal and external tamper events as well as the list hardware mapped pins with their associated tamper ID for external tampers. While there, fix the license for this driver. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
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