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 BB9B8C433F5 for ; Tue, 31 May 2022 19:45:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A434383E4C; Tue, 31 May 2022 21:45:27 +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="PUT3OEa2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B8A3383E63; Tue, 31 May 2022 21:45:25 +0200 (CEST) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (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 5DD6E83E43 for ; Tue, 31 May 2022 21:45:22 +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-qk1-x72e.google.com with SMTP id 199so3707730qkk.0 for ; Tue, 31 May 2022 12:45:22 -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=zPfU7zvREfVy+cnOAoOS9COP/U6/7Uc4j2dOKvVYRXg=; b=PUT3OEa2OF+co2bh1wI5wkBFcTPCULIDHf+U1y3iv+Dvey6l56qIfqMumQAnH67lgV EnmNugI0e/HwsN3tUlgDi19jNRrY7iHbTpJSP1yShmU/MAVihOPvIttjKWY5iAfxVQmZ LvfnJU8wPWS5332sDQCtjGmM2PWGlHVcaWtk0= 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=zPfU7zvREfVy+cnOAoOS9COP/U6/7Uc4j2dOKvVYRXg=; b=Dka1G+waaoeZkvtMw1MbXsm5UDT12mc8pHcjznloz8Jk8pKH2Ntce07Y2rzvnkrOC/ u3Bj+LSUNr4KAXOr1cAi8abvq1aX6xFONOCf7IZIAW+paSpg/3bS0GU3Yn/glwDOOI40 y1y+OdqnetrAjUyQIFIAXhNiYmcClKnSrrB27v9U3kRkbWfmZU4ugCZr6s8FAfwtU+XF JS81Eo9lmr+nBoDcLk9PbloQnlZvYkkmwCV4JjZyDJB8yRJ274VgtL1us2ua/02VswWh 92pm9ZWah8wP6X5gwe/aZqLcbZfz2vTFbzH4EWXDzuadvHsx+EdzGyPmniYozjmXqxEN gNCw== X-Gm-Message-State: AOAM532mrc14HPAP0YCoWSEiXpvCcwG/kkDMU5kfA1Y60KG7PJIxftWf j4jKRQl6Yg0wA3XEVYxAymwU+fb5gNFFDA== X-Google-Smtp-Source: ABdhPJw70wuUm02MwPTK7E34XXbyOYRNhltvlL5+e8fCZO0VjQ4A4gCZfAlNaN8FVngLNAygFxRXHA== X-Received: by 2002:a05:620a:3cb:b0:6a5:aa9b:d146 with SMTP id r11-20020a05620a03cb00b006a5aa9bd146mr19797865qkm.2.1654026321002; Tue, 31 May 2022 12:45:21 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-25fd-0000-0000-0000-1003.res6.spectrum.com. [2603:6081:7b00:25fd::1003]) by smtp.gmail.com with ESMTPSA id r14-20020ac87eee000000b002f938f5bb78sm9443694qtc.15.2022.05.31.12.45.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 May 2022 12:45:20 -0700 (PDT) Date: Tue, 31 May 2022 15:45:18 -0400 From: Tom Rini To: Heinrich Schuchardt Cc: U-Boot Mailing List , AKASHI Takahiro , Bin Meng , Masahisa Kojima , Sean Anderson , Vincent =?iso-8859-1?Q?Stehl=E9?= , Pali =?iso-8859-1?Q?Roh=E1r?= Subject: Re: Pull request for efi-2022-07-rc4-3 Message-ID: <20220531194518.GB25375@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zu8lIfFVzXMVnfzp" Content-Disposition: inline In-Reply-To: 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 --zu8lIfFVzXMVnfzp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 31, 2022 at 06:57:18PM +0200, Heinrich Schuchardt wrote: > Dear Tom, >=20 > this replaces pull request for efi-2022-07-rc4-2. >=20 > The following changes since commit 4fe629d2e8bbda5f265e870d771b92be26e885= f6: >=20 > Merge https://source.denx.de/u-boot/custodians/u-boot-riscv > (2022-05-27 08:50:42 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-efi.git > tags/efi-2022-07-rc4-3 >=20 > for you to fetch changes up to e85727ddb68b3b23382ea2d78d857ffa870bb0b7: >=20 > bootmenu: use utf-8 for menu title (2022-05-31 07:57:02 +0200) >=20 Applied to u-boot/master, thanks! --=20 Tom --zu8lIfFVzXMVnfzp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmKWcE4ACgkQFHw5/5Y0 tywR3wv/fTUE5akZwSW3bmcidMj0PKP+p7dDWNldr/67w97Lb1hP0mgUXqQBQYBx ADempweHsDEkCy1+D+18m/rRXTsR0jkIGfzocAeXj14VDuL4oaNZsVVSQi5g7QwZ F66yUZeLOYa6F0EGqqfuEMdxle8WAGXKPjibH9n1t6lC3JeK4QedqIRSY7X0fuwj iVloyvY/w1IgSg4PuXEnuHy/xoSboRuk2Dm6txJZKsc2m2P864azG2Mbude7hMUy JmC5g9Bm9v4PZ/SKw0+TrNorCKQTXi6iW7B6KtkbQt1EQ5nYX8NR5Ev0vFDbb3iH CU2bFFYog8nWOYty894o6bKnUO30T1dGdaHBARIQIVBW40dwWyQjVM50sc2C0X3E 4YUr6JosR+hexP4nbQ06Ld2z99k4m8K33Ym8AoVRT7ouxusib1/4nhJ/s0lgXjrV PCTZpuACCsJKsmQuZpVHhG+NJw8a5MjooTLeiREn4fKmib48uZB/5HnZstBnHmHu i9qjx9LO =4MPW -----END PGP SIGNATURE----- --zu8lIfFVzXMVnfzp--