summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-10-14 12:02:34 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-10-25 13:42:41 +0200
commit153442f898abf49c11ed54df52aa470b0524cd27 (patch)
treeb9f1d651f0e3c92c2ece6cb6890153dbd27e0ed7
parentc2de495bfbd1ce09f06e41ed0feb9f7041b8c65c (diff)
machine: Drop legacy imx8x b0 silicon based machines
Since the update to SCFW 1.7.4 the i.MX 8X modules, based on early b0-silicon chips do no longer work. This commit removes the machines that still where there in the transition phase to the newer c0-silicon Product revisions that no longer work with our BSP are: Colibri iMX8QXP 2GB WB IT V1.0B Colibri iMX8QXP 2GB IT V1.0B Colibri iMX8DX 1GB WB V1.0B Colibri iMX8DX 1GB V1.0B Apalis iMX8QXP 2GB WB IT V1.1A Apalis iMX8QXP 2GB ECC IT V1.1A Related-to: ELB-4215 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--conf/machine/apalis-imx8x-v11a.conf18
-rw-r--r--conf/machine/colibri-imx8x-v10b.conf18
2 files changed, 0 insertions, 36 deletions
diff --git a/conf/machine/apalis-imx8x-v11a.conf b/conf/machine/apalis-imx8x-v11a.conf
deleted file mode 100644
index 28aed93..0000000
--- a/conf/machine/apalis-imx8x-v11a.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@NAME: Toradex Apalis iMX8X with B0 silicon
-#@DESCRIPTION: Toradex Apalis iMX8X powered by a i.MX 8X SoC (B0 silicon) as found on all V1.0 and V1.1A versions
-#@MAINTAINER: Philippe Schenker <philippe.schenker@toradex.com>
-
-# for C0 silicon add mx8qxpc0:,
-# for B0 silicon use empty string
-SILICON-OVERRIDES = ""
-
-# keep the original machine as an override with high prio
-MACHINEOVERRIDES =. "apalis-imx8x:"
-
-require conf/machine/apalis-imx8x.conf
-
-# reuse DISTRO_FLAVOUR to display special version exception in the
-# Toradex Easy Installer application
-DISTRO_FLAVOUR_append = " for V1.1A HW"
-MACHINE_NAME = "Apalis-iMX8X-V11A"
diff --git a/conf/machine/colibri-imx8x-v10b.conf b/conf/machine/colibri-imx8x-v10b.conf
deleted file mode 100644
index 2049335..0000000
--- a/conf/machine/colibri-imx8x-v10b.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@NAME: Toradex Colibri iMX8X with B0 silicon
-#@DESCRIPTION: Toradex Colibri iMX8X powered by a i.MX 8X SoC (B0 silicon) as found on older SoM Versions V1.0B
-#@MAINTAINER: Max Krummenacher <max.krummenacherr@toradex.com>
-
-# for C0 silicon add mx8qxpc0:,
-# for B0 silicon use empty string
-SILICON-OVERRIDES = ""
-
-# keep the original machine as an override with high prio
-MACHINEOVERRIDES =. "colibri-imx8x:"
-
-require conf/machine/colibri-imx8x.conf
-
-# reuse DISTRO_FLAVOUR to display special version exception in the
-# Toradex Easy Installer application
-DISTRO_FLAVOUR_append = " for V1.0B HW"
-MACHINE_NAME = "Colibri-iMX8X-V10B"