gem5: document that arm v4.18 kernel boot was fixed

Fixed by gem5 commit 33b311d8d8b8d527d500d62a35b50be63e41b556

Automatically pass parnic_on_panic for archs that support it.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-28 00:00:01 +00:00
parent ceb64ab8e1
commit 11fedc6045
3 changed files with 28 additions and 49 deletions

View File

@@ -1,11 +0,0 @@
diff --git a/configs/example/fs.py b/configs/example/fs.py
index 4031fd05e..0f502a34a 100644
--- a/configs/example/fs.py
+++ b/configs/example/fs.py
@@ -395,5 +395,6 @@ if buildEnv['TARGET_ISA'] == "arm" and options.generate_dtb:
sys = getattr(root, sysname)
sys.dtb_filename = create_dtb_for_system(sys, '%s.dtb' % sysname)
+test_sys.panic_on_panic = True
Simulation.setWorkCountOptions(test_sys, options)
Simulation.run(options, root, test_sys, FutureClass)