mbox series

[U-Boot,0/4] Migrate cx9020 to DM_ETH, DM_USB and distro boot

Message ID 20191023054043.22984-1-linux-kernel-dev@beckhoff.com
Headers show
Series Migrate cx9020 to DM_ETH, DM_USB and distro boot | expand

Message

linux-kernel-dev Oct. 23, 2019, 5:40 a.m. UTC
From: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>


This series migrates the cx9020 to DM_ETH and DM_USB.
It also switches bootcmds from custom uEnv.txt based booting to
distroboot.

DM_USB works but enabling usb keyboards just makes them disappear from
the usb device list.

The cx9020 board needs to load a bitstream into an fpga. It's currently
easiest to use boot.scr boot scripts to load the bitstream with u-boot.
In the future this might be implemented in the kernel driver for the
fpga to support full boot with extlinux.conf.


Steffen Dirkwinkel (4):
  imx: cx9020: migrate cx9020 to CONFIG_DM_ETH
  imx: cx9020: migrate cx9020 to CONFIG_DM_USB
  imx: cx9020: enable vidconsole by default
  imx: cx9020: use distro boot

 arch/arm/dts/imx53-cx9020.dts          | 42 ++++++++----
 board/beckhoff/mx53cx9020/mx53cx9020.c | 10 ---
 configs/mx53cx9020_defconfig           | 10 +++
 include/configs/mx53cx9020.h           | 95 ++++++--------------------
 4 files changed, 59 insertions(+), 98 deletions(-)