commit | 1c832d7c41cdb2f617bffa74c3d70f7c4a5667fc | [log] [tgz] |
---|---|---|
author | davidwang <davidwang@realtek.com> | Tue Dec 17 10:45:15 2019 +0800 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jan 10 18:15:30 2020 +0100 |
tree | 92e98d264d164cad022cf9598f0c9a9ca151eacf | |
parent | 8e08d8e1a901493a290be76adc452f7abd597854 [diff] |
core: support shared irq With some platforms would have multiplexed interrupts and software implement difference interrupt handler. Currently the interrupt mechanism only handle the first matched handler, and can not support shared irq. New change to keep find another matched handler if the previous handler return none. Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: davidwang <davidwang@realtek.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