All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH 0/6] Add support for the ConnectCore 6UL SBC Pro board
@ 2019-02-21 15:24 Alex Gonzalez
  2019-02-21 15:24 ` [3rdparty][PATCH 1/6] ccimx6ulsbcexpress: Separate machine configuration into SOM and board Alex Gonzalez
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Alex Gonzalez @ 2019-02-21 15:24 UTC (permalink / raw)
  To: meta-freescale

This patchset adds support for the ConnectCore 6UL SBC Pro board based on the ConnectCore 6UL SOM.

Support for this board is added to the linux-fslc v4.19 kernel. Mainline linux v4.20 will already contain the board's support.

More information about the hardware can be found at:
https://www.digi.com/products/embedded-systems/single-board-computers/connectcore-for-i-mx6ul-sbc-pro

Alex Gonzalez (6):
  ccimx6ulsbcexpress: Separate machine configuration into SOM and board
  init-ifupdown: ccimx6ulsbcexpress: Add interfaces file
  u-boot-digi: Generalize boot script
  ccimx6ulsbcpro: Add machine configuration
  linux-fslc: Add support for the ConnectCore 6UL SBC Pro
  init-ifupdown: ccimx6ulsbcpro: Add interfaces file

 conf/machine/ccimx6ulsbcexpress.conf               |  33 +-
 conf/machine/ccimx6ulsbcpro.conf                   |  11 +
 conf/machine/include/ccimx6ulsom.conf              |  34 ++
 .../u-boot/u-boot-digi/ccimx6ul/bootscript.txt     |   4 +-
 recipes-bsp/u-boot/u-boot-digi_2017.03.bb          |   1 +
 .../init-ifupdown/ccimx6ulsbcexpress/interfaces    |  45 +++
 .../init-ifupdown/ccimx6ulsbcpro/interfaces        |  46 +++
 ...mx6ul-Add-DTS-for-ConnectCore-6UL-SBC-Pro.patch | 440 +++++++++++++++++++++
 recipes-kernel/linux/linux-fslc_%.bbappend         |   4 +
 9 files changed, 586 insertions(+), 32 deletions(-)
 create mode 100644 conf/machine/ccimx6ulsbcpro.conf
 create mode 100644 conf/machine/include/ccimx6ulsom.conf
 create mode 100644 recipes-core/init-ifupdown/init-ifupdown/ccimx6ulsbcexpress/interfaces
 create mode 100644 recipes-core/init-ifupdown/init-ifupdown/ccimx6ulsbcpro/interfaces
 create mode 100644 recipes-kernel/linux/linux-fslc/ccimx6ulsbcpro/0001-ARM-dts-imx6ul-Add-DTS-for-ConnectCore-6UL-SBC-Pro.patch



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

end of thread, other threads:[~2019-02-27 19:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 15:24 [3rdparty][PATCH 0/6] Add support for the ConnectCore 6UL SBC Pro board Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 1/6] ccimx6ulsbcexpress: Separate machine configuration into SOM and board Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 2/6] init-ifupdown: ccimx6ulsbcexpress: Add interfaces file Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 3/6] u-boot-digi: Generalize boot script Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 4/6] ccimx6ulsbcpro: Add machine configuration Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 5/6] linux-fslc: Add support for the ConnectCore 6UL SBC Pro Alex Gonzalez
2019-02-21 15:24 ` [3rdparty][PATCH 6/6] init-ifupdown: ccimx6ulsbcpro: Add interfaces file Alex Gonzalez
2019-02-21 16:36 ` [3rdparty][PATCH 0/6] Add support for the ConnectCore 6UL SBC Pro board Otavio Salvador
2019-02-27 12:53   ` Gonzalez, Alex
2019-02-27 19:53     ` Otavio Salvador

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.