commit | 38376d366fe20fc0dedb69e61489870bcb37368c | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Jun 25 14:17:12 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Jun 26 10:06:35 2025 +0200 |
tree | f82749988daae838a08cd6c2564b44a99554f0ce | |
parent | 41a624da6f7cf1b526c69e76b07296892c4731dd [diff] |
drivers: hfic: handle well-known interrupt IDs The paravirtualized interrupt interface has a few interrupt IDs reserved for special purposes, for instance, the timer interrupt ID. Trying to manipulate will often result in a returned error. However, these interrupt are all edge-triggered so they can be ignored without being reasserted immediately. So in the assert() that checks that the operation was successful, allow operations on the well-known IDs to fail. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@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