summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am62xx.inc
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/include/am62xx.inc
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/include/am62xx.inc')
-rw-r--r--conf/machine/include/am62xx.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
new file mode 100644
index 00000000..e8823dd2
--- /dev/null
+++ b/conf/machine/include/am62xx.inc
@@ -0,0 +1,17 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am62xx"
3
4MACHINE_FEATURES += "screen touchscreen"
5
6SERIAL_CONSOLES = "115200;ttyS2"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8
9# AM62 supports multi-certificate images, use the same
10IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
11
12do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
13do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
14
15TFA_BOARD = "lite"
16OPTEEMACHINE = "k3-am65x"
17OPTEEOUTPUTMACHINE = "k3"