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 90019C32771 for ; Sat, 24 Sep 2022 18:38:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 197EA844C0; Sat, 24 Sep 2022 20:38:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="P5yJQjgV"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 81AE784ABC; Sat, 24 Sep 2022 20:38:17 +0200 (CEST) Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2D56380548 for ; Sat, 24 Sep 2022 20:38:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=aford173@gmail.com Received: by mail-ed1-x52c.google.com with SMTP id b35so4196719edf.0 for ; Sat, 24 Sep 2022 11:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=xZ4AKZJPvZdVUdXevz9/DlbN51I30NukRJVGYVK1i2U=; b=P5yJQjgV2FUKxI3t2f7TGjwL4bA2SAIL3P9nEtvaMeXjN7f05bmpjcJSYa21WK8SNu 9pQ12lB9EPpGYI7CRA+3NBN0PqE+tU9eYyjfgF7yqJfjgNo1fgCumxaBy1bPFLTgaMQO a4hBSLdjaoQ1kLKd2j3aVxDC3LQCVV6y/qZPT/5vtqYBuCsE5j0fAYJBfuxfQ9st/EvS V7Ifol/Xb9esQyOjFnDfleItkcS3beOCrMdVxBpsIlORKCOhr0PpPV3Ekm39mVrJXUWB YFWxtB8qFlWLeNwyLnL3TZWkUbSOiQk4M0HMDsB+MjDE1T+weUwfGzyYndj2HMEEJ56/ qVWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=xZ4AKZJPvZdVUdXevz9/DlbN51I30NukRJVGYVK1i2U=; b=prc/maYb6IzFJk2owL5uLo5ENP6sHrZXec4gsDsSzovCzS1IRtTF07XfCmczWCXS6q 75OpNm3a0E6KVgpm1tL33k3muurFXMMgJN6FTaHVYbEkRBlcKuZSc+dai9a/swJbYvKD M8dKzA5vd1SwfeIxCti4Q3PCgviq2Lz1zffLxy2uXu+t/GQhJWR6xX3k41KT1pvxhhZz uT893V1dd1EYX0F2Ev4jAHJGagDaG69GvhFQ4bBacDsUSyKnZh2XiRPbxoYsFsQX+mPq XKEPP+IDFimv17r2Cp64l8qHwcgug0CqvnKHctCZSIcZ59DEeMD0e3t+R2O/sdxR/9ND dyvg== X-Gm-Message-State: ACrzQf3HHDuoOklVUckCaCExHeJTxp215yEvz8wy1T+ngnOgmNYlmS4+ xzmIWS5L8aXT4PsJtRNGMcYBewrvX4CKyyN580c= X-Google-Smtp-Source: AMsMyM5nvo6gFsbR/wKYKUAgDSwl5XclrWPamHQDBkWHcyaA5iDas4+dXVAhfwlCyBbZFl+GslgZtdXcKPqvp5K95sc= X-Received: by 2002:a05:6402:4306:b0:451:8034:bcb6 with SMTP id m6-20020a056402430600b004518034bcb6mr15088392edc.198.1664044694540; Sat, 24 Sep 2022 11:38:14 -0700 (PDT) MIME-Version: 1.0 References: <20220919194118.105820-1-marex@denx.de> <20220919194118.105820-4-marex@denx.de> In-Reply-To: From: Adam Ford Date: Sat, 24 Sep 2022 13:38:03 -0500 Message-ID: Subject: Re: [PATCH 4/4] ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support To: Fabio Estevam Cc: Marek Vasut , U-Boot Mailing List , Marcel Ziswiler , Max Krummenacher , Peng Fan , Stefano Babic Content-Type: text/plain; charset="UTF-8" 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Mon, Sep 19, 2022 at 5:02 PM Fabio Estevam wrote: > > Hi Marek, > > On 19/09/2022 16:41, Marek Vasut wrote: > > Enable DM USB, DM PHY and USB gadget support in imx8mm-mx8menlo SPL > > to let the board continue SDP loading of second stage after the first > > stage was loaded by BootROM SDP implementation. It is not possible to > > jump back into BootROM v1 and let the BootROM implementation continue > > the SDP loading, all this has to be performed by the U-Boot CI HDRC > > controller driver and SDP protocol implementation, both of which fit > > into the SPL just barely. > > > > With this patch, it is possible to start both U-Boot SPL and U-Boot > > using e.g. uuu on this board as follows: > > > > $ uuu -brun spl flash.bin > > > > Signed-off-by: Marek Vasut > > This is great, I was able to test SPL SDP on an imx8mm-evk after > applying these > same changes to imx8mm-evk and reducing the SPL size. Fabio, Can you tell me what you did to reduce the SPL size? adam > > For the series: > > Reviewed-by: Fabio Estevam