All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.angolini@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [PATCH] imx6ullevk: Add machine file
Date: Wed, 4 Oct 2017 14:49:32 -0300	[thread overview]
Message-ID: <1507139372-4642-1-git-send-email-daiane.angolini@nxp.com> (raw)

CPU:   Freescale i.MX6ULL rev1.0 at 396MHz
CPU:   Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Board: MX6ULL 14x14 EVK
I2C:   ready
DRAM:  512 MiB

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
---
 conf/machine/imx6ullevk.conf | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 conf/machine/imx6ullevk.conf

diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
new file mode 100644
index 0000000..3018c0d
--- /dev/null
+++ b/conf/machine/imx6ullevk.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX6ULL Evaluation Kit
+#@SOC: i.MX6ULL
+#@DESCRIPTION: Machine configuration for Freescale i.MX6ULL EVK
+#@MAINTAINER: Daiane Angolini <daiane.angolini@nxp.com>
+
+MACHINEOVERRIDES =. "mx6:mx6ull:"
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa7.inc
+
+KERNEL_DEVICETREE = "imx6ull-14x14-evk.dtb imx6ull-14x14-evk-btwifi.dtb"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"
+UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
+
+IMAGE_FSTYPES = "wic.gz"
+IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE} ${KERNEL_DEVICETREE}"
+WKS_FILE ?= "imx-uboot-bootpart.wks"
-- 
2.7.4



             reply	other threads:[~2017-10-04 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 17:49 Daiane Angolini [this message]
2017-10-04 20:44 ` [PATCH] imx6ullevk: Add machine file 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=1507139372-4642-1-git-send-email-daiane.angolini@nxp.com \
    --to=daiane.angolini@nxp.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.