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:
committed by
Ryan Eatmon
parent
8cc837d238
commit
531fd1af23
@@ -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"
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user