commit | a3f30f7272ae2f1d2a2f7c31196cd5851caf9bb6 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Jun 03 17:35:10 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Jun 04 11:30:42 2025 +0200 |
tree | e43f27d1f56ecccae03e741e5800726230c7d580 | |
parent | 1af1366e91ddde1b021fab3630d7dc334384f26f [diff] |
qemu_v8: OP-TEE SP fix uart interrupt config The UART interrupt was configured as level-triggered prior to this patch, but it should be edge-triggered. So fix the level configuration. Suggested-by: Olivier Deprez <olivier.deprez@arm.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers