All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/7] toradex: add support for Apalis iMX8X WB IT V1.1 module
@ 2020-10-22  8:21 Igor Opaniuk
  2020-10-22  8:21 ` [PATCH v1 1/7] ARM: dts: fsl-imx8qxp-apalis: add initial device tree Igor Opaniuk
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Igor Opaniuk @ 2020-10-22  8:21 UTC (permalink / raw)
  To: u-boot

- Adds initial support for the Toradex Apalis iMX8X 2GB WB
  IT V1.1A System on Module suppo
- Introduces weak function board_mem_get_layout() for imx8-based board
  which allows overriding the memory layout from board code in runtime,
  useful for handling different SKU versions

Igor Opaniuk (6):
  ARM: dts: fsl-imx8qxp-apalis: add initial device tree
  board: toradex: add apalis-imx8x 2gb wb it v1.1a module support
  doc: board: apalis-imx8x: add documentation
  apalis-imx8: add implementation for board_mem_get_layout
  apalis-imx8x: add implementation for board_mem_get_layout
  colibri-imx8x: add implementation for board_mem_get_layout

Marcel Ziswiler (1):
  imx8: allow overriding memory layout

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/fsl-imx8qxp-apalis-u-boot.dtsi   | 139 +++++++++
 arch/arm/dts/fsl-imx8qxp-apalis.dts           | 278 ++++++++++++++++++
 arch/arm/include/asm/mach-imx/sys_proto.h     |   5 +
 arch/arm/mach-imx/imx8/Kconfig                |   6 +
 arch/arm/mach-imx/imx8/cpu.c                  |  96 ++++--
 board/toradex/apalis-imx8/apalis-imx8.c       |  23 ++
 board/toradex/apalis-imx8x/Kconfig            |  30 ++
 board/toradex/apalis-imx8x/MAINTAINERS        |  10 +
 board/toradex/apalis-imx8x/Makefile           |   6 +
 .../apalis-imx8x/apalis-imx8x-imximage.cfg    |  24 ++
 board/toradex/apalis-imx8x/apalis-imx8x.c     | 154 ++++++++++
 board/toradex/colibri-imx8x/colibri-imx8x.c   |  23 ++
 configs/apalis-imx8x_defconfig                |  77 +++++
 doc/board/toradex/apalix-imx8x.rst            |  74 +++++
 doc/board/toradex/index.rst                   |   1 +
 include/configs/apalis-imx8x.h                | 149 ++++++++++
 17 files changed, 1067 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/dts/fsl-imx8qxp-apalis-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-imx8qxp-apalis.dts
 create mode 100644 board/toradex/apalis-imx8x/Kconfig
 create mode 100644 board/toradex/apalis-imx8x/MAINTAINERS
 create mode 100644 board/toradex/apalis-imx8x/Makefile
 create mode 100644 board/toradex/apalis-imx8x/apalis-imx8x-imximage.cfg
 create mode 100644 board/toradex/apalis-imx8x/apalis-imx8x.c
 create mode 100644 configs/apalis-imx8x_defconfig
 create mode 100644 doc/board/toradex/apalix-imx8x.rst
 create mode 100644 include/configs/apalis-imx8x.h

-- 
2.17.1

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

end of thread, other threads:[~2020-12-08  7:59 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  8:21 [PATCH v1 0/7] toradex: add support for Apalis iMX8X WB IT V1.1 module Igor Opaniuk
2020-10-22  8:21 ` [PATCH v1 1/7] ARM: dts: fsl-imx8qxp-apalis: add initial device tree Igor Opaniuk
2020-10-29 16:51   ` Oleksandr Suvorov
2020-12-08  7:59   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 2/7] board: toradex: add apalis-imx8x 2gb wb it v1.1a module support Igor Opaniuk
2020-10-29 16:52   ` Oleksandr Suvorov
2020-11-19 14:27   ` Oliver Graute
2020-12-08  7:58   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 3/7] doc: board: apalis-imx8x: add documentation Igor Opaniuk
2020-10-29 16:53   ` Oleksandr Suvorov
2020-12-08  7:58   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 4/7] imx8: allow overriding memory layout Igor Opaniuk
2020-10-29 16:57   ` Oleksandr Suvorov
2020-12-08  7:59   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 5/7] apalis-imx8: add implementation for board_mem_get_layout Igor Opaniuk
2020-10-30 15:19   ` Oleksandr Suvorov
2020-12-08  7:59   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 6/7] apalis-imx8x: " Igor Opaniuk
2020-12-08  7:58   ` sbabic at denx.de
2020-10-22  8:21 ` [PATCH v1 7/7] colibri-imx8x: " Igor Opaniuk
2020-12-08  7:59   ` sbabic at denx.de

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.