All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Migrate cx9020 to DM_ETH, DM_USB and distro boot
@ 2019-10-23  5:40 linux-kernel-dev at beckhoff.com
  2019-10-23  5:40 ` [U-Boot] [PATCH 1/4] imx: cx9020: migrate cx9020 to CONFIG_DM_ETH linux-kernel-dev at beckhoff.com
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: linux-kernel-dev at beckhoff.com @ 2019-10-23  5:40 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.23.0

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot] [PATCH 2/4] imx: cx9020: migrate cx9020 to CONFIG_DM_USB
@ 2019-12-29 10:28 sbabic at denx.de
  0 siblings, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2019-12-29 10:28 UTC (permalink / raw)
  To: u-boot

> From: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
> Note: gpio7_8 was never used for usb power regulator so we remove it here
> Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
> Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2019-12-29 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-23  5:40 [U-Boot] [PATCH 0/4] Migrate cx9020 to DM_ETH, DM_USB and distro boot linux-kernel-dev at beckhoff.com
2019-10-23  5:40 ` [U-Boot] [PATCH 1/4] imx: cx9020: migrate cx9020 to CONFIG_DM_ETH linux-kernel-dev at beckhoff.com
2019-10-23  5:40 ` [U-Boot] [PATCH 2/4] imx: cx9020: migrate cx9020 to CONFIG_DM_USB linux-kernel-dev at beckhoff.com
2019-10-23  5:40 ` [U-Boot] [PATCH 3/4] imx: cx9020: enable vidconsole by default linux-kernel-dev at beckhoff.com
2019-10-23  5:40 ` [U-Boot] [PATCH 4/4] imx: cx9020: use distro boot linux-kernel-dev at beckhoff.com
  -- strict thread matches above, loose matches on Subject: below --
2019-12-29 10:28 [U-Boot] [PATCH 2/4] imx: cx9020: migrate cx9020 to CONFIG_DM_USB 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.