mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
13 lines
395 B
HTML
13 lines
395 B
HTML
require conf/machine/include/k3.inc
|
|
SOC_FAMILY_append = ":j7"
|
|
|
|
OPTEEMACHINE = "k3-j721e"
|
|
OPTEEOUTPUTMACHINE = "k3"
|
|
|
|
# Use default IMAGE_BOOT_FILES_LEGACY files
|
|
|
|
# Set the list of device targets for ti-pdk class recipes
|
|
TI_PDK_LIMIT_SOCS = "j721e j7200"
|
|
TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"
|
|
TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"
|