Marius Vikhammer
9a6de4cb3e
fix(panic): fixed cache error being reported as illegal instruction
...
On riscv chips accessing cache mapped memory regions over the ibus would
result in an illegal instructions exception triggering faster than the cache
error interrupt/exception.
Added a cache error check in the panic handler, if any cache errors are active
the panic handler will now report a cache error, even if the trigger exception
was a illegal instructions.
2023-12-04 10:49:00 +08:00
..
2022-08-01 15:52:21 +08:00
2023-11-21 10:04:24 +08:00
2023-11-13 10:47:15 +08:00
2023-10-31 16:13:27 +01:00
2023-07-13 09:26:47 +02:00
2023-10-16 10:23:09 +02:00
2021-12-06 12:37:07 +08:00
2023-11-02 15:33:00 +01:00
2023-07-10 17:01:51 +02:00
2023-09-12 11:20:12 +08:00
2023-07-14 04:05:53 +00:00
2023-11-15 12:15:08 +08:00
2023-10-16 10:23:09 +02:00
2023-12-04 10:49:00 +08:00
2023-10-09 15:38:30 +02:00
2023-10-16 17:40:12 +08:00
2023-10-10 09:59:38 +07:00
2022-05-27 15:44:56 +02:00
2023-06-29 10:47:24 +02:00
2023-11-15 09:06:06 +01:00
2023-08-28 16:03:15 +02:00
2022-05-19 11:10:59 +08:00
2023-08-08 08:37:29 +02:00
2023-08-08 08:37:29 +02:00
2023-09-27 08:43:45 +02:00
2023-08-24 15:20:29 +02:00
2022-11-10 10:37:59 +08:00
2021-10-26 10:55:00 +08:00
2023-02-03 11:20:15 +01:00
2023-03-27 19:40:33 +02:00
2023-10-24 15:34:41 +02:00
2023-10-24 15:34:41 +02:00
2023-10-16 10:23:09 +02:00
2022-08-09 16:46:58 +02:00
2023-10-09 15:38:30 +02:00
2023-08-08 08:37:29 +02:00
2022-02-03 19:02:14 +01:00
2023-10-16 10:23:09 +02:00
2022-05-02 19:05:47 +02:00
2023-10-17 12:28:02 +02:00
2023-11-10 06:37:33 +00:00