summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2022-11-04 22:46:22 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit50130b9b61720cb715ab4c3ba0a20a852423e61e (patch)
tree4ed0b7cd0d7f53d89fa447a4d3618876114e5bf1 /meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
parentef962d284dd791b9dee52fd762b50f24abe5b856 (diff)
downloadmeta-ti-50130b9b61720cb715ab4c3ba0a20a852423e61e.tar.gz
machine: add am62xx-lp-evm configuration
This platform is similar to the currently supported am62xx-evm, except that we currently need new defconfigs for u-boot and new dtbs in the filesystem. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Hari Nagalla <hnagalla@ti.com> Cc: Andrew Davis <afd@ti.com> Cc: Praneeth Bajjuri <praneeth@ti.com> Cc: Ryan Eatmon <reatmon@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/am62xx-lp-evm-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
new file mode 100644
index 00000000..ca4ced5a
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: AM62XX LP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx LP EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"