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 | |
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')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 3 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 4 | ||||
-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 | ||||
-rw-r--r-- | conf/machine/omapl138-lcdk.conf | 3 |
10 files changed, 0 insertions, 40 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index f977c5c6..eb0082ee 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -51,7 +51,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | |||
51 | # UBI: sub-page size: 512 | 51 | # UBI: sub-page size: 512 |
52 | # UBI: VID header offset: 2048 (aligned 2048) | 52 | # UBI: VID header offset: 2048 (aligned 2048) |
53 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 53 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
54 | |||
55 | # Set the list of device targets for ti-pdk class recipes | ||
56 | TI_PDK_LIMIT_SOCS = "am571x am572x am574x" | ||
57 | TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x idkAM574x" | ||
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index dcb14cc9..cce8fd09 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -14,6 +14,3 @@ MACHINE_GUI_CLASS = "bigscreen" | |||
14 | SERIAL_CONSOLES = "115200;ttyS0" | 14 | SERIAL_CONSOLES = "115200;ttyS0" |
15 | 15 | ||
16 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" | 16 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" |
17 | |||
18 | # Refine the list of device targets for ti-pdk class recipes | ||
19 | TI_PDK_LIMIT_BOARDS = "bbbAM335x" | ||
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index db4a5e1c..5fa1dfa5 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -46,7 +46,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" | |||
46 | # UBI: sub-page size: 512 | 46 | # UBI: sub-page size: 512 |
47 | # UBI: VID header offset: 2048 (aligned 2048) | 47 | # UBI: VID header offset: 2048 (aligned 2048) |
48 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 48 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
49 | |||
50 | # Set the list of device targets for ti-pdk class recipes | ||
51 | TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x" | ||
52 | TI_PDK_LIMIT_SOCS = "dra72x dra75x dra78x" | ||
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}" |
diff --git a/conf/machine/omapl138-lcdk.conf b/conf/machine/omapl138-lcdk.conf index 06db2f8d..ba4d5645 100644 --- a/conf/machine/omapl138-lcdk.conf +++ b/conf/machine/omapl138-lcdk.conf | |||
@@ -17,6 +17,3 @@ IMAGE_FSTYPES += "tar.xz" | |||
17 | SERIAL_CONSOLES = "115200;ttyS2" | 17 | SERIAL_CONSOLES = "115200;ttyS2" |
18 | 18 | ||
19 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" | 19 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" |
20 | |||
21 | # Set the list of device targets for ti-pdk class recipes | ||
22 | TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138" | ||