aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/profiles/120-gateworks.mk
blob: 454c1005183a80a623b5622d078a95d9258b64ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/IMX6Q_GW5400_A
  NAME:=Gateworks Ventana GW5400-A
  PACKAGES:= \
	kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
	kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000
endef

define Profile/IMX6Q_GW5400_A/Description
 The Gateworks GW5400-A family of products is based on the Freescale i.MX6Q SoC
 and offers a large variety of peripherals such as:

  * DDR3
  * SPI FLASH
  * 6x PCIe (3x with USB)
  * Optional expansion for additional USB/PCI based periperhals
  * 1x USB EHCI
  * 1x USB OTG
  * HDMI Audio/Video in/out
  * Analog Video in/out
  * Analog Audio in/out
  * Gateworks System Controller
endef

$(eval $(call Profile,IMX6Q_GW5400_A))

define Profile/IMX6Q_GW54XX
  NAME:=Gateworks Ventana i.MX6 Quad GW54XX
  PACKAGES:= \
	kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
	kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
	kobs-ng
endef

define Profile/IMX6Q_GW54XX/Description
 The Gateworks GW54xx family of products is based on the Freescale i.MX6Q SoC
 and offers a large variety of peripherals such as:

  * DDR3
  * NAND FLASH
  * 6x PCIe (3x with USB)
  * Optional expansion for additional USB/PCI based periperhals
  * 1x USB EHCI
  * 1x USB OTG
  * HDMI Audio/Video in/out
  * Analog Video in/out
  * Analog Audio in/out
  * Gateworks System Controller
endef

IMX6Q_GW54XX_UBIFS_OPTS:="-m 2048 -e 124KiB -c 1912"
IMX6Q_GW54XX_UBI_OPTS:="-m 2048 -p 128KiB -s 2048"

$(eval $(call Profile,IMX6Q_GW54XX))