diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-15 13:18:19 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | 43086b3b719a99044a40705744168fc616314fdc (patch) | |
tree | 82fc5de4e995f198ab50412907a352de25c647e5 /conf | |
parent | bf0b6a9a5deb4f37ffe9f32e9c3cc166ccaabf10 (diff) | |
download | meta-freescale-43086b3b719a99044a40705744168fc616314fdc.tar.gz |
ls1028ardb: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls1028ardb.conf | 35 |
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 | |||
7 | require conf/machine/include/qoriq-arm64.inc | ||
8 | require conf/machine/include/arm/arch-arm64.inc | ||
9 | |||
10 | MACHINE_FEATURES += "optee" | ||
11 | |||
12 | MACHINEOVERRIDES =. "fsl-lsch3:ls1028a:" | ||
13 | |||
14 | KERNEL_CLASSES = " kernel-fitimage " | ||
15 | KERNEL_IMAGETYPES = "fitImage" | ||
16 | |||
17 | UBOOT_DTB_LOADADDRESS = "0x90000000" | ||
18 | UBOOT_ENTRYPOINT = "0x80080000" | ||
19 | |||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | ||
21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
22 | UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig,,u-boot-dtb.bin" | ||
23 | |||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb" | ||
25 | KERNEL_DEFCONFIG ?= "defconfig" | ||
26 | |||
27 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
28 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
29 | |||
30 | RCWSD ?= "R_SQPP_0x85bb/rcw_1300_sdboot" | ||
31 | RCWXSPI ?= "R_SQPP_0x85bb/rcw_1300" | ||
32 | RCWEMMC ?= "R_SQPP_0x85bb/rcw_1300_emmcboot" | ||
33 | |||
34 | EXTRA_IMAGEDEPENDS += "rcw atf dp-firmware-cadence" | ||
35 | USE_VT = "0" | ||