summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1028ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-10-15 13:18:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-10-21 09:07:06 -0300
commit43086b3b719a99044a40705744168fc616314fdc (patch)
tree82fc5de4e995f198ab50412907a352de25c647e5 /conf/machine/ls1028ardb.conf
parentbf0b6a9a5deb4f37ffe9f32e9c3cc166ccaabf10 (diff)
downloadmeta-freescale-43086b3b719a99044a40705744168fc616314fdc.tar.gz
ls1028ardb: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/ls1028ardb.conf')
-rw-r--r--conf/machine/ls1028ardb.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/ls1028ardb.conf b/conf/machine/ls1028ardb.conf
new file mode 100644
index 00000000..cde6bccf
--- /dev/null
+++ b/conf/machine/ls1028ardb.conf
@@ -0,0 +1,35 @@
1#@TYPE: Machine
2#@NAME: NXP LS1028ARDB
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for running LS1028ARDB in 64-bit mode
5#@MAINTAINER: Chunrong.Guo <chunrong.guo@nxp.com>
6
7require conf/machine/include/qoriq-arm64.inc
8require conf/machine/include/arm/arch-arm64.inc
9
10MACHINE_FEATURES += "optee"
11
12MACHINEOVERRIDES =. "fsl-lsch3:ls1028a:"
13
14KERNEL_CLASSES = " kernel-fitimage "
15KERNEL_IMAGETYPES = "fitImage"
16
17UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
22UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig,,u-boot-dtb.bin"
23
24KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb"
25KERNEL_DEFCONFIG ?= "defconfig"
26
27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
29
30RCWSD ?= "R_SQPP_0x85bb/rcw_1300_sdboot"
31RCWXSPI ?= "R_SQPP_0x85bb/rcw_1300"
32RCWEMMC ?= "R_SQPP_0x85bb/rcw_1300_emmcboot"
33
34EXTRA_IMAGEDEPENDS += "rcw atf dp-firmware-cadence"
35USE_VT = "0"