commit | f73466e9a2fe35fc31a7a58a2e24308a9db341d7 | [log] [tgz] |
---|---|---|
author | Fengquan Chen <fengquan.chen@mediatek.corp-partner.google.com> | Wed May 17 17:55:29 2023 +0800 |
committer | Jason Chen <Jason-ch.Chen@mediatek.com> | Tue Jun 06 18:07:18 2023 +0800 |
tree | b8541cb5ff95fdcf7bc5358e45d1aa678c009636 | |
parent | e9736a01a10d1cc6d508ed7079ed93fcc9dd6650 [diff] |
fix(mediatek): support saving/restoring GICR registers The GICR_IPRIORITYR[x] registers are not saved or restored in the original design. When the kernel tries to use them, such as the pseudo-NMI, it leads crashes and freezes. This patch adds support for saving/restoring GICR registers. Change-Id: I9718a75a1410ca14826710dfdf5f3226299fa6e2 Signed-off-by: Jason Chen <Jason-ch.Chen@mediatek.com>