summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-04-17 13:38:54 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-17 08:46:46 -0300
commit977c2c2d8f8b44a587770bd9af466975cfb16a42 (patch)
treee77e56674f9f9c4c04a794f71f7b687571b87150 /conf
parent3e8a4bb89aebf73c5a80de987cc982d4b991e24c (diff)
downloadmeta-freescale-977c2c2d8f8b44a587770bd9af466975cfb16a42.tar.gz
ls1043ardb-be: remove machine config
*ls1043ardb-be will not be supported Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb-be.conf40
1 files changed, 0 insertions, 40 deletions
diff --git a/conf/machine/ls1043ardb-be.conf b/conf/machine/ls1043ardb-be.conf
deleted file mode 100644
index 3582162f..00000000
--- a/conf/machine/ls1043ardb-be.conf
+++ /dev/null
@@ -1,40 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1043ARDB
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1043A in 64-bit mode
5#@MAINTAINER: Chunrong Guo <nxa13725@nxp.com>
6
7DEFAULTTUNE = "aarch64_be"
8
9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
13
14KERNEL_CLASSES = " kernel-fitimage "
15KERNEL_IMAGETYPES = "fitImage"
16
17UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20UBOOT_CONFIG ??= "nand sdcard nor"
21UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
22UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
25UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
26UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
27UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
28UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
29UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
30UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
31
32QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
33LE_UBOOT_FOR_ARMBE_TARGET = "1"
34
35KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
36KERNEL_DEFCONFIG ?= "defconfig"
37
38EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
39
40USE_VT = "0"