summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-03-20 11:24:05 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-21 13:03:29 -0500
commit129b52b0fdd374c62a40899843a6433d44705775 (patch)
tree9d6fa15d2e48a4c760a84c3ff79abf49e59104e5 /meta-ti-bsp/conf/machine/include
parent0288443726ba9969e2732d8e47e68cf30e99d75e (diff)
downloadmeta-ti-129b52b0fdd374c62a40899843a6433d44705775.tar.gz
machine: Add am62axx evm configuration
Lets add the basic AM62Axx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Add tifs-lpm-stub. - Add cnm-wave-fw. Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.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/am62axx.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
new file mode 100644
index 00000000..cc477366
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
@@ -0,0 +1,15 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":am62axx"
3
4MACHINE_FEATURES += "screen touchscreen"
5
6SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8
9TFA_K3_SYSTEM_SUSPEND = "1"
10
11do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
12do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
13
14TFA_BOARD = "lite"
15OPTEEMACHINE = "k3-am62x"