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:
Rodrigo Arias 2024-08-30 15:20:11 +02:00
parent a7c6a6f1e6
commit 101aa1b352

View File

@ -344,7 +344,7 @@
"FW_PAYLOAD_FDT_ADDR=0xc0000000"
];
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-seip.patch
#./opensbi-test-plic.patch # Working delegation test, disabled for now