summaryrefslogtreecommitdiffstats
path: root/conf/machine/lx2162aqds.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 18:02:41 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:38:13 -0300
commitba4431a2c9e42456a7ad918fb97a7bf6554cdbbc (patch)
tree98563deb61120883d3b048872be7fe57344e6597 /conf/machine/lx2162aqds.conf
parentcd59a5425a2ad1391ee71d0d2fea63997e9a7cb2 (diff)
downloadmeta-freescale-ba4431a2c9e42456a7ad918fb97a7bf6554cdbbc.tar.gz
lx2162aqds: add machine file
lx2160aqds is board based on LX2162A processor. The LX2162A (also known as LX2-Lite) processor squeezes the processing capability of the popular LX2160A device into a package that is nearly one quarter the size. It combines the low power of the 16nm FinFET process technology and sixteen Arm Cortex-A72 cores with data path acceleration optimized for L2/3 packet processing, security offload and robust traffic management and quality of service. More info: https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/layerscape-multicore-processors/layerscape-lx2162a-multicore-communications-processor:LX2162A Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/lx2162aqds.conf')
-rw-r--r--conf/machine/lx2162aqds.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/lx2162aqds.conf b/conf/machine/lx2162aqds.conf
new file mode 100644
index 00000000..33f1b99d
--- /dev/null
+++ b/conf/machine/lx2162aqds.conf
@@ -0,0 +1,36 @@
1#@TYPE: Machine
2#@NAME: NXP LX2162AQDS
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for running LX2162AQDS 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
10MACHINEOVERRIDES =. "fsl-lsch3:lx2162a:"
11
12MACHINE_FEATURES += "optee"
13
14KERNEL_CLASSES = " kernel-fitimage "
15KERNEL_IMAGETYPES = "fitImage"
16
17DTB_LOAD = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig,,u-boot-dtb.bin"
22UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin"
24
25KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb"
26KERNEL_DEFCONFIG ?= "defconfig"
27
28SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
29SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
30
31RCWXSPI ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
32RCWSD ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
33RCWEMMC ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
34
35EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy atf inphi"
36USE_VT = "0"