summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2017-03-14 17:32:06 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:01:28 -0300
commitd43dd318cd51394e8f50395e755a242a9f93b76d (patch)
treef3af30e59a9de2b5624175f8a5a8b7236c9106ed /conf/machine
parent2f8480352c499f3014498c32ebba9ecc8a903837 (diff)
downloadmeta-freescale-d43dd318cd51394e8f50395e755a242a9f93b76d.tar.gz
ls1012afrdm: add machine file
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/ls1012afrdm.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf
new file mode 100644
index 00000000..f7d98a1a
--- /dev/null
+++ b/conf/machine/ls1012afrdm.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: NXP LS1012AFRDM board
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
5# with ARM Cortext-A53 core
6#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
7
8MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
9
10require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-arm64.inc
12
13UBOOT_CONFIG ??= "qspi"
14UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
15
16KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
18
19EXTRA_IMAGEDEPENDS += "ppa ls2-rcw"
20USE_VT = "0"