Disable MEIE bit in MIE register

This commit is contained in:
Rodrigo Arias Mallo 2024-08-21 07:56:17 +02:00
parent 1419473a08
commit 05eed3af94
2 changed files with 3 additions and 1 deletions

View File

@ -3587,3 +3587,5 @@ interrupt over to supervisor.
sbi_trap_error: hart0: trap0: t6=0x00000000aeed2aa0 sbi_trap_error: hart0: trap0: t6=0x00000000aeed2aa0
Let's dump the machine registers too. Let's dump the machine registers too.
Let's also disable the MEIE bit in MIE register.

View File

@ -332,7 +332,7 @@
]; ];
patches = [ patches = [
./opensbi-timer-debug.patch ./opensbi-timer-debug.patch
./opensbi-enable-meip.patch #./opensbi-enable-meip.patch
./opensbi-dump-mregs.patch ./opensbi-dump-mregs.patch
#./opensbi-dont-delegate.patch #./opensbi-dont-delegate.patch
#./ox-alveo-platform-plic.patch #./ox-alveo-platform-plic.patch