Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # Configuration for TC1 |
| 2 | |
| 3 | #@TYPE: Machine |
| 4 | #@NAME: TC1 |
| 5 | #@DESCRIPTION: Machine configuration for TC1 |
| 6 | |
| 7 | require conf/machine/include/tc.inc |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame^] | 8 | |
| 9 | TEST_TARGET = "OEFVPSerialTarget" |
| 10 | TEST_SUITES = "linuxboot" |
| 11 | |
| 12 | # FVP Config |
| 13 | FVP_PROVIDER ?= "fvp-tc1-native" |
| 14 | FVP_EXE ?= "FVP_TC1" |
| 15 | |
| 16 | # FVP Parameters |
| 17 | FVP_CONFIG[css.scp.ROMloader.fname] ?= "${DEPLOY_DIR_IMAGE}/scp_romfw.bin" |
| 18 | FVP_CONFIG[css.trustedBootROMloader.fname] ?= "${DEPLOY_DIR_IMAGE}/bl1-tc.bin" |
| 19 | FVP_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 | |
| 26 | FVP_CONSOLE = "terminal_s1" |
| 27 | FVP_TERMINALS[soc.terminal_s0] ?= "Secure Console" |
| 28 | FVP_TERMINALS[soc.terminal_s1] ?= "Console" |
| 29 | |
| 30 | # Boot image |
| 31 | FVP_DATA ?= "board.dram=${DEPLOY_DIR_IMAGE}/fitImage-core-image-minimal-tc1-tc1@0x20000000" |