summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-10-12 20:30:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-10-12 20:30:43 -0300
commit7327e03c61823268a5a957fe090c4cc5e1735b34 (patch)
treeb945a49145914871501613933977bb3e2944eb0b /conf
parenta8d8dc4601741643542691752a59195da2108705 (diff)
downloadmeta-freescale-7327e03c61823268a5a957fe090c4cc5e1735b34.tar.gz
ls1021atwr: drop as it is unbuildable for too long
Fixes: #1497. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1021atwr.conf35
1 files changed, 0 insertions, 35 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
deleted file mode 100644
index dff6767c..00000000
--- a/conf/machine/ls1021atwr.conf
+++ /dev/null
@@ -1,35 +0,0 @@
1#@TYPE: Machine
2#@NAME: NXP LS1021ATWR board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for NXP QorIQ LS1 Tower System
5# Module Rev2.0 with ARM Cortex-A7 core
6#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
7
8MACHINEOVERRIDES =. "ls102xa:"
9
10require conf/machine/include/qoriq-arm.inc
11require conf/machine/include/arm/armv7a/tune-cortexa7.inc
12
13MACHINE_FEATURES += "optee"
14
15DEFAULTTUNE = "cortexa7hf-neon"
16
17UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
18UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig"
19UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin"
20UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin"
21UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig"
22UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig"
23UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig"
24UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
25
26QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
27
28KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
29KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
30
31KERNEL_IMAGETYPES = "zImage"
32
33UBOOT_ENTRYPOINT = "0x80008000"
34EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
35USE_VT ?= "0"