summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1915027
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad/1915027')
-rw-r--r--results/scraper/launchpad/191502714
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/launchpad/1915027 b/results/scraper/launchpad/1915027
new file mode 100644
index 000000000..1dd2c5972
--- /dev/null
+++ b/results/scraper/launchpad/1915027
@@ -0,0 +1,14 @@
+RISC-V 64, CPUs do ilegal 0x00 write with SMP
+
+When QEMU is runt like this:
+
+qemu-system-riscv64 -d unimp,guest_errors -smp 8
+
+Other harts will do a illegal write on address 0x00.
+
+This could be mostly (i think) because the initial assembly code is only loaded on the first hart and the others do a mess because there is no code to execute.
+
+Even with -smp 1 you will see the same errors. The problem is because there is nothing to run after OpenSBI jumps to the next stage.
+
+If you load a kernel you will not see the error messages.
+