diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:51 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | 879d94a3a9ee44caf0d8f199c401951b6d883e66 (patch) | |
tree | cd1c298c52b4a302614ab0ae7eb6b8c845ab332c | |
parent | b5422df83f671cd5fbd50308032889e4a91d4f07 (diff) | |
download | meta-freescale-879d94a3a9ee44caf0d8f199c401951b6d883e66.tar.gz |
lx2160ardb: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | conf/machine/lx2160ardb.conf | 33 |
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 | |||
7 | require conf/machine/include/qoriq-arm64.inc | ||
8 | require conf/machine/include/arm/arch-arm64.inc | ||
9 | |||
10 | MACHINEOVERRIDES =. "fsl-lsch3:lx2160a:" | ||
11 | |||
12 | KERNEL_CLASSES = " kernel-fitimage " | ||
13 | KERNEL_IMAGETYPES = "fitImage" | ||
14 | |||
15 | DTB_LOAD = "0x90000000" | ||
16 | UBOOT_ENTRYPOINT = "0x80080000" | ||
17 | |||
18 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | ||
19 | UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin" | ||
20 | UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
21 | |||
22 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb" | ||
23 | KERNEL_DEFCONFIG ?= "defconfig" | ||
24 | |||
25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
27 | |||
28 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" | ||
29 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2.bin" | ||
30 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd.bin" | ||
31 | |||
32 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" | ||
33 | USE_VT = "0" | ||