From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, <meta-ti@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-ti][dunfell][PATCH 2/3] meta-ti: Add SoC families for the J7 SoCs
Date: Wed, 31 Aug 2022 12:53:14 -0500 [thread overview]
Message-ID: <20220831175315.15942-3-afd@ti.com> (raw)
In-Reply-To: <20220831175315.15942-1-afd@ti.com>
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 J7 family level.
Signed-off-by: Andrew Davis <afd@ti.com>
---
conf/machine/include/j7200.inc | 2 ++
conf/machine/include/j721e.inc | 4 ++++
conf/machine/include/j721s2.inc | 2 ++
conf/machine/j7200-evm.conf | 2 +-
conf/machine/j721e-evm.conf | 4 +---
conf/machine/j721s2-evm.conf | 2 +-
6 files changed, 11 insertions(+), 5 deletions(-)
create mode 100644 conf/machine/include/j7200.inc
create mode 100644 conf/machine/include/j721e.inc
create mode 100644 conf/machine/include/j721s2.inc
diff --git a/conf/machine/include/j7200.inc b/conf/machine/include/j7200.inc
new file mode 100644
index 00000000..ce88567c
--- /dev/null
+++ b/conf/machine/include/j7200.inc
@@ -0,0 +1,2 @@
+require conf/machine/include/j7.inc
+SOC_FAMILY:append = ":j7200"
diff --git a/conf/machine/include/j721e.inc b/conf/machine/include/j721e.inc
new file mode 100644
index 00000000..d965327c
--- /dev/null
+++ b/conf/machine/include/j721e.inc
@@ -0,0 +1,4 @@
+require conf/machine/include/j7.inc
+SOC_FAMILY:append = ":j721e"
+
+MACHINE_FEATURES += "gpu"
diff --git a/conf/machine/include/j721s2.inc b/conf/machine/include/j721s2.inc
new file mode 100644
index 00000000..113f86c4
--- /dev/null
+++ b/conf/machine/include/j721s2.inc
@@ -0,0 +1,2 @@
+require conf/machine/include/j7.inc
+SOC_FAMILY:append = ":j721s2"
diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf
index c8a03a7b..303ec182 100644
--- a/conf/machine/j7200-evm.conf
+++ b/conf/machine/j7200-evm.conf
@@ -2,7 +2,7 @@
#@NAME: J7200 EVM
#@DESCRIPTION: Machine configuration for the TI J7200 EVM
-require conf/machine/include/j7.inc
+require conf/machine/include/j7200.inc
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/j721e-evm.conf b/conf/machine/j721e-evm.conf
index 8598c672..030edc73 100644
--- a/conf/machine/j721e-evm.conf
+++ b/conf/machine/j721e-evm.conf
@@ -2,9 +2,7 @@
#@NAME: J721e EVM
#@DESCRIPTION: Machine configuration for the TI J721e EVM
-require conf/machine/include/j7.inc
-
-MACHINE_FEATURES += "gpu"
+require conf/machine/include/j721e.inc
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index ba5e8def..3a28dc61 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-evm.conf
@@ -2,7 +2,7 @@
#@NAME: J721S2 EVM
#@DESCRIPTION: Machine configuration for the TI J721S2 EVM
-require conf/machine/include/j7.inc
+require conf/machine/include/j721s2.inc
MACHINE_FEATURES += "gpu"
--
2.36.1
next prev parent reply other threads:[~2022-08-31 17:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-31 17:53 [meta-ti][dunfell][PATCH 0/3] J7 name backports from master/kirkstone Andrew Davis
2022-08-31 17:53 ` [meta-ti][dunfell][PATCH 1/3] meta-ti: Rename j7-evm to j721e-evm Andrew Davis
2022-09-01 15:31 ` Ryan Eatmon
2022-09-01 16:10 ` Denys Dmytriyenko
2022-09-01 16:20 ` Andrew Davis
2022-09-01 16:33 ` Ryan Eatmon
2022-09-01 16:45 ` Andrew Davis
2022-09-06 22:25 ` Ryan Eatmon
2022-08-31 17:53 ` Andrew Davis [this message]
2022-08-31 17:53 ` [meta-ti][dunfell][PATCH 3/3] meta-ti: Use new J7 SoC names over specific board names Andrew Davis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220831175315.15942-3-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.