summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-04-17 14:48:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-25 18:58:26 -0300
commitc346a72e81b2c2144cf8e6e6f33e9eafbfe7570f (patch)
tree54297b2e9822a82c509ef5e9b27aa1482fd4c510 /conf
parent2446f112140e3061189164c7aa2a87b937b22690 (diff)
downloadmeta-freescale-c346a72e81b2c2144cf8e6e6f33e9eafbfe7570f.tar.gz
ls1088ardb-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')
-rw-r--r--conf/machine/ls1088ardb-be.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/conf/machine/ls1088ardb-be.conf b/conf/machine/ls1088ardb-be.conf
new file mode 100644
index 00000000..28aed8e7
--- /dev/null
+++ b/conf/machine/ls1088ardb-be.conf
@@ -0,0 +1,34 @@
1#@TYPE: Machine
2#@NAME: NXP LS1088ARDB
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for running LS1088ARDB 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
10DEFAULTTUNE = "aarch64_be"
11
12LE_UBOOT_FOR_ARMBE_TARGET = "1"
13
14MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
15
16KERNEL_CLASSES = " kernel-itbimage "
17KERNEL_IMAGETYPES = "itbImage"
18
19DTB_LOAD = "0x90000000"
20UBOOT_ENTRYPOINT = "0x80080000"
21
22UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi"
23UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
24UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
25UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
26
27KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
28KERNEL_DEFCONFIG ?= "defconfig"
29
30SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
31SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
32
33EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa"
34USE_VT = "0"