All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH v2] imx7d-pico: Add machine configuration
@ 2017-09-14 18:28 Vanessa Maegima
  2017-09-14 19:40 ` Fabio Berton
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Vanessa Maegima @ 2017-09-14 18:28 UTC (permalink / raw)
  To: meta-freescale; +Cc: tmatsuzawa, Vanessa Maegima, desrochers.philippe

Add machine definition for imx7d-pico board.

For more information about this reference design, please visit:

https://www.wandboard.org/products/android-things/PICO-PI-IMX7/

The machine configuration file used to include Yocto Project support to the
board is a consolidation work only.

It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP,
where the hard work is actually done.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
---
Changes since v1:
- Remove unnecessary overriding
- Add wic support
- Remove unnecessary line COMPATIBLE_MACHINE_imx7d-pico

 conf/machine/imx7d-pico.conf | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 conf/machine/imx7d-pico.conf

diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf
new file mode 100644
index 0000000..80aea98
--- /dev/null
+++ b/conf/machine/imx7d-pico.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: IMX7D-PICO
+#@SOC: i.MX7D
+#@DESCRIPTION: Machine configuration for IMX7D-PICO board.
+#@MAINTAINER: Vanessa Maegima <vanessa.maegima@nxp.com>
+
+MACHINEOVERRIDES =. "use-mainline-bsp:mx7:mx7d:"
+
+require conf/machine/include/imx-base.inc
+require conf/machine/include/tune-cortexa7.inc
+
+SERIAL_CONSOLE = "115200 ttymxc4"
+
+KERNEL_DEVICETREE = "imx7d-pico.dtb"
+
+UBOOT_MACHINE = "pico-imx7d_defconfig"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
+    kernel-image \
+    kernel-devicetree \
+    u-boot-fslc \
+"
+
+WKS_FILES ?= "imx-uboot.wks"
+WKS_FILE_DEPENDS ?= ""
+
+IMAGE_FSTYPES = "tar.bz2 ext4 wic.gz"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-10-04 11:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 18:28 [3rdparty][PATCH v2] imx7d-pico: Add machine configuration Vanessa Maegima
2017-09-14 19:40 ` Fabio Berton
2017-09-29  8:06   ` Takashi Matsuzawa
2017-09-29 11:54     ` Fabio Estevam
2017-09-29 12:28       ` Fabio Estevam
2017-09-27 23:29 ` Philippe Desrochers
2017-09-27 23:57   ` Otavio Salvador
2017-09-28 13:00     ` Vanessa Maegima
2017-09-28 13:12       ` Otavio Salvador
2017-09-28 13:39         ` Vanessa Maegima
2017-10-03  9:47 ` [3rdparty][PATCH v2] imx7d-pico: Add machine configuration (booting) Takashi Matsuzawa
2017-10-03 10:35   ` Takashi Matsuzawa
2017-10-03 12:14     ` Vanessa Ayumi Maegima
2017-10-04  4:15       ` Takashi Matsuzawa
2017-10-04  4:52         ` Takashi Matsuzawa
2017-10-04  7:00           ` Takashi Matsuzawa
2017-10-04 10:36             ` Takashi Matsuzawa
2017-10-04 11:26               ` Vanessa Ayumi Maegima

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.