summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:08 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:31 -0600
commit53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch)
tree2d7a22adf169476666eda7d988767506f40f3d20 /conf/machine
parentdd558151806beb2ac95356a7a8275498ccddf125 (diff)
downloadmeta-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.conf4
-rw-r--r--conf/machine/beaglebone.conf3
-rw-r--r--conf/machine/dra7xx-evm.conf4
-rw-r--r--conf/machine/include/am64xx.inc5
-rw-r--r--conf/machine/include/am65xx.inc5
-rw-r--r--conf/machine/include/j7.inc5
-rw-r--r--conf/machine/include/omapl138.inc3
-rw-r--r--conf/machine/include/ti33x.inc4
-rw-r--r--conf/machine/include/ti43x.inc4
-rw-r--r--conf/machine/omapl138-lcdk.conf3
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)
53UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 53UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
54
55# Set the list of device targets for ti-pdk class recipes
56TI_PDK_LIMIT_SOCS = "am571x am572x am574x"
57TI_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"
14SERIAL_CONSOLES = "115200;ttyS0" 14SERIAL_CONSOLES = "115200;ttyS0"
15 15
16IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" 16IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"
17
18# Refine the list of device targets for ti-pdk class recipes
19TI_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)
48UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 48UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
49
50# Set the list of device targets for ti-pdk class recipes
51TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x"
52TI_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"
22TFA_BOARD = "lite" 22TFA_BOARD = "lite"
23OPTEEMACHINE = "k3-am65x" 23OPTEEMACHINE = "k3-am65x"
24OPTEEOUTPUTMACHINE = "k3" 24OPTEEOUTPUTMACHINE = "k3"
25
26# Set the list of device targets for ti-pdk class recipes
27TI_PDK_LIMIT_SOCS = "am64x"
28TI_PDK_LIMIT_BOARDS = "am64x_evm"
29TI_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
31OPTEEMACHINE = "k3-am65x" 31OPTEEMACHINE = "k3-am65x"
32OPTEEOUTPUTMACHINE = "k3" 32OPTEEOUTPUTMACHINE = "k3"
33
34# Set the list of device targets for ti-pdk class recipes
35TI_PDK_LIMIT_SOCS = "am65xx"
36TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk"
37TI_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"
5OPTEEOUTPUTMACHINE = "k3" 5OPTEEOUTPUTMACHINE = "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
10TI_PDK_LIMIT_SOCS = "j721e j7200"
11TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm"
12TI_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 @@
1require conf/machine/include/omapl1.inc 1require conf/machine/include/omapl1.inc
2SOC_FAMILY:append = ":omapl138" 2SOC_FAMILY:append = ":omapl138"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_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
65MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" 65MACHINE_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
68TI_PDK_LIMIT_SOCS = "am335x"
69TI_PDK_LIMIT_BOARDS = "evmAM335x icev2AM335x iceAMIC110 bbbAM335x skAM335x"
70
71IMAGE_FSTYPES += "tar.xz wic.xz" 67IMAGE_FSTYPES += "tar.xz wic.xz"
72WKS_FILE ?= "sdimage-2part.wks" 68WKS_FILE ?= "sdimage-2part.wks"
73IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 69IMAGE_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
62MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" 62MACHINE_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
65TI_PDK_LIMIT_SOCS = "am437x"
66TI_PDK_LIMIT_BOARDS = "evmAM437x idkAM437x skAM437x"
67
68IMAGE_FSTYPES += "tar.xz wic.xz" 64IMAGE_FSTYPES += "tar.xz wic.xz"
69WKS_FILE ?= "sdimage-2part.wks" 65WKS_FILE ?= "sdimage-2part.wks"
70IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES}" 66IMAGE_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"
17SERIAL_CONSOLES = "115200;ttyS2" 17SERIAL_CONSOLES = "115200;ttyS2"
18 18
19KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" 19KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb"
20
21# Set the list of device targets for ti-pdk class recipes
22TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138"