diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 512: enable networking for fastmodel_v8 model

Message ID 20121220165915.19269.52763.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Dec. 20, 2012, 4:59 p.m. UTC
------------------------------------------------------------
revno: 512
committer: Andy Doan <andy.doan@linaro.org>
branch nick: trunk
timestamp: Thu 2012-12-20 10:56:33 -0600
message:
  enable networking for fastmodel_v8 model
modified:
  lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel_v8.conf


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel_v8.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel_v8.conf	2012-12-13 22:47:00 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel_v8.conf	2012-12-20 16:56:33 +0000
@@ -20,6 +20,9 @@ 
 simulator_command = sudo -u www-data ARMLMD_LICENSE_FILE="8224@localhost" /opt/arm/RTSM_AEMv8/ModelDebugger_7.1/bin/model_shell64 -a {AXF} /opt/arm/RTSM_AEMv8/lib/Linux64/RTSM_VE_AEMv8A.so -C motherboard.mmc.p_mmc_file={IMG}
 
 boot_options =
+	motherboard.hostbridge.userNetPorts
+	motherboard.hostbridge.userNetworking
+	motherboard.smsc_91c111.enabled
 	cluster.NUM_CORES
 	cluster.cpu0.unpredictable_WPMASKANDBAS
 	cluster.cpu0.unpredictable_non-contigous_BAS
@@ -31,6 +34,17 @@ 
 	cluster.cpu3.unpredictable_non-contigous_BAS
 	cluster.take_ccfail_undef
 
+[motherboard.hostbridge.userNetPorts]
+default="5555=5555"
+
+[motherboard.hostbridge.userNetworking]
+defaulti = 1
+allowed = 0,1
+
+[motherboard.smsc_91c111.enabled]
+defaulti = 1
+allowed = 0,1
+
 [cluster.NUM_CORES]
 default = 1
 allowed = 0,1