summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-12-20 20:19:05 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-11 11:01:52 -0200
commit50dae74869c8afca386a99aa14aa8d042401b267 (patch)
tree65d53161aea59679f334abe97b2c83af4d0f3afd /conf
parent589ed684959cb3e99f068b774c29bdb2be0a68b5 (diff)
downloadmeta-freescale-50dae74869c8afca386a99aa14aa8d042401b267.tar.gz
ls1046ardb: add machine conf
Support the NXP aarch64 based ls1046a reference design board. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1046ardb.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
new file mode 100644
index 00000000..553950c3
--- /dev/null
+++ b/conf/machine/ls1046ardb.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: NXP LS1046ARDB
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@nxp.com>
6
7MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
8
9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12UBOOT_CONFIG ??= "sdcard qspi-secure-boot qspi"
13UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
15UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
16
17KERNEL_DEVICETREE ?= "\
18 freescale/fsl-ls1046a-rdb.dtb \
19 freescale/fsl-ls1046a-rdb-usdpaa.dtb \
20"
21KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
22
23SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
24SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa"
27USE_VT = "0"