From: Zongchun Yu <[email protected]> Signed-off-by: Zongchun Yu <[email protected]> --- conf/machine/ls2080ardb.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/ls2080ardb.conf
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf new file mode 100644 index 0000000..53fd1ec --- /dev/null +++ b/conf/machine/ls2080ardb.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: Freescale LS2080ARDB board +#@SOC: LSCH3 +#@DESCRIPTION: Machine configuration for running LS2080ARDB in 64-bit mode +#@MAINTAINER: Zongchun Yu <[email protected]> + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +SOC_FAMILY = "fsl-lsch3" + +UBOOT_CONFIG ??= "nor" +UBOOT_CONFIG[nor] = "ls2080ardb_defconfig" + +KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" +KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" + +EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex" +USE_VT = "0" -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
