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 DC662C433F5 for ; Fri, 7 Oct 2022 15:50:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3842E84EB6; Fri, 7 Oct 2022 17:49:54 +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="PGUo6AaU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8C0BB84EC4; Fri, 7 Oct 2022 17:49:51 +0200 (CEST) Received: from mail-qv1-xf2d.google.com (mail-qv1-xf2d.google.com [IPv6:2607:f8b0:4864:20::f2d]) (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 5F7F384EB5 for ; Fri, 7 Oct 2022 17:49:48 +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-qv1-xf2d.google.com with SMTP id z18so3319242qvn.6 for ; Fri, 07 Oct 2022 08:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=HKrWp9Jo2IuteNQKUAPBIQxNYFfFrIZClxbth9DwgBg=; b=PGUo6AaUksG6k4MvbnlY27ODFQZpI/AzWa4uGb73hCZEtzZQWGSv20Za6b87jC9BBc 8NziNClPHW6mquin6pmSYfHlGrSUUHOKuEv8tb/xKUO3nzdXGPK3ZmVGNWBfYxpXhAik Tcbr6yFI/MhPNeqB5zWaMmugWpZ5yPhb9oBMU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=HKrWp9Jo2IuteNQKUAPBIQxNYFfFrIZClxbth9DwgBg=; b=TATFzoDF8PsZxAlaa0x5Qh5ID69Ybds5CRlisRhrHgH4RNUdVceRdO+F3NCs8yG+ke R2fLM1yjusXSv79WgOk6Tl819V3VxwXtzd4Yg/7HQq2K2EUHUbZdi852eSXfRl5wgtU2 vGez1sVWaVjYmRPFjfvn/Owmy64xTfOld6c7iRl/FrSZXdivjKmz6MwgtFcEt+ok5bnc VgAiVpOYTaDZjKDA/OA7KTjMoYX0yOW3uUGYmhOu9UHjNMVCppbLg7/JNfyPOxe5YhHQ F/WON1BCkdQNxDFMgetotmTTLIXdlt4dzX0INlhw+8VM3efSWbwlu0rQS/DoKfMYhtrR MKLQ== X-Gm-Message-State: ACrzQf1idnIUQU3VJsMNzsMBHGpGkfoCPl0zh2HTIQ4y5SQAjb1ruBz4 qos3VujUgAH8RoX3EgmjJTW/Xw== X-Google-Smtp-Source: AMsMyM5WUARFsMvMF6Dpho+BgkTMxsAe0UwIyCHTWeqP0wPAmXfezQhPZskm1xV87rWlNzBZQN4GpQ== X-Received: by 2002:a05:6214:29c9:b0:4b2:dedd:c4c6 with SMTP id gh9-20020a05621429c900b004b2deddc4c6mr3814404qvb.11.1665157787247; Fri, 07 Oct 2022 08:49:47 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-e4fb-bc51-aba6-f69c.res6.spectrum.com. [2603:6081:7b00:6400:e4fb:bc51:aba6:f69c]) by smtp.gmail.com with ESMTPSA id b27-20020a05620a0cdb00b006e16dcf99c8sm2147631qkj.71.2022.10.07.08.49.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Oct 2022 08:49:46 -0700 (PDT) Date: Fri, 7 Oct 2022 11:49:45 -0400 From: Tom Rini To: Heinrich Schuchardt Cc: Rick Chen , Leo , Simon Glass , Alexandre Ghiti , Aurelien Jarno , u-boot@lists.denx.de Subject: Re: [PATCH v4 1/3] docker: install riscv32 toolchain Message-ID: <20221007154945.GN3044094@bill-the-cat> References: <20221003160754.6991-1-heinrich.schuchardt@canonical.com> <20221003160754.6991-2-heinrich.schuchardt@canonical.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6ZyENZsVOxWiAN4K" Content-Disposition: inline In-Reply-To: <20221003160754.6991-2-heinrich.schuchardt@canonical.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.6 at phobos.denx.de X-Virus-Status: Clean --6ZyENZsVOxWiAN4K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 03, 2022 at 06:07:52PM +0200, Heinrich Schuchardt wrote: > For building riscv32 targets we should use the riscv32 toolchain. > Add it to the Docker image. >=20 > Drop the riscv toolchain-alias as we do not need it in future. >=20 > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Tom Rini > Reviewed-by: Rick Chen Applied to u-boot/master, thanks! --=20 Tom --6ZyENZsVOxWiAN4K Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNASpgACgkQFHw5/5Y0 tyzgTgwAr6CMqif1jkya5Wj9lIxljf7Q9LXwL3v9J89a+OIK+sxQErdvdK/C9gtL MWKkzGAyREeYWBKNRtheFyiLDdvsF5JXEbZCureORDB7/dUebULJz5ppAT12qk9v 9v+zw/gQEJBchDNpxhcauOTBIPao+qKcJMSh18dK8JoVL2HFoL9ifKSdDeYKN6DQ fH9fNQS7/xjuszCH3C38tYP77GIbN9+KzZggoUDsn1zpaacsPGgAGZbAvEY2vki6 vfqmlrNGRQCd9c8u0KJVMFTaHt4Yw2tc4QCTuSUnNpnkv4cz/S1u0kxQmxJO9D+c pxcaIMOExLiMdz5ui8uM/GCmK81IFYJcJW2hNVpiHg/XuJq6DNIaaLxE5bQ3MahN hLzsLcRxUT6Vtf1ZOxTjQUulKaWg7Wy17sdlMyQfSOwbEBi8/v3rnVGHFKxb9vT+ z+1T2jVVt8Gl+pIoVE9DcT6pBhLLWUft9yY4wqAUH9Ii63OJTRWPb2kj4SPR/rAX 42TCFkTG =Y4Zh -----END PGP SIGNATURE----- --6ZyENZsVOxWiAN4K--