summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-05 15:01:03 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commit706bf35c4cf7a3b1c73953b170e088893948257f (patch)
tree9d08a7e8cb9dd87c4168d0ac61df1e7fd2d39ea0
parente3e8915983015ae6219ca89c3404860f9969a54e (diff)
downloadmeta-freescale-706bf35c4cf7a3b1c73953b170e088893948257f.tar.gz
ls1046afrwy: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--conf/machine/ls1046afrwy.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/ls1046afrwy.conf b/conf/machine/ls1046afrwy.conf
new file mode 100644
index 00000000..c82fb4d4
--- /dev/null
+++ b/conf/machine/ls1046afrwy.conf
@@ -0,0 +1,35 @@
1#@TYPE: Machine
2#@NAME: NXP LS1046AFRWY
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode
5#@MAINTAINER: Chunrong.guo <chunrong.guo@nxp.com>
6
7MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
8
9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12KERNEL_CLASSES = " kernel-fitimage "
13KERNEL_IMAGETYPES = "fitImage"
14
15UBOOT_DTB_LOADADDRESS = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000"
17
18UBOOT_CONFIG ??= "tfa-secure-boot tfa"
19UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig,,u-boot-dtb.bin"
20UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
21
22KERNEL_DEVICETREE ?= "\
23 freescale/fsl-ls1046a-frwy-sdk.dtb \
24 freescale/fsl-ls1046a-frwy-usdpaa.dtb \
25"
26KERNEL_DEFCONFIG ?= "defconfig"
27
28SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
29SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
30
31RCWQSPI ?= "NN_NNQNNPNP_3040_0506/rcw_1600_qspiboot"
32RCWSD ?= "NN_NNQNNPNP_3040_0506/rcw_1600_sdboot"
33
34EXTRA_IMAGEDEPENDS += "fm-ucode rcw atf ls2-phy"
35USE_VT = "0"