summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-12-20 20:19:06 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-11 11:01:52 -0200
commit5cd395dda84f54c50c8fa95e37ee84f67ebe5f6c (patch)
treef772f3c12973d59acb69c86571ccd82ea28615f7 /conf
parent50dae74869c8afca386a99aa14aa8d042401b267 (diff)
downloadmeta-freescale-5cd395dda84f54c50c8fa95e37ee84f67ebe5f6c.tar.gz
ls1046ardb-32b: add machine conf
Support the NXP aarch64 based ls1046a reference design board run in 32b mode. 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-32b.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf
new file mode 100644
index 00000000..0ea132a9
--- /dev/null
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -0,0 +1,33 @@
1#@TYPE: Machine
2#@NAME: NXP LS1046ARDB
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1046A in 32-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@nxp.com>
6
7MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1046a:"
8
9require conf/machine/include/qoriq-arm.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12DEFAULTTUNE = "armv7ahf-neon"
13
14UBOOT_CONFIG ??= "emmc sdcard qspi"
15UBOOT_CONFIG[emmc] = "ls1046ardb_aarch32_emmc_defconfig,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[sdcard] = "ls1046ardb_aarch32_sdcard_defconfig,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[qspi] = "ls1046ardb_aarch32_qspi_config,,u-boot-dtb.bin"
18
19KERNEL_DEVICETREE ?= "\
20 freescale/fsl-ls1046a-rdb.dtb \
21 freescale/fsl-ls1046a-rdb-usdpaa.dtb \
22"
23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig"
24
25SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
26SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
27
28EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
29USE_VT = "0"
30
31require conf/multilib.conf
32MULTILIBS ?= "multilib:lib64"
33DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"