diff options
Diffstat (limited to 'conf/machine/include/j7.inc')
-rw-r--r-- | conf/machine/include/j7.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc new file mode 100644 index 00000000..f6d91615 --- /dev/null +++ b/conf/machine/include/j7.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | require conf/machine/include/k3.inc | ||
2 | SOC_FAMILY_append = ":j7" | ||
3 | |||
4 | OPTEEMACHINE = "k3" | ||
5 | OPTEEFLAVOR = "j7" | ||
6 | OPTEEOUTPUTMACHINE = "k3" | ||
7 | |||
8 | # Set the list of device targets for ti-pdk class recipes | ||
9 | TI_PDK_LIMIT_SOCS = "j721e j7200" | ||
10 | TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" | ||
11 | TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1" | ||