summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1088ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:02 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit2fed031a86d0792909ce673cf7d0e49e58fa562d (patch)
tree89f5b23274be89dc6da29c1ee9215dfab9244432 /conf/machine/ls1088ardb.conf
parent60116179fd4e5edf6592b02c5317ade0ae840462 (diff)
downloadmeta-freescale-2fed031a86d0792909ce673cf7d0e49e58fa562d.tar.gz
ls1088ardb : add machine config
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1088ardb.conf')
-rw-r--r--conf/machine/ls1088ardb.conf24
1 files changed, 24 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@NAME: NXP LS1088ARDB
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode
5#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
6
7require conf/machine/include/qoriq-arm64.inc
8require conf/machine/include/arm/arch-arm64.inc
9
10MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
11
12UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi"
13UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
14UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
15UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
16
17KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
18KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
19
20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
21SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
22
23EXTRA_IMAGEDEPENDS += "dpl-examples ls2-rcw management-complex ppa"
24USE_VT = "0"