[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/2] target/microblaze: Improve bus fault handling
From: |
Edgar E. Iglesias |
Subject: |
[PATCH v1 0/2] target/microblaze: Improve bus fault handling |
Date: |
Fri, 28 Aug 2020 13:39:29 +0200 |
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
Richards recent MicroBlaze patches exposed a bug in
the MB ports bus fault handling. If the core is not
setup for exceptions, we clobber the CPU state when
preparing to raise one. This fixes the bug.
Best regards,
Edgar
Edgar E. Iglesias (2):
target/microblaze: Use CPU properties to conditionalize bus exceptions
target/microblaze: Improve transaction failure handling
target/microblaze/op_helper.c | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
--
2.25.1
- [PATCH v1 0/2] target/microblaze: Improve bus fault handling,
Edgar E. Iglesias <=