diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:08 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:31 -0600 |
| commit | 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch) | |
| tree | 2d7a22adf169476666eda7d988767506f40f3d20 /conf/machine/include | |
| parent | dd558151806beb2ac95356a7a8275498ccddf125 (diff) | |
| download | meta-ti-53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd.tar.gz | |
classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports
Remove deprecated support for compiling Keystone1/2 RTOS components and
Linux firmwares using PDK, CSL, etc.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/am64xx.inc | 5 | ||||
| -rw-r--r-- | conf/machine/include/am65xx.inc | 5 | ||||
| -rw-r--r-- | conf/machine/include/j7.inc | 5 | ||||
| -rw-r--r-- | conf/machine/include/omapl138.inc | 3 | ||||
| -rw-r--r-- | conf/machine/include/ti33x.inc | 4 | ||||
| -rw-r--r-- | conf/machine/include/ti43x.inc | 4 |
6 files changed, 0 insertions, 26 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 1d53c7a1..afb96a22 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc | |||
| @@ -22,8 +22,3 @@ do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | |||
| 22 | TFA_BOARD = "lite" | 22 | TFA_BOARD = "lite" |
| 23 | OPTEEMACHINE = "k3-am65x" | 23 | OPTEEMACHINE = "k3-am65x" |
| 24 | OPTEEOUTPUTMACHINE = "k3" | 24 | OPTEEOUTPUTMACHINE = "k3" |
| 25 | |||
| 26 | # Set the list of device targets for ti-pdk class recipes | ||
| 27 | TI_PDK_LIMIT_SOCS = "am64x" | ||
| 28 | TI_PDK_LIMIT_BOARDS = "am64x_evm" | ||
| 29 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1" | ||
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 8b1531c7..111ef96f 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc | |||
| @@ -30,8 +30,3 @@ do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy" | |||
| 30 | 30 | ||
| 31 | OPTEEMACHINE = "k3-am65x" | 31 | OPTEEMACHINE = "k3-am65x" |
| 32 | OPTEEOUTPUTMACHINE = "k3" | 32 | OPTEEOUTPUTMACHINE = "k3" |
| 33 | |||
| 34 | # Set the list of device targets for ti-pdk class recipes | ||
| 35 | TI_PDK_LIMIT_SOCS = "am65xx" | ||
| 36 | TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk" | ||
| 37 | TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0" | ||
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc index cf5f6a94..4ea3a5d8 100644 --- a/conf/machine/include/j7.inc +++ b/conf/machine/include/j7.inc | |||
| @@ -5,8 +5,3 @@ OPTEEMACHINE = "k3-j721e" | |||
| 5 | OPTEEOUTPUTMACHINE = "k3" | 5 | OPTEEOUTPUTMACHINE = "k3" |
| 6 | 6 | ||
| 7 | # Use default IMAGE_BOOT_FILES_LEGACY files | 7 | # Use default IMAGE_BOOT_FILES_LEGACY files |
| 8 | |||
| 9 | # Set the list of device targets for ti-pdk class recipes | ||
| 10 | TI_PDK_LIMIT_SOCS = "j721e j7200" | ||
| 11 | TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" | ||
| 12 | TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1" | ||
diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc index f73517d0..c6eb0cd9 100644 --- a/conf/machine/include/omapl138.inc +++ b/conf/machine/include/omapl138.inc | |||
| @@ -1,5 +1,2 @@ | |||
| 1 | require conf/machine/include/omapl1.inc | 1 | require conf/machine/include/omapl1.inc |
| 2 | SOC_FAMILY:append = ":omapl138" | 2 | SOC_FAMILY:append = ":omapl138" |
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "omapl138" | ||
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 197cac19..afb80fd6 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
| @@ -64,10 +64,6 @@ EXTRA_IMAGEDEPENDS += "virtual/bootloader" | |||
| 64 | # List common SoC features, may need to add touchscreen for specific machines | 64 | # List common SoC features, may need to add touchscreen for specific machines |
| 65 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" | 65 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" |
| 66 | 66 | ||
| 67 | # Set the list of device targets for ti-pdk class recipes | ||
| 68 | TI_PDK_LIMIT_SOCS = "am335x" | ||
| 69 | TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x" | ||
| 70 | |||
| 71 | IMAGE_FSTYPES += "tar.xz wic.xz" | 67 | IMAGE_FSTYPES += "tar.xz wic.xz" |
| 72 | WKS_FILE ?= "sdimage-2part.wks" | 68 | WKS_FILE ?= "sdimage-2part.wks" |
| 73 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" | 69 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index e6e0412d..2c3a3770 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
| @@ -61,10 +61,6 @@ EXTRA_IMAGEDEPENDS += "u-boot" | |||
| 61 | # List common SoC features, may need to add touchscreen for specific machines | 61 | # List common SoC features, may need to add touchscreen for specific machines |
| 62 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" | 62 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" |
| 63 | 63 | ||
| 64 | # Set the list of device targets for ti-pdk class recipes | ||
| 65 | TI_PDK_LIMIT_SOCS = "am437x" | ||
| 66 | TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x" | ||
| 67 | |||
| 68 | IMAGE_FSTYPES += "tar.xz wic.xz" | 64 | IMAGE_FSTYPES += "tar.xz wic.xz" |
| 69 | WKS_FILE ?= "sdimage-2part.wks" | 65 | WKS_FILE ?= "sdimage-2part.wks" |
| 70 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" | 66 | IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" |
