diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-11 13:49:20 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:57 -0300 |
| commit | 5375533731034006ed74404172acfc3b24429168 (patch) | |
| tree | c12e14d7d18f4b9086bb5f05869b81e162086c78 | |
| parent | 82fd8338744f806e54e7c0e9f6926448bf052265 (diff) | |
| download | meta-freescale-5375533731034006ed74404172acfc3b24429168.tar.gz | |
ls2088ardb: Add machine config file
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/ls2088ardb.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf new file mode 100644 index 000000000..9047faef7 --- /dev/null +++ b/conf/machine/ls2088ardb.conf | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP LS2088ARDB | ||
| 3 | #@SOC: LSCH3 | ||
| 4 | #@DESCRIPTION: Machine configuration for running LS2088ARDB in 64-bit mode | ||
| 5 | #@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com> | ||
| 6 | |||
| 7 | require conf/machine/include/qoriq-arm64.inc | ||
| 8 | require conf/machine/include/arm/arch-arm64.inc | ||
| 9 | |||
| 10 | MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "secure-boot nor" | ||
| 13 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | ||
| 14 | UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
| 15 | |||
| 16 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" | ||
| 17 | KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" | ||
| 18 | |||
| 19 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
| 20 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 21 | |||
| 22 | EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex ppa" | ||
| 23 | USE_VT = "0" | ||
