summaryrefslogtreecommitdiffstats
path: root/conf/machine/am62xx-evm-k3r5.conf
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2022-03-25 16:06:32 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-07 07:48:39 -0500
commit1ab91bcc154909f5ba8e04a866836773fa9430e4 (patch)
tree23d701e96880acf690e5015dd348540f64adfd56 /conf/machine/am62xx-evm-k3r5.conf
parent9158c9c1d8990ccc298c09cf553dd7cd4041f98b (diff)
downloadmeta-ti-1ab91bcc154909f5ba8e04a866836773fa9430e4.tar.gz
machine: Add am62xx evm configuration
Lets add the basic AM62xx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am62xx-evm-k3r5.conf')
-rw-r--r--conf/machine/am62xx-evm-k3r5.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/am62xx-evm-k3r5.conf b/conf/machine/am62xx-evm-k3r5.conf
new file mode 100644
index 00000000..724a8d4a
--- /dev/null
+++ b/conf/machine/am62xx-evm-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: AM62XX EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig"