summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/j7.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-24 05:14:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-23 23:31:32 +0000
commitdd0d596fffd66a0bd0665b2fbe0dc09c16d92268 (patch)
treea43ecb2f90e8f65f5c563fec9a45080be996ba8c /conf/machine/include/j7.inc
parent08b60347caf748453c23a73ac7a991d4f04a737a (diff)
downloadmeta-ti-dd0d596fffd66a0bd0665b2fbe0dc09c16d92268.tar.gz
conf, recipes: add support for j7-hs-evm platform and j7 SoC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/j7.inc')
-rw-r--r--conf/machine/include/j7.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc
new file mode 100644
index 00000000..f6d91615
--- /dev/null
+++ b/conf/machine/include/j7.inc
@@ -0,0 +1,11 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":j7"
3
4OPTEEMACHINE = "k3"
5OPTEEFLAVOR = "j7"
6OPTEEOUTPUTMACHINE = "k3"
7
8# Set the list of device targets for ti-pdk class recipes
9TI_PDK_LIMIT_SOCS = "j721e j7200"
10TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"
11TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"