diff --git a/JOURNAL.md b/JOURNAL.md index 2a8f981..c73db79 100644 --- a/JOURNAL.md +++ b/JOURNAL.md @@ -3587,3 +3587,5 @@ interrupt over to supervisor. sbi_trap_error: hart0: trap0: t6=0x00000000aeed2aa0 Let's dump the machine registers too. + +Let's also disable the MEIE bit in MIE register. diff --git a/lagarto-ox.nix b/lagarto-ox.nix index e9c6986..af77342 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -332,7 +332,7 @@ ]; patches = [ ./opensbi-timer-debug.patch - ./opensbi-enable-meip.patch + #./opensbi-enable-meip.patch ./opensbi-dump-mregs.patch #./opensbi-dont-delegate.patch #./ox-alveo-platform-plic.patch