~dpigott/lava-lab/add-arndale-support

« back to all changes in this revision

Viewing changes to lava/device-types/fastmodel_A15x4-A7x4.conf

  • Committer: Andy Doan
  • Date: 2013-01-23 16:51:01 UTC
  • Revision ID: andy.doan@linaro.org-20130123165101-hcweb0wqb1wxj72w
fastmodel device-types have now been deployed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# TODO - this is a copy of the soon to be deployed dispatcher version
2
 
# once its deployed we can delete this
3
 
 
4
 
client_type=fastmodel
5
 
 
6
 
# how long the disablesuspend script should take to complete
7
 
# fm takes longer than other android images do
8
 
disablesuspend_timeout = 500
9
 
 
10
 
# how long ubuntu takes to boot to prompt
11
 
boot_linaro_timeout = 500
12
 
 
13
 
# if you do dhcp on boot, adb will not work (asac) on fastmodels
14
 
enable_network_after_boot_android = 0
15
 
 
16
 
# we do usermode networking over the loopback
17
 
default_network_interface = lo
18
 
 
19
 
simulator_axf_files =
20
 
        img.axf
21
 
        linux-system-ISW.axf
22
 
 
23
 
license_file = 8224@localhost
24
 
sim_bin = /opt/arm/RTSM_A15-A7x14_VE/Linux64_RTSM_VE_Cortex-A15x4-A7x4/RTSM_VE_Cortex-A15x4-A7x4
25
 
 
26
 
simulator_version_command = %(sim_bin)s --version | grep "Fast Models" | sed 's/Fast Models \[//' | sed 's/\]//'
27
 
 
28
 
simulator_command = sudo -u www-data ARMLMD_LICENSE_FILE="%(license_file)s" %(sim_bin)s -a coretile.cluster0.*={AXF} -C motherboard.mmc.p_mmc_file={IMG} -C motherboard.hostbridge.userNetPorts='5555=5555'
29
 
 
30
 
boot_options =
31
 
        motherboard.smsc_91c111.enabled
32
 
        motherboard.hostbridge.userNetworking
33
 
        coretile.cache_state_modelled
34
 
        coretile.cluster0.cpu0.semihosting-enable
35
 
        coretile.cluster0.cpu0.semihosting-cmd_line
36
 
 
37
 
[motherboard.smsc_91c111.enabled]
38
 
default = 1
39
 
allowed = 0,1
40
 
 
41
 
[motherboard.hostbridge.userNetworking]
42
 
default = 1
43
 
allowed = 0,1
44
 
 
45
 
[coretile.cache_state_modelled]
46
 
default = 0
47
 
allowed = 0,1
48
 
 
49
 
[coretile.cluster0.cpu0.semihosting-enable]
50
 
default = 1
51
 
allowed = 0,1
52
 
 
53
 
[coretile.cluster0.cpu0.semihosting-cmd_line]