Chris January has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/31074 )

Change subject: configs: Add earlycon to default kernel_cmd.
......................................................................

configs: Add earlycon to default kernel_cmd.

The earlyprintk kernel command line argument does not take a value on Arm.
Rather pass early console name using the earlycon command line argument.

Change-Id: Ie14fc425e87c50a0b59fa4270a3743ed4fe97589
---
M configs/example/arm/fs_bigLITTLE.py
1 file changed, 3 insertions(+), 2 deletions(-)



diff --git a/configs/example/arm/fs_bigLITTLE.py b/configs/example/arm/fs_bigLITTLE.py
index 228d11c..29f5c6b 100644
--- a/configs/example/arm/fs_bigLITTLE.py
+++ b/configs/example/arm/fs_bigLITTLE.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2016-2017, 2019 ARM Limited
+# Copyright (c) 2016-2017, 2019-2020 ARM Limited
 # All rights reserved.
 #
 # The license below extends only to copyright in the software and shall
@@ -219,7 +219,8 @@
     m5.ticks.fixGlobalFrequency()

     kernel_cmd = [
-        "earlyprintk=pl011,0x1c090000",
+        "earlyprintk",
+        "earlycon=pl011,0x1c090000",
         "console=ttyAMA0",
         "lpj=19988480",
         "norandmaps",

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31074
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: Ie14fc425e87c50a0b59fa4270a3743ed4fe97589
Gerrit-Change-Number: 31074
Gerrit-PatchSet: 1
Gerrit-Owner: Chris January <chris.janu...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to