From: Zhenhua Luo Date: Tue, 20 Dec 2016 12:19:04 +0000 (+0800) Subject: ls1043ardb-32b: add machine conf file X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c179e778a819fe395e22f4c306608441da09e86a;p=meta-freescale.git ls1043ardb-32b: add machine conf file The ls1043ardb-32b supports ls1043ardb board run in 32b mode. Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf new file mode 100644 index 00000000..75514137 --- /dev/null +++ b/conf/machine/ls1043ardb-32b.conf @@ -0,0 +1,33 @@ +#@TYPE: Machine +#@NAME: NXP LS1043ARDB-32B +#@SOC: LSCH2 +#@DESCRIPTION: Machine configuration for running LS1043A in 32B mode +#@MAINTAINER: Ting Liu + +MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1043a:" + +require conf/machine/include/qoriq-arm.inc +require conf/machine/include/arm/arch-arm64.inc + +DEFAULTTUNE = "armv7ahf-neon" + +UBOOT_CONFIG ??= "nand sdcard nor" +UBOOT_CONFIG[nor] = "ls1043ardb_aarch32_config,,u-boot-dtb.bin" +UBOOT_CONFIG[nand] = "ls1043ardb_aarch32_nand_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard] = "ls1043ardb_aarch32_sdcard_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[secure-boot] = "ls1043ardb_aarch32_SECURE_BOOT_defconfig,,u-boot-dtb.bin" + +QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" + +EXTRA_IMAGEDEPENDS += "rcw fm-ucode qe-ucode" +USE_VT = "0" + +require conf/multilib.conf +MULTILIBS ?= "multilib:lib64" +DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"