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 | |
Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 9 | TEST_TARGET = "OEFVPTarget" |
| 10 | TEST_SUITES = "fvp_boot" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 11 | |
| 12 | # FVP Config |
| 13 | FVP_PROVIDER ?= "fvp-tc1-native" |
| 14 | FVP_EXE ?= "FVP_TC1" |
| 15 | |
| 16 | # FVP Parameters |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 17 | FVP_CONFIG[css.scp.ROMloader.fname] ?= "scp_romfw.bin" |
| 18 | FVP_CONFIG[css.trustedBootROMloader.fname] ?= "bl1-tc.bin" |
| 19 | FVP_CONFIG[board.flashloader0.fname] ?= "fip_gpt-tc.bin" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 20 | |
| 21 | #FVP_CONFIG[board.hostbridge.userNetworking] ?= "true" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 22 | #FVP_CONFIG[board.hostbridge.userNetPorts] ?= "2222=22" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 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 |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 31 | FVP_DATA ?= "board.dram=fitImage-core-image-minimal-tc1-tc1@0x20000000" |