diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-04-17 14:48:30 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-25 18:58:26 -0300 |
commit | a7f2cee408e28086b69dd63b89cb7888b8c94458 (patch) | |
tree | bc514978748797678b7a17b3859bcc87c2943edf /conf/machine | |
parent | c346a72e81b2c2144cf8e6e6f33e9eafbfe7570f (diff) | |
download | meta-freescale-a7f2cee408e28086b69dd63b89cb7888b8c94458.tar.gz |
ls2088ardb-be: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ls2088ardb-be.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/ls2088ardb-be.conf b/conf/machine/ls2088ardb-be.conf new file mode 100644 index 00000000..3d317368 --- /dev/null +++ b/conf/machine/ls2088ardb-be.conf | |||
@@ -0,0 +1,35 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP LS2088ARDB | ||
3 | #@SOC: LSCH3 | ||
4 | #@DESCRIPTION: Machine configuration for running LS2088ARDB 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 | DEFAULTTUNE = "aarch64_be" | ||
11 | |||
12 | LE_UBOOT_FOR_ARMBE_TARGET = "1" | ||
13 | |||
14 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" | ||
15 | |||
16 | KERNEL_CLASSES = " kernel-itbimage " | ||
17 | KERNEL_IMAGETYPES = "itbImage" | ||
18 | |||
19 | DTB_LOAD = "0x90000000" | ||
20 | UBOOT_ENTRYPOINT = "0x80080000" | ||
21 | |||
22 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" | ||
23 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | ||
24 | UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin" | ||
25 | UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" | ||
26 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
27 | |||
28 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" | ||
29 | KERNEL_DEFCONFIG ?= "defconfig" | ||
30 | |||
31 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
32 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
33 | |||
34 | EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex ppa" | ||
35 | USE_VT = "0" | ||