From 05eed3af94b154c16ed68188089d33500e6c0bfc Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 21 Aug 2024 07:56:17 +0200 Subject: [PATCH] Disable MEIE bit in MIE register --- JOURNAL.md | 2 ++ lagarto-ox.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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