summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62axx.inc
blob: 128890570017c5597acdabeb13a31c577595f80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require conf/machine/include/k3.inc
SOC_FAMILY:append = ":am62axx"

MACHINE_FEATURES += "screen touchscreen"

TFA_K3_SYSTEM_SUSPEND = "1"

# Default tiboot3.bin on AM62A is for HS-FS
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin"

# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin"

# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin"

TFA_BOARD = "lite"
OPTEEMACHINE = "k3-am62x"