[U-Boot] [PATCH] arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC

Simon Glass sjg at chromium.org
Wed Sep 28 19:51:55 CEST 2016


Hi,

On 28 September 2016 at 09:46,  <linux-kernel-dev at beckhoff.com> wrote:
> From: Patrick Bruenn <p.bruenn at beckhoff.com>
>
> Add CX9020 board based on mx53loco.
> Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
> serial_mxc with DTE and prepare for device tree migration of other
> functions and imx53 devices.
>
> The CX9020 differs from i.MX53 Quick Start Board by:
> - use uart2 instead of uart1
> - DVI-D connector instead of VGA
> - no audio
> - CCAT FPGA connected to emi
> - enable rtc
>
> Signed-off-by: Patrick Bruenn <p.bruenn at beckhoff.com>
>
> ---
>
>  arch/arm/Kconfig                             |   7 +
>  arch/arm/dts/Makefile                        |   2 +
>  arch/arm/dts/imx53-cx9020.dts                |  26 ++
>  arch/arm/dts/imx53.dtsi                      |  41 ++
>  board/beckhoff/mx53cx9020/Kconfig            |  15 +
>  board/beckhoff/mx53cx9020/MAINTAINERS        |   6 +
>  board/beckhoff/mx53cx9020/Makefile           |   9 +
>  board/beckhoff/mx53cx9020/imximage.cfg       |  82 ++++
>  board/beckhoff/mx53cx9020/mx53cx9020.c       | 564 +++++++++++++++++++++++++++
>  board/beckhoff/mx53cx9020/mx53cx9020_video.c |  83 ++++
>  configs/mx53cx9020_defconfig                 |  19 +
>  include/configs/mx53cx9020.h                 | 211 ++++++++++
>  12 files changed, 1065 insertions(+)
>  create mode 100644 arch/arm/dts/imx53-cx9020.dts
>  create mode 100644 arch/arm/dts/imx53.dtsi
>  create mode 100644 board/beckhoff/mx53cx9020/Kconfig
>  create mode 100644 board/beckhoff/mx53cx9020/MAINTAINERS
>  create mode 100644 board/beckhoff/mx53cx9020/Makefile
>  create mode 100644 board/beckhoff/mx53cx9020/imximage.cfg
>  create mode 100644 board/beckhoff/mx53cx9020/mx53cx9020.c
>  create mode 100644 board/beckhoff/mx53cx9020/mx53cx9020_video.c
>  create mode 100644 configs/mx53cx9020_defconfig
>  create mode 100644 include/configs/mx53cx9020.h

There are a few things here that should use driver model:

- Video
- LED GPIOs
- Pinctrl

Is that future work?

Regards,
Simon


More information about the U-Boot mailing list