summaryrefslogtreecommitdiffstats
path: root/conf/machine/lx2160ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:51 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commit879d94a3a9ee44caf0d8f199c401951b6d883e66 (patch)
treecd1c298c52b4a302614ab0ae7eb6b8c845ab332c /conf/machine/lx2160ardb.conf
parentb5422df83f671cd5fbd50308032889e4a91d4f07 (diff)
downloadmeta-freescale-879d94a3a9ee44caf0d8f199c401951b6d883e66.tar.gz
lx2160ardb: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/lx2160ardb.conf')
-rw-r--r--conf/machine/lx2160ardb.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf
new file mode 100644
index 00000000..44eba5d9
--- /dev/null
+++ b/conf/machine/lx2160ardb.conf
@@ -0,0 +1,33 @@
1#@TYPE: Machine
2#@NAME: NXP LX2160ARDB
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for running LX2160ARDB 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:lx2160a:"
11
12KERNEL_CLASSES = " kernel-fitimage "
13KERNEL_IMAGETYPES = "fitImage"
14
15DTB_LOAD = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000"
17
18UBOOT_CONFIG ??= "tfa-secure-boot tfa"
19UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin"
20UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
21
22KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb"
23KERNEL_DEFCONFIG ?= "defconfig"
24
25SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
26SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
27
28UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd"
29RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2.bin"
30RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd.bin"
31
32EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi"
33USE_VT = "0"