blob: f99bfd2bd67f07dff7efad22cc70facd44a67fe9 [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
9TEST_TARGET = "OEFVPSerialTarget"
10TEST_SUITES = "linuxboot"
11
12# FVP Config
13FVP_PROVIDER ?= "fvp-tc1-native"
14FVP_EXE ?= "FVP_TC1"
15
16# FVP Parameters
17FVP_CONFIG[css.scp.ROMloader.fname] ?= "${DEPLOY_DIR_IMAGE}/scp_romfw.bin"
18FVP_CONFIG[css.trustedBootROMloader.fname] ?= "${DEPLOY_DIR_IMAGE}/bl1-tc.bin"
19FVP_CONFIG[board.flashloader0.fname] ?= "${DEPLOY_DIR_IMAGE}/fip_gpt-tc.bin"
20
21#FVP_CONFIG[board.hostbridge.userNetworking] ?= "true"
22#FVP_CONFIG[board.hostbridge.userNetPorts] ?= "8022=22"
23#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
31FVP_DATA ?= "board.dram=${DEPLOY_DIR_IMAGE}/fitImage-core-image-minimal-tc1-tc1@0x20000000"