From 2fed031a86d0792909ce673cf7d0e49e58fa562d Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 28 Jul 2017 15:44:02 +0800 Subject: [PATCH] ls1088ardb : add machine config Signed-off-by: Chunrong Guo Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1088ardb.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/ls1088ardb.conf diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf new file mode 100644 index 00000000..b6435502 --- /dev/null +++ b/conf/machine/ls1088ardb.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: NXP LS1088ARDB +#@SOC: LSCH3 +#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode +#@MAINTAINER: Zongchun Yu + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" + +UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi" +UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" + +EXTRA_IMAGEDEPENDS += "dpl-examples ls2-rcw management-complex ppa" +USE_VT = "0" -- 2.40.1