commit | d3c378483037a26f0a490444e27ba6fe6f75af7e | [log] [tgz] |
---|---|---|
author | Akshay Belsare <akshay.belsare@amd.com> | Fri Feb 07 16:48:34 2025 +0000 |
committer | Jerome Forissier <jerome@forissier.org> | Mon Jun 09 13:15:02 2025 +0200 |
tree | 01042d738c82c5fcb52a2dc1c0d98ecf169a22fa | |
parent | 6dfa501fae923f444358fa337febf16932fc63a1 [diff] |
drivers: amd: Add PS GPIO Support Add PS GPIO Driver support for AMD Platforms. The PS GPIO Controller is managed through the PS subsystem and can operate in either the Secure World or the Non-Secure World. The driver utilizes the Device Tree Blob (DTB) to determine whether the PS GPIO Controller should be supported in the Secure World. Signed-off-by: Akshay Belsare <akshay.belsare@amd.com> Acked-by: Michal Simek <michal.simek@amd.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
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