mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
Rationalise the port forwarding to be the same as the runqemu defaults, so change the SSH port forward to be 2222=22 instead of 8022=22. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
32 lines
906 B
Plaintext
32 lines
906 B
Plaintext
# Configuration for TC1
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: TC1
|
|
#@DESCRIPTION: Machine configuration for TC1
|
|
|
|
require conf/machine/include/tc.inc
|
|
|
|
TEST_TARGET = "OEFVPTarget"
|
|
TEST_SUITES = "fvp_boot"
|
|
|
|
# FVP Config
|
|
FVP_PROVIDER ?= "fvp-tc1-native"
|
|
FVP_EXE ?= "FVP_TC1"
|
|
|
|
# FVP Parameters
|
|
FVP_CONFIG[css.scp.ROMloader.fname] ?= "scp_romfw.bin"
|
|
FVP_CONFIG[css.trustedBootROMloader.fname] ?= "bl1-tc.bin"
|
|
FVP_CONFIG[board.flashloader0.fname] ?= "fip_gpt-tc.bin"
|
|
|
|
#FVP_CONFIG[board.hostbridge.userNetworking] ?= "true"
|
|
#FVP_CONFIG[board.hostbridge.userNetPorts] ?= "2222=22"
|
|
#smsc ethernet takes a very long time to come up. disable now to prevent testimage timeout
|
|
#FVP_CONFIG[board.smsc_91c111.enabled] ?= "1"
|
|
|
|
FVP_CONSOLE = "terminal_s1"
|
|
FVP_TERMINALS[soc.terminal_s0] ?= "Secure Console"
|
|
FVP_TERMINALS[soc.terminal_s1] ?= "Console"
|
|
|
|
# Boot image
|
|
FVP_DATA ?= "board.dram=fitImage-core-image-minimal-tc1-tc1@0x20000000"
|