commit | 6f20400a44e90ccfff25f7aedaa1954cc56cb9f1 | [log] [tgz] |
---|---|---|
author | Pranjal Shrivastava <praan@google.com> | Wed Aug 28 12:29:48 2024 +0000 |
committer | Pranjal Shrivastava <praan@google.com> | Wed Aug 28 12:50:49 2024 +0000 |
tree | 5e204d1a1a8c283494bdb77333d608018f630581 | |
parent | f44fdf4fc4867afa946b0c2bb644b744a50981f5 [diff] |
Fix: drivers/gic: Relax GICD_ITARGETSR assertion for unicore As per the GICv2 arch specification, section 4.3.12 in a uniprocessor implementation all interrupts target one processor and the GICD_ITARGETSRs are RAZ/WI. The assert on the gicd_itargets_val in the gic_v2 driver causes the tftf to halt on uniprocessor systems. Thus, skip the assert on uniprocessor systems. Change-Id: I471836b413a7835487de3a5dd9cf0e3b6d28b523 Signed-off-by: Pranjal Shrivastava <praan@google.com>