commit | a7f9ebe9d50ce6f2fc2b7de19ee5fe6c8c7b85fe | [log] [tgz] |
---|---|---|
author | Huaqi Fang <578567190@qq.com> | Mon Apr 07 16:04:13 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Apr 16 08:10:47 2025 +0200 |
tree | 8e12ae3bf9cb52b39b2ed793553a2b1c8efe44f5 | |
parent | 5cf65452c339e1948293e564ede01e7ed53818f9 [diff] |
driver: interrupt_controller: intc_clic: support 32 and 64 bit riscv cpu This patch is used to provide clic(eclic) in 64 bit riscv cpu support, since in 64 bit riscv cpu, the clic irq table entry is also 64 bit, so we need to use ld/sd to do irq entry load and store Signed-off-by: Huaqi Fang <578567190@qq.com>