summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2022-12-09 01:42:39 +0530
committerRyan Eatmon <reatmon@ti.com>2022-12-08 17:28:04 -0600
commitae3c30da261d208a6a8938945f1a5b7e479d95fe (patch)
tree28d10ec9f2c936f184a42d140837f0140415e57c /conf
parent47d33f1514d84d74ccea6c4caec2425b7fcd129e (diff)
downloadmeta-ti-ae3c30da261d208a6a8938945f1a5b7e479d95fe.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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am62axx-evm-k3r5.conf11
-rw-r--r--conf/machine/am62axx-evm.conf11
-rw-r--r--conf/machine/include/am62axx.inc16
3 files changed, 38 insertions, 0 deletions
diff --git a/conf/machine/am62axx-evm-k3r5.conf b/conf/machine/am62axx-evm-k3r5.conf
new file mode 100644
index 00000000..ca30537f
--- /dev/null
+++ b/conf/machine/am62axx-evm-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: AM62AXX EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62Axx EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62ax"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
diff --git a/conf/machine/am62axx-evm.conf b/conf/machine/am62axx-evm.conf
new file mode 100644
index 00000000..4eb179f3
--- /dev/null
+++ b/conf/machine/am62axx-evm.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: AM62AXX EVM
3#@DESCRIPTION: Machine configuration for the TI AM62AXX EVM
4
5require conf/machine/include/am62axx.inc
6
7KERNEL_DEVICETREE = " \
8 ti/k3-am62a7-sk.dtb \
9"
10
11UBOOT_MACHINE = "am62ax_evm_a53_defconfig"
diff --git a/conf/machine/include/am62axx.inc b/conf/machine/include/am62axx.inc
new file mode 100644
index 00000000..383d1c3f
--- /dev/null
+++ b/conf/machine/include/am62axx.inc
@@ -0,0 +1,16 @@
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"
16OPTEEOUTPUTMACHINE = "k3"