Don't print machine mode interrupts
Get are getting a lot of machine mode interrupts, which should be delegated to supervisor directly. Disable them for now as otherwise they will flood the log.
This commit is contained in:
parent
a7c6a6f1e6
commit
101aa1b352
@ -344,7 +344,7 @@
|
|||||||
"FW_PAYLOAD_FDT_ADDR=0xc0000000"
|
"FW_PAYLOAD_FDT_ADDR=0xc0000000"
|
||||||
];
|
];
|
||||||
patches = [
|
patches = [
|
||||||
./opensbi-timer-debug.patch # Print calls to machine trap
|
#./opensbi-timer-debug.patch # Print calls to machine trap
|
||||||
#./opensbi-enable-meip.patch
|
#./opensbi-enable-meip.patch
|
||||||
#./opensbi-enable-seip.patch
|
#./opensbi-enable-seip.patch
|
||||||
#./opensbi-test-plic.patch # Working delegation test, disabled for now
|
#./opensbi-test-plic.patch # Working delegation test, disabled for now
|
||||||
|
Loading…
Reference in New Issue
Block a user