Browse Source
Assert condition: 1 Register secure timer(ppi=29) for sdei nmi watchdog; 2 kernel panic and then kdump; While kdump, kernel mask all cores sdei, secure timer trigger and go to handle_masked_trigger() and assert here: assert(se->affinity == my_mpidr); As kernel register with flag=0, mpidr=0 and TF-A set flag to SDEI_REGF_RM_PE but leave mpidr=0. So set mpidr to fix his assert issue. Signed-off-by: Ming Huang <huangming@linux.alibaba.com> Change-Id: Ia9182f40bde94fb004b46e2a72b186eb0ef05166pull/1982/head
Ming Huang
3 years ago
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue