blob: a0f2967bb9b10746022bb2496a0d5997a7eb5fa9 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# Configuration for TC1
2
3#@TYPE: Machine
4#@NAME: TC1
5#@DESCRIPTION: Machine configuration for TC1
6
7require conf/machine/include/tc.inc
Patrick Williams8e7b46e2023-05-01 14:19:06 -05008
Andrew Geissler23e02792023-07-21 09:06:10 -05009TEST_TARGET = "OEFVPTarget"
10TEST_SUITES = "fvp_boot"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050011
12# FVP Config
13FVP_PROVIDER ?= "fvp-tc1-native"
14FVP_EXE ?= "FVP_TC1"
15
16# FVP Parameters
Patrick Williamse760df82023-05-26 11:10:49 -050017FVP_CONFIG[css.scp.ROMloader.fname] ?= "scp_romfw.bin"
18FVP_CONFIG[css.trustedBootROMloader.fname] ?= "bl1-tc.bin"
19FVP_CONFIG[board.flashloader0.fname] ?= "fip_gpt-tc.bin"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050020
21#FVP_CONFIG[board.hostbridge.userNetworking] ?= "true"
Andrew Geissler220dafd2023-10-04 10:18:08 -050022#FVP_CONFIG[board.hostbridge.userNetPorts] ?= "2222=22"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050023#smsc ethernet takes a very long time to come up. disable now to prevent testimage timeout
24#FVP_CONFIG[board.smsc_91c111.enabled] ?= "1"
25
26FVP_CONSOLE = "terminal_s1"
27FVP_TERMINALS[soc.terminal_s0] ?= "Secure Console"
28FVP_TERMINALS[soc.terminal_s1] ?= "Console"
29
30# Boot image
Patrick Williamse760df82023-05-26 11:10:49 -050031FVP_DATA ?= "board.dram=fitImage-core-image-minimal-tc1-tc1@0x20000000"