From patchwork Wed Oct 23 05:40:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: linux-kernel-dev X-Patchwork-Id: 1181831 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=beckhoff.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46yfPm4YNJz9sPf for ; Wed, 23 Oct 2019 16:41:30 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 2384FC21D8A; Wed, 23 Oct 2019 05:41:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E1A66C21C29; Wed, 23 Oct 2019 05:41:19 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 45F6CC21BE5; Wed, 23 Oct 2019 05:41:19 +0000 (UTC) Received: from netsrv01.beckhoff.com (netsrv01.beckhoff.com [62.159.14.10]) by lists.denx.de (Postfix) with ESMTPS id E0167C21BE5 for ; Wed, 23 Oct 2019 05:41:18 +0000 (UTC) Received: from std-ryzen.beckhoff.com (172.17.66.173) by NT-Mail06.beckhoff.com (10.1.0.30) with Microsoft SMTP Server (TLS) id 14.3.301.0; Wed, 23 Oct 2019 07:41:17 +0200 From: To: Date: Wed, 23 Oct 2019 07:40:39 +0200 Message-ID: <20191023054043.22984-1-linux-kernel-dev@beckhoff.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-Originating-IP: [172.17.66.173] X-OLX-Disclaimer: Done Cc: Steffen Dirkwinkel , Patrick Bruenn , "NXP i.MX U-Boot Team" Subject: [U-Boot] [PATCH 0/4] Migrate cx9020 to DM_ETH, DM_USB and distro boot X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Steffen Dirkwinkel 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(-)