Alistair Delva has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51389 )

Change subject: WIP: ARM: Hack in some Android flags to starter_fs.py
......................................................................

WIP: ARM: Hack in some Android flags to starter_fs.py

Change-Id: Ia4d41d1949c7698969edd34973ef81d13ef5c523
---
M configs/example/arm/starter_fs.py
1 file changed, 15 insertions(+), 0 deletions(-)



diff --git a/configs/example/arm/starter_fs.py b/configs/example/arm/starter_fs.py
index 9e6d6b9..e08f5ec 100644
--- a/configs/example/arm/starter_fs.py
+++ b/configs/example/arm/starter_fs.py
@@ -165,6 +165,12 @@
         "norandmaps",
         # Tell Linux about the amount of physical memory present.
         "mem=%s" % args.mem_size,
+        # Reboot immediately on panic
+        "panic=-1",
+        # Earlycon debug support
+        "earlycon=pl011,mmio32,0x1c090000",
+        # Print verbose audit/avc messages
+        "audit=1",
     ]
     system.workload.command_line = " ".join(kernel_cmd)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51389
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ia4d41d1949c7698969edd34973ef81d13ef5c523
Gerrit-Change-Number: 51389
Gerrit-PatchSet: 1
Gerrit-Owner: Alistair Delva <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to