All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH 0/5] Add support for ConnectCore 6UL SOM and SBC Express
@ 2018-11-06 15:08 Alex Gonzalez
  2018-11-06 15:08 ` [3rdparty][PATCH 1/5] classes/image_types_digi: Image types for Digi ConnectCore modules Alex Gonzalez
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alex Gonzalez @ 2018-11-06 15:08 UTC (permalink / raw)
  To: meta-freescale

This patchset adds support for a ConnectCore 6UL SOM, based on NXP's i.MX6UL
SoC, and SBC express board that uses it.

This initial patchset lacks support for the on-board WiFi and Bluetooth and the
extended functionality provided by the on module NXP Kinetis KL03. 

The ConnectCore 6UL uses a Digi vendor U-boot based on NXP's BSP U-Boot,
and a linux-fslc mainline Linux kernel. The mainline support is lacking from
v4.18 but will be available in v4.19.

More information about the hardware can be found at:

ConnectCore 6UL SOM:
https://www.digi.com/products/embedded-systems/system-on-modules/connectcore-for-i-mx6ul

ConnectCore 6UL SBC Express board:
https://www.digi.com/products/embedded-systems/single-board-computers/connectcore-for-i-mx6ul-sbc-express

Alex Gonzalez (4):
  u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules
  linux-fslc: Add support for the ConnectCore 6UL SoM and SBC Express
  ccimx6ul: Add machine configuration for ConnectCore 6UL SOM
  ccimx6ulsbcexpress: Add initial board configuration

Javier Viguera (1):
  classes/image_types_digi: Image types for Digi ConnectCore modules

 classes/image_types_digi.bbclass                   |  51 ++
 conf/machine/ccimx6ulsbcexpress.conf               |  11 +
 conf/machine/include/ccimx6ul.inc                  |  34 ++
 .../u-boot/u-boot-digi/ccimx6ul/bootscript.txt     |   7 +
 recipes-bsp/u-boot/u-boot-digi_2017.03.bb          |  40 ++
 ...-mtd-gpmi-change-the-BCH-layout-setting-f.patch | 553 +++++++++++++++++++++
 ...6q-read-OCOTP-through-nvmem-for-imx6ul-im.patch | 115 +++++
 ...6ul-use-nvmem-cells-for-cpu-speed-grading.patch |  39 ++
 ...6ul-Add-DTS-for-ConnectCore-6UL-System-On.patch | 236 +++++++++
 ...6ul-Add-DTS-for-ConnectCore-6UL-SBC-Expre.patch | 244 +++++++++
 recipes-kernel/linux/linux-fslc_%.bbappend         |   8 +
 11 files changed, 1338 insertions(+)
 create mode 100644 classes/image_types_digi.bbclass
 create mode 100644 conf/machine/ccimx6ulsbcexpress.conf
 create mode 100644 conf/machine/include/ccimx6ul.inc
 create mode 100644 recipes-bsp/u-boot/u-boot-digi/ccimx6ul/bootscript.txt
 create mode 100644 recipes-bsp/u-boot/u-boot-digi_2017.03.bb
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ul/0001-MLK-11719-4-mtd-gpmi-change-the-BCH-layout-setting-f.patch
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ul/0002-cpufreq-imx6q-read-OCOTP-through-nvmem-for-imx6ul-im.patch
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ul/0003-ARM-dts-imx6ul-use-nvmem-cells-for-cpu-speed-grading.patch
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ul/0004-ARM-dts-imx6ul-Add-DTS-for-ConnectCore-6UL-System-On.patch
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ul/0005-ARM-dts-imx6ul-Add-DTS-for-ConnectCore-6UL-SBC-Expre.patch



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

end of thread, other threads:[~2018-11-12 11:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06 15:08 [3rdparty][PATCH 0/5] Add support for ConnectCore 6UL SOM and SBC Express Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 1/5] classes/image_types_digi: Image types for Digi ConnectCore modules Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 2/5] u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules Alex Gonzalez
2018-11-10  1:16   ` Otavio Salvador
2018-11-12  8:59     ` Gonzalez, Alex
2018-11-06 15:08 ` [3rdparty][PATCH 3/5] linux-fslc: Add support for the ConnectCore 6UL SoM and SBC Express Alex Gonzalez
2018-11-06 15:08 ` [3rdparty][PATCH 4/5] ccimx6ul: Add machine configuration for ConnectCore 6UL SOM Alex Gonzalez
2018-11-10  1:22   ` Otavio Salvador
2018-11-12  8:58     ` Gonzalez, Alex
2018-11-12 11:53       ` Otavio Salvador
2018-11-06 15:08 ` [3rdparty][PATCH 5/5] ccimx6ulsbcexpress: Add initial board configuration Alex Gonzalez

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.