We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when I update OPTEE-OS from 3.20.0 to 3.22.0 and run xtest 4005 in the D06 platform, the following error message is displayed: F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info) F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info) F/TC:??? 00 trace_syscall:163 syscall #31 (syscall_cryp_obj_copy) F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info) F/TC:??? 00 trace_syscall:163 syscall #28 (syscall_cryp_obj_close) F/TC:??? 00 trace_syscall:163 syscall #34 (syscall_authenc_init) F/TC:??? 00 trace_syscall:163 syscall #35 (syscall_authenc_update_aad) F/TC:??? 00 trace_syscall:163 syscall #35 (syscall_authenc_update_aad) F/TC:??? 00 trace_syscall:163 syscall #8 (syscall_check_access_rights) E/TC:116 00 Panic 'Secure interrupt handler not defined' at core/kernel/interrupt.c:142 <interrupt_main_handler>
Other xtest cases are successfully executed. What do I need to do to adapt to version 3.22.0?
The text was updated successfully, but these errors were encountered:
Hello @LeiSen62,
I believe you need to rename your implementation of itr_core_handler() to interrupt_main_handler(), due to this commit: 358bf47.
itr_core_handler()
interrupt_main_handler()
Sorry, something went wrong.
Thanks,I also need to set CFG_GIC=y。
No branches or pull requests
Hi, when I update OPTEE-OS from 3.20.0 to 3.22.0 and run xtest 4005 in the D06 platform, the following error message is displayed:
F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info)
F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info)
F/TC:??? 00 trace_syscall:163 syscall #31 (syscall_cryp_obj_copy)
F/TC:??? 00 trace_syscall:163 syscall #24 (syscall_cryp_obj_get_info)
F/TC:??? 00 trace_syscall:163 syscall #28 (syscall_cryp_obj_close)
F/TC:??? 00 trace_syscall:163 syscall #34 (syscall_authenc_init)
F/TC:??? 00 trace_syscall:163 syscall #35 (syscall_authenc_update_aad)
F/TC:??? 00 trace_syscall:163 syscall #35 (syscall_authenc_update_aad)
F/TC:??? 00 trace_syscall:163 syscall #8 (syscall_check_access_rights)
E/TC:116 00 Panic 'Secure interrupt handler not defined' at core/kernel/interrupt.c:142 <interrupt_main_handler>
Other xtest cases are successfully executed. What do I need to do to adapt to version 3.22.0?
The text was updated successfully, but these errors were encountered: