summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-06-03 18:26:05 +0530
committerRyan Eatmon <reatmon@ti.com>2024-06-06 09:17:36 -0500
commit835fe057a78288b8dd11d45e372638c514b1a382 (patch)
tree20049ff152979945236f1d22f5b7127d595ef111 /meta-ti-bsp/conf/machine/include
parentcb025b80e7fc823c9236ef97d4256d6c4819ed32 (diff)
downloadmeta-ti-835fe057a78288b8dd11d45e372638c514b1a382.tar.gz
conf: machine: add AM68-SK machine configuration
As of commit [1] there will be a separate defconfig to build u-boot for j721s2-evm and am68-sk. Hence, introduce new yocto machine configs for am68-sk. This is done through a new am68.inc file as the am68-sk platform does not support GP. So j721s2-evm.inc is copied to am68.inc and updated accordingly. [1]: https://source.denx.de/u-boot/u-boot/-/commit/a96be9b8c05ea835d27f7c9bae03279b8bd5dcf2 Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/am68.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am68.inc b/meta-ti-bsp/conf/machine/include/am68.inc
new file mode 100644
index 00000000..cb3d1026
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am68.inc
@@ -0,0 +1,19 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":j721s2"
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 AM68 is for SR1.0 HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-fs-evm.bin"
11
12# Since default tiboot3.bin on AM68 is for HS-FS, add a version for SR1.0 HS-SE
13IMAGE_BOOT_FILES += "tiboot3-j721s2-hs-evm.bin"
14
15TFA_BOARD = "generic"
16
17OPTEEMACHINE = "k3-j784s4"
18
19MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw cnm-wave-fw"