1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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>
This commit is contained in:
Andrew Davis
2022-03-25 13:41:49 -05:00
committed by Ryan Eatmon
parent 8cc837d238
commit 531fd1af23
6 changed files with 11 additions and 5 deletions
@@ -0,0 +1,2 @@
require conf/machine/include/j7.inc
SOC_FAMILY:append = ":j7200"
@@ -0,0 +1,4 @@
require conf/machine/include/j7.inc
SOC_FAMILY:append = ":j721e"
MACHINE_FEATURES += "gpu"
@@ -0,0 +1,2 @@
require conf/machine/include/j7.inc
SOC_FAMILY:append = ":j721s2"
+1 -1
View File
@@ -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}"
+1 -3
View File
@@ -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}"
+1 -1
View File
@@ -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
SERIAL_CONSOLES = "115200;ttyS10"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"