diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-05-09 10:14:53 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-05-09 12:49:55 +0000 |
| commit | 344792b5182c27cac7fbb07843acf1120c541b8b (patch) | |
| tree | 09352d68617f953f0ca773d4d4cd777fc0f1c674 /conf/machine/include | |
| parent | 5a314bce1d4de7981610456b338c7e4d9871a9b9 (diff) | |
| download | meta-ti-344792b5182c27cac7fbb07843acf1120c541b8b.tar.gz | |
conf/machine: introduce am65xx SOC family and new am65xx-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/am65xx.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc new file mode 100644 index 00000000..d433ed10 --- /dev/null +++ b/conf/machine/include/am65xx.inc | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require conf/machine/include/k3.inc | ||
| 2 | SOC_FAMILY_append = ":am65xx" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "am65xx" | ||
| 6 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | ||
| 7 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | ||
