From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E5BAC433F5 for ; Mon, 28 Mar 2022 07:17:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6588B83957; Mon, 28 Mar 2022 09:17:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=jcz.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=jcz.nl header.i=@jcz.nl header.b="X0z0MGI5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 543FB8392F; Mon, 28 Mar 2022 09:17:54 +0200 (CEST) Received: from mail.jcz.nl (jcz.nl [37.97.233.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 37AC28392F for ; Mon, 28 Mar 2022 09:17:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=jcz.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jaap@jcz.nl DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jcz.nl; s=jcz; t=1648451870; bh=JTwQww58p/GpN3E8VxbO/2uEJAtKT1ztoSFn/xGdFE0=; l=578; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To; b=X0z0MGI5KEFOdOznQhWbLKMl8pz93yjgsYM2Ym4PwvaD5thXcUNo+wk1DD/TnxYN9 iqPAe462Pa6eyVeVbv/hr/GZTqlO/UnnJmmHg3wDHytSss8LnQYxFy9yvyWmgoz5G/ l+jZGuJQC0EOkewTtkPPC5mNa3CqXa4wPyZNA5504WzuT0tx7BUuwSS4jy/nbRM3RC ib7f4XP7c8VNqvpKJ6S92jeqQ4fxBq2Vm2qNIbQUAVC8V8hbUUK9f0ikrctnU5EaCW VTtHzZTk+Mtby/0UIu5KcqD19jyuNjvsx3QmGmVL24PyyxjFBOvcXKB/KXeI5gst+8 Xrh9ITitR+muQ== Received: from [10.0.1.3] (hq.jcz.nl [::ffff:185.50.210.251]) (AUTH: CRAM-MD5 jaap@jcz.nl, SSL: TLS1.2, 128bits, ECDHE_RSA_AES_128_GCM_SHA256) by master with ESMTPSA; Mon, 28 Mar 2022 09:17:50 +0200 id 0000000000782909.000000006241611E.00002BD2 Message-ID: Date: Mon, 28 Mar 2022 09:17:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm Content-Language: en-US To: Fabio Estevam Cc: Fabio Estevam , Stefano Babic , Marek Vasut , U-Boot-Denx , Schrempf Frieder , Tim Harvey , dl-uboot-imx References: <20210703195837.28153-1-festevam@denx.de> <20210703195837.28153-6-festevam@denx.de> <86f9dab3-0de8-13a6-e1db-73cd392cbca9@jcz.nl> From: Jaap Crezee Organization: JCZ-Automatisering In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: jaap@jcz.nl Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hello Fabio, On 3/27/22 23:43, Fabio Estevam wrote: > Have you tried applying this patch? > https://lists.denx.de/pipermail/u-boot/2021-July/453633.html I have not tried this (yet) as there is no board/freescale/imx8mm_evk/spl.o so I guess this is not used in my tree. The imx8mq_evk/spl.[co] is not present. > I need to resend the imx8mm_evk SDP support. Maybe this needs more attention? I have seen the u-boot-imx boot this way, so there migt be the missing link. I can investigate further if my efforts could ultimately result into mainline support? Jaap