summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-03-25 13:41:49 -0500
committerRyan Eatmon <reatmon@ti.com>2022-03-29 07:33:57 -0500
commit531fd1af2333fe831c70a88e7f592a11a58bf94d (patch)
tree55a34654fb984d2a7fccb5e320d0a066b80d4ae6 /meta-ti-bsp/conf/machine/include
parent8cc837d2384d441e56b5006acf9b60503a0a5c8c (diff)
downloadmeta-ti-531fd1af2333fe831c70a88e7f592a11a58bf94d.tar.gz
meta-ti-bsp: add SoC families for the J7 SoCs
This allows us to be more specific around what SoCs we support and lets us add features based on the SoC family not just at the EVM or whole J7family level. Signed-off-by: Andrew Davis <afd@ti.com> Tested-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/j7200.inc2
-rw-r--r--meta-ti-bsp/conf/machine/include/j721e.inc4
-rw-r--r--meta-ti-bsp/conf/machine/include/j721s2.inc2
3 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc
new file mode 100644
index 00000000..ce88567c
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/j7200.inc
@@ -0,0 +1,2 @@
1require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j7200"
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc
new file mode 100644
index 00000000..d965327c
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/j721e.inc
@@ -0,0 +1,4 @@
1require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j721e"
3
4MACHINE_FEATURES += "gpu"
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc
new file mode 100644
index 00000000..113f86c4
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/j721s2.inc
@@ -0,0 +1,2 @@
1require conf/machine/include/j7.inc
2SOC_FAMILY:append = ":j721s2"