From 43086b3b719a99044a40705744168fc616314fdc Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 15 Oct 2019 13:18:19 +0800 Subject: [PATCH] ls1028ardb: add machine config Signed-off-by: Chunrong Guo --- conf/machine/ls1028ardb.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 conf/machine/ls1028ardb.conf 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 @@ +#@TYPE: Machine +#@NAME: NXP LS1028ARDB +#@SOC: LSCH3 +#@DESCRIPTION: Machine configuration for running LS1028ARDB in 64-bit mode +#@MAINTAINER: Chunrong.Guo + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +MACHINE_FEATURES += "optee" + +MACHINEOVERRIDES =. "fsl-lsch3:ls1028a:" + +KERNEL_CLASSES = " kernel-fitimage " +KERNEL_IMAGETYPES = "fitImage" + +UBOOT_DTB_LOADADDRESS = "0x90000000" +UBOOT_ENTRYPOINT = "0x80080000" + +UBOOT_CONFIG ??= "tfa-secure-boot tfa" +UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig,,u-boot-dtb.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb" +KERNEL_DEFCONFIG ?= "defconfig" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" + +RCWSD ?= "R_SQPP_0x85bb/rcw_1300_sdboot" +RCWXSPI ?= "R_SQPP_0x85bb/rcw_1300" +RCWEMMC ?= "R_SQPP_0x85bb/rcw_1300_emmcboot" + +EXTRA_IMAGEDEPENDS += "rcw atf dp-firmware-cadence" +USE_VT = "0" -- 2.40.1