summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-30 14:54:53 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-30 14:59:25 -0500
commitc293c5188195f7f16bfe93e27fd2c27f12c60ade (patch)
treee70712cf4d5d08dc049b8a40ae4c140b9cf9e236
parente074bdb319b3b1705b4e1ddc1b08b4a9a486daa9 (diff)
downloadmeta-ti-c293c5188195f7f16bfe93e27fd2c27f12c60ade.tar.gz
conf: machine: am69-sk: Create a new am69.inc file
Reusing the j784s4.inc file presents problems as the am69-sk platform does not support GP. So copy the j784s4.inc to am69.inc and update accordingly. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am69-sk.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/am69.inc19
2 files changed, 20 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am69-sk.conf b/meta-ti-bsp/conf/machine/am69-sk.conf
index 233a4618..6341a6fa 100644
--- a/meta-ti-bsp/conf/machine/am69-sk.conf
+++ b/meta-ti-bsp/conf/machine/am69-sk.conf
@@ -2,7 +2,7 @@
2#@NAME: AM69 SK 2#@NAME: AM69 SK
3#@DESCRIPTION: Machine configuration for the TI AM69 SK 3#@DESCRIPTION: Machine configuration for the TI AM69 SK
4 4
5require conf/machine/include/j784s4.inc 5require conf/machine/include/am69.inc
6 6
7TFA_K3_USART = "0x8" 7TFA_K3_USART = "0x8"
8OPTEE_K3_USART = "0x8" 8OPTEE_K3_USART = "0x8"
diff --git a/meta-ti-bsp/conf/machine/include/am69.inc b/meta-ti-bsp/conf/machine/include/am69.inc
new file mode 100644
index 00000000..81be1397
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am69.inc
@@ -0,0 +1,19 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":j784s4"
3
4MACHINE_FEATURES += "screen gpu"
5
6require conf/machine/include/mesa-pvr.inc
7PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
8
9# Default tiboot3.bin on AM69 is for SR1.0 HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-fs-evm.bin"
11
12# Since default tiboot3.bin on AM69 is for HS-FS, add a version for SR1.0 HS-SE
13IMAGE_BOOT_FILES += "tiboot3-j784s4-hs-evm.bin"
14
15TFA_BOARD = "j784s4"
16
17OPTEEMACHINE = "k3-j784s4"
18
19MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw ti-eth-fw"