All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm-extra][PATCH v2 2/2] Add wandboard dual machine conf
Date: Tue, 19 Feb 2013 21:55:59 -0600	[thread overview]
Message-ID: <1361332559-3399-2-git-send-email-rjohnweber@gmail.com> (raw)
In-Reply-To: <1361332559-3399-1-git-send-email-rjohnweber@gmail.com>

This patch adds conf/machine file for Wandboard Dual to meta-fsl-arm-extra.

Upstream-Status: Submitted [meta-freescale@yoctoproject.org]

Changes since v1:
        Added description
        Added upstream-status 
        Reversed the patch order 

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 conf/machine/wandboard-dual.conf |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 conf/machine/wandboard-dual.conf

diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
new file mode 100644
index 0000000..483efc4
--- /dev/null
+++ b/conf/machine/wandboard-dual.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: i.MX6 Wandboard Dual
+#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Dual
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+SOC_FAMILY = "mx6dl:mx6"
+
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-imx" 
+
+UBOOT_MACHINE = "wandboard_config"
+UBOOT_SUFFIX = "bin"
+UBOOT_PADDING = "2"
+
+SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
-- 
1.7.9.5



  reply	other threads:[~2013-02-20  3:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-20  3:55 [meta-fsl-arm-extra][PATCH v2 1/2] Add wandboard to u-boot-imx John Weber
2013-02-20  3:55 ` John Weber [this message]
2013-02-20  6:22   ` [meta-fsl-arm-extra][PATCH v2 2/2] Add wandboard dual machine conf Otavio Salvador
2013-02-20  8:29     ` Eric Bénard
2013-02-20 11:40       ` Otavio Salvador
2013-02-20 16:09         ` John Weber
2013-02-20 16:18           ` Otavio Salvador
2013-02-21  6:19             ` John Weber
2013-02-21 11:52               ` Otavio Salvador
2013-02-21 12:56                 ` Eric Bénard
2013-02-20  6:21 ` [meta-fsl-arm-extra][PATCH v2 1/2] Add wandboard to u-boot-imx Otavio Salvador

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=1361332559-3399-2-git-send-email-rjohnweber@gmail.com \
    --to=rjohnweber@gmail.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.