summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-12-30 11:57:34 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-30 11:57:34 +0100
commitd58b569f36102bd697ddedeabe302c3b400a01b6 (patch)
tree08bb9b88d5772bb839b7ca3d81524aca356f4b64 /conf/machine
parent1c32a322075da31f3cd5560aba28b5bda42ce52d (diff)
machines: mx8/mx8x: follow changes in meta-freescale
In order to build also with use-mainline-bsp ATF_PLATFORM and IMX_BOOT_SOC_TARGET variable assignments are no longer generically set with SoC override and are now to be set by the machine configurations. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/apalis-imx8.conf3
-rw-r--r--conf/machine/apalis-imx8x.conf3
-rw-r--r--conf/machine/colibri-imx8x.conf3
3 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 9506bcf..b207aa7 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -41,6 +41,8 @@ UBOOT_CONFIG[sd] = "apalis-imx8_defconfig,sdcard"
UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
+ATF_PLATFORM = "imx8qm"
+
BOOT_SPACE = "65536"
IMX_BOOT_SEEK = "32"
@@ -60,6 +62,7 @@ MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
MACHINE_FIRMWARE_append = " firmware-imx-8"
IMXBOOT_TARGETS = "flash_b0"
+IMX_BOOT_SOC_TARGET = "iMX8QM"
PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "apalis"
diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf
index ff78ecb..81c227c 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -38,6 +38,8 @@ UBOOT_CONFIG[sd] = "apalis-imx8x_defconfig,sdcard"
UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
+ATF_PLATFORM = "imx8qx"
+
BOOT_SPACE = "65536"
IMX_BOOT_SEEK = "32"
@@ -56,6 +58,7 @@ MACHINE_FIRMWARE_append = " linux-firmware-usb8997"
MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
IMXBOOT_TARGETS = "flash"
+IMX_BOOT_SOC_TARGET = "iMX8QX"
PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "apalis"
diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf
index 658e9f0..be8c27e 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -41,6 +41,8 @@ UBOOT_CONFIG[sd] = "colibri-imx8x_defconfig,sdcard"
UBOOT_ENTRYPOINT = "0x80280000"
UBOOT_RD_LOADADDRESS = "0xA0000000"
+ATF_PLATFORM = "imx8qx"
+
BOOT_SPACE = "65536"
IMX_BOOT_SEEK = "32"
@@ -63,6 +65,7 @@ MACHINE_FIRMWARE_append = " linux-firmware-pcie8997"
MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8"
IMXBOOT_TARGETS = "flash"
+IMX_BOOT_SOC_TARGET = "iMX8QX"
PREFERRED_PROVIDER_imx-sc-firmware = "imx-sc-firmware-toradex"
BOARD_TYPE = "colibri"