All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhenhua Luo <zhenhua.luo@freescale.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm][PATCH v4 5/6] ls1021aqds.conf: Add machine conf for ls1021aqds
Date: Thu, 4 Sep 2014 12:33:18 +0800	[thread overview]
Message-ID: <1409805199-684-5-git-send-email-zhenhua.luo@freescale.com> (raw)
In-Reply-To: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com>

* define the SOC_FAMILY
* set UBOOT_CONFIG
* configure kernel devicetree and defconfig
* define options related to serial console

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/ls1021aqds.conf | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/machine/ls1021aqds.conf

diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
new file mode 100644
index 0000000..012edb1
--- /dev/null
+++ b/conf/machine/ls1021aqds.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: Freescale LS1021AQDS board
+#@SOC: ls102xa
+#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode
+#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
+
+require conf/machine/include/ls-base.inc
+require conf/machine/include/tune-cortexa7.inc
+
+SOC_FAMILY = "ls102xa"
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "ls1021aqds_nor"
+UBOOT_CONFIG[spi] = "ls1021aqds_spi"
+UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot"
+UBOOT_CONFIG[letech] = "ls1021aqds_letech"
+
+KERNEL_DEVICETREE = "ls1021a-qds.dtb"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+USE_VT ?= "0"
-- 
1.9.3



  parent reply	other threads:[~2014-09-04  4:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04  4:33 [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 2/6] u-boot-ls1: Add recipe for Layerscape1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 3/6] linux-ls1: Add kernel recipes " Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 4/6] rcw: add " Zhenhua Luo
2014-09-04  4:33 ` Zhenhua Luo [this message]
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 6/6] ls1021aqtwr.conf: Add machine conf for ls1021atwr Zhenhua Luo
2014-09-04 18:00 ` [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Otavio Salvador
2014-09-05  1:58   ` zhenhua.luo
2014-09-05  2:00     ` Otavio Salvador
2014-09-10  3:08       ` zhenhua.luo
2014-09-10 14:33         ` zhenhua.luo
2014-09-05  2:39 ` John Weber
2014-09-05  3:10   ` zhenhua.luo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1409805199-684-5-git-send-email-zhenhua.luo@freescale.com \
    --to=zhenhua.luo@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.