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 0381BC433EF for ; Fri, 6 May 2022 16:19:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0DB9684203; Fri, 6 May 2022 18:19:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="ja6Nc00C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 95B5B841CE; Fri, 6 May 2022 18:19:13 +0200 (CEST) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 D10BC8425C for ; Fri, 6 May 2022 18:19:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82d.google.com with SMTP id y3so6345937qtn.8 for ; Fri, 06 May 2022 09:19:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=bXNGYn9Z8SNAcOsts+iSDv/tPq1dosDVfAC8RCpV2qY=; b=ja6Nc00Co60YFt/dnzxDnDekEBoukkH/qBXIeab5HW5u+7Be7kevDUZ0GqWm5JHThX x2EtPoURy6bmIu6NPQwv3vfNnNX/19BN9UA2+s4Xaly9uYjvO5ZQG6nMXbd1sHyQcqDo EtTszTJLDiaGQmTXPm2Sr2r7kaLQuw5eJRNag= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bXNGYn9Z8SNAcOsts+iSDv/tPq1dosDVfAC8RCpV2qY=; b=Gi/lAH2xjgarGU7XL2oKDYkV7ctYqcc0GqvZj8vUHxy+HUEHwW6b1Nzsz1DxY41IgN QN2GbAk2aqUJaVbFcRly0fFgXWuDAL8IVwWiIKnmpygDD1pm9MPSU5fxoUNzpAaUHgDp hcXQHXlMoUt+vylDIvQhKDmS2+Ck9BjRZo6ufFTzDmaTEXSv9pP3qr0I16wcn5Cq/r6W TonElKSakNFZm50UZfMt9bSjrQAadf2xvkvzMnm30rqXU21CF7cpRSV7VDf4TzrQWuZ7 gv8Iy68AXNDvsaWMK9lVJBUu5Xw3kksFIIzflE+IbBSdeUPgo9CuXR6JkUVdHzqmaD0/ Vx4g== X-Gm-Message-State: AOAM532xh8Bhw0wYhIMPA/AIep5y/yP6MOblm+oVCpNBUolj8bDEeqM9 WRpRVPjPYA0LPIDC0RBxyD5LBQ== X-Google-Smtp-Source: ABdhPJwkWIhjm9SfK2aHSPWyYEa16h/j2kQOASogkiXYUKi6nD/JNpVxh6dUUa4pGwwy8RJexKltJg== X-Received: by 2002:a05:622a:186:b0:2f3:b5e1:8f2c with SMTP id s6-20020a05622a018600b002f3b5e18f2cmr3475096qtw.99.1651853942925; Fri, 06 May 2022 09:19:02 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-4500-914e-8b8f-49c0-b611.res6.spectrum.com. [2603:6081:7b01:4500:914e:8b8f:49c0:b611]) by smtp.gmail.com with ESMTPSA id c15-20020ac87dcf000000b002f3b55328d1sm2848545qte.26.2022.05.06.09.19.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 May 2022 09:19:02 -0700 (PDT) Date: Fri, 6 May 2022 12:19:00 -0400 From: Tom Rini To: Sean Anderson Cc: u-boot@lists.denx.de, Stefan Roese , Marek Vasut , Simon Glass , Pali =?iso-8859-1?Q?Roh=E1r?= , Marek =?iso-8859-1?Q?Beh=FAn?= Subject: Re: [PATCH v3 5/9] spl: Convert net to spl_load Message-ID: <20220506161900.GO3580959@bill-the-cat> References: <20220505201655.645692-1-sean.anderson@seco.com> <20220505201655.645692-6-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3dbUQUznexwzCA76" Content-Disposition: inline In-Reply-To: <20220505201655.645692-6-sean.anderson@seco.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --3dbUQUznexwzCA76 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 05, 2022 at 04:16:51PM -0400, Sean Anderson wrote: > This converts the net load method to use spl_load. As a result, it also > adds support for LOAD_FIT_FULL and IMX images. >=20 > Signed-off-by: Sean Anderson > Reviewed-by: Stefan Roese Given my previous hardware problems testing SPI and that for the platform I have this requires a different set of fun switches (and I _think_ technically wasn't supported, in the end on the EVM, only some production designs) I haven't tested this either. --=20 Tom --3dbUQUznexwzCA76 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJ1SnQACgkQFHw5/5Y0 tyxSjwv+P3MTfwc1IhvQjdqc2TPDnlnLafJ6SJPQqUyPnh/k41g5UqIJpugtfujH TwM7yGzymVf5ws/9Ud4dUillnpWKU4XpO1LyIkf/yNh1hEUbZ3rYWIx6JN46wHvf ZdWbeIec8UMDbqDxvkiG4XseaNzKKL3XyPWJ5z4aidLUYXDX99lohUR06hQ33Ajw GaSlJHHM4KtOejF1x5nFxyCT+8D5rA2babbbbdBM2VX1p7Spp47cDdefl21sBa0A woDTupzi9TFAMTecTa701sLyWFDymPl1bG/nQMyMuvDYgFey11o39DfvvAklTEBs igd8Ou2JGPtv5A1WdiusZfIrIoYy0wvntpORh0mNqa+f4c8w6oFemyeXooDiVUmD Z7c4sZ1hFCa4jjECu4H+DqmH3RWawADuCHIS7jGJar6GVYff42M7GpR1H87owhdd vKjU93+BTr92C4i5UKAmvtG327zivxrEb+mmptgkXG/pa2YzCeIq/+MmHhIShYrq CLHKguqm =B7km -----END PGP SIGNATURE----- --3dbUQUznexwzCA76--