Kernel crash when LP Security Violation Interrupt enabled

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Kernel crash when LP Security Violation Interrupt enabled

ソリューションへジャンプ
1,639件の閲覧回数
ethanyang
Contributor II

Hi,

 

We faced a issue with secvio.c in the caam module.

The “snvs_secvio_install_handler” function used to register call back for interrupt.

Then the LP security violation interrupt was enabled as below.
val = 0x80000000;
writel(val, snvs_base + SNVS_HPSICR);
This causes to crash the driver as soon as a tamper is triggered.

 

Full crash log file is attached.

 

 

Regards,

Ethan

Original Attachment has been moved to: crashlog.txt.zip

ラベル(2)
タグ(3)
0 件の賞賛
返信
1 解決策
1,461件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Ethan

please try attached patch.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,462件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Ethan

please try attached patch.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信