37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
|
|
#@TYPE: Machine
|
||
|
|
#@NAME: NXP LX2162AQDS
|
||
|
|
#@SOC: LSCH3
|
||
|
|
#@DESCRIPTION: Machine configuration for running LX2162AQDS in 64-bit mode
|
||
|
|
#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
|
||
|
|
|
||
|
|
require conf/machine/include/qoriq-arm64.inc
|
||
|
|
require conf/machine/include/arm/arch-arm64.inc
|
||
|
|
|
||
|
|
MACHINEOVERRIDES =. "fsl-lsch3:lx2162a:"
|
||
|
|
|
||
|
|
MACHINE_FEATURES += "optee"
|
||
|
|
|
||
|
|
KERNEL_CLASSES = " kernel-fitimage "
|
||
|
|
KERNEL_IMAGETYPES = "fitImage"
|
||
|
|
|
||
|
|
DTB_LOAD = "0x90000000"
|
||
|
|
UBOOT_ENTRYPOINT = "0x80080000"
|
||
|
|
|
||
|
|
UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa"
|
||
|
|
UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig"
|
||
|
|
UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig"
|
||
|
|
UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin"
|
||
|
|
|
||
|
|
KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb"
|
||
|
|
KERNEL_DEFCONFIG ?= "defconfig"
|
||
|
|
|
||
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
|
||
|
|
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
||
|
|
|
||
|
|
RCWXSPI ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
|
||
|
|
RCWSD ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
|
||
|
|
RCWEMMC ?= "GGGG_NNNN_PPPP_PPPP_RR_17_2/rcw_2000_650_2900_17_2"
|
||
|
|
|
||
|
|
EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy qoriq-atf inphi"
|
||
|
|
USE_VT = "0"
|