summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-03-20 11:24:10 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-21 13:03:29 -0500
commit3f47f79afe1c4db945107720288969584f4ca357 (patch)
treed6ba875cce83f315e72a5da7a037ed68557ac1e2 /meta-ti-bsp/conf/machine/include
parent8d174266e533987556aa1dff92c19fa37ba455da (diff)
downloadmeta-ti-3f47f79afe1c4db945107720288969584f4ca357.tar.gz
machine: Add AM62Q HS-SE evm configuration
Lets add the basic AM62Q HS-SE configuration. - Add configurations. - Add ti-sci-firmware overrides. - Add u-boot overrides. - Add optee overrides. - Add ti-rtos-firmware overrides. Signed-off-by: Chirag Shilwant <c-shilwant@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/am62xx-lp.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc
new file mode 100644
index 00000000..df113003
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc
@@ -0,0 +1,16 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":am62xx"
3
4MACHINE_FEATURES += "screen touchscreen"
5
6SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8
9TFA_K3_SYSTEM_SUSPEND = "1"
10
11# Default tiboot3.bin on AM62x LP is for HS-SE
12BBMULTICONFIG += "k3r5-hs-se"
13do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy"
14
15TFA_BOARD = "lite"
16OPTEEMACHINE = "k3-am62x"