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 C386AC6FA82 for ; Tue, 27 Sep 2022 13:53:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9AAAF84BB8; Tue, 27 Sep 2022 15:53:24 +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="VCXhXTF7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7648A84BB4; Tue, 27 Sep 2022 15:53:23 +0200 (CEST) Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) (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 C674F84BD6 for ; Tue, 27 Sep 2022 15:53:20 +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-xf36.google.com with SMTP id i12so1304014qvs.2 for ; Tue, 27 Sep 2022 06:53:20 -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; bh=JnwtUmwRZe1XmAwVVaVivkJM3MsDm6ZBuQ1PxKqGkyY=; b=VCXhXTF715E65g9OSB5sY/L4dbAB2q4QrfhPTTb2fZbVqZFmHOnFBhukvf0J78el8L NyzTljQL3LovOZYwm3lo0FwZvVEtVhRCv5wWQmhzRpTxTmEZPf4Ctd3oeuP4oFUQZmMO +VjLjQDrIM/SvF1xQF5hpR4nF3JKJkrgRGcg8= 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; bh=JnwtUmwRZe1XmAwVVaVivkJM3MsDm6ZBuQ1PxKqGkyY=; b=wdoA3NsRBzvLt0xu0/MxuJz6Vt1w6TkFv6SB016QIHuwLDwPxndONnMG7gb9tFDndP 4PsKf/+cBR/x9m7+rnlRqqyeBWQOFHJTaDnYWhBChH1XpeFWVzhFSJudwOTeJdrhwl9U eFcZHflDoTi4UHJko/CuUVL22x5EhC5XSN0792GzfZJYVDjU8JKPuco1n0+MblGS7Bz9 Y6BPSAapCM4ZpgyZ0yITXXLPG6Ai33wbPp9aCVyrc2fFKNpSlSaTJjTZQ5lEbfLJ4Z2V tG3TIWivrxvcfhdM0fgx3MwSmPDRjBvNT0HiM6qbF4KPFbu5YqKb0bQJEWdelPhtqVUu hgjA== X-Gm-Message-State: ACrzQf2uq7AoIScYwwNcxf9fN6T7nw5UP/YnmlYZBoQrwmH2P4dLI6BJ TMzIxrHqO8aTL5wgEvDbanCKaw== X-Google-Smtp-Source: AMsMyM5uLgT6B1JxBU8/p0jHNLNw7+OQQKDlPbtYkOPNKFdy8FvjPMGZH7O1XvtQAdVfvctpLEGvXg== X-Received: by 2002:a0c:b20c:0:b0:4ac:c5b7:e5ca with SMTP id x12-20020a0cb20c000000b004acc5b7e5camr21619314qvd.126.1664286799540; Tue, 27 Sep 2022 06:53:19 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-5d3f-011a-6fb8-fe6c.res6.spectrum.com. [2603:6081:7b00:6400:5d3f:11a:6fb8:fe6c]) by smtp.gmail.com with ESMTPSA id w17-20020a05620a445100b006cf8fc6e922sm1042912qkp.119.2022.09.27.06.53.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Sep 2022 06:53:19 -0700 (PDT) Date: Tue, 27 Sep 2022 09:53:17 -0400 From: Tom Rini To: Patrice CHOTARD Cc: U-Boot Mailing List , Patrick DELAUNAY , Christophe KERELLO Subject: Re: [PULL] Pull request for u-boot next / v2022.10 = u-boot-stm32-20220927 Message-ID: <20220927135317.GP3044094@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tR2cvQ13k2aMxNOa" 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.6 at phobos.denx.de X-Virus-Status: Clean --tR2cvQ13k2aMxNOa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 27, 2022 at 02:00:14PM +0200, Patrice CHOTARD wrote: > Hi Tom, >=20 > Please pull the STM32 related fixes for u-boot/next, v2022.10: u-boot-stm= 32-20220927=20 >=20 > CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipeline= s/13610 >=20 > Thanks > Patrice >=20 > The following changes since commit ebdd6afa543324648138f780a648b8fb65d488= eb: >=20 > Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-= marvell into next (2022-09-20 08:50:07 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm= 32-20220927 >=20 > for you to fetch changes up to 762d410e0db94c41b8d7f1ec85e47f7474655ad8: >=20 > configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board (2022-09-27 10= :41:02 +0200) >=20 Applied to u-boot/next, thanks! --=20 Tom --tR2cvQ13k2aMxNOa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMzAEoACgkQFHw5/5Y0 tyxpEQv/ZqnwgrK+dHo2+J/zlyc+TsjYZolxuZrwWnVaO6SgSPTQ2NZePZXScjGi B3VtCaDEEMZJHhn6wlwzME4hRjug/3cWGBiSYpzaJGawBmDtwh79+w08isSiKKGv q/tZwICbJDSCVdujJUXmK60I7zHyKy7Um/rUuTeE4QzOyB+OtXZQUPZzYRlXiBS8 EXOQ2h7rrSbow5y03sYejuaDx2bKV7cuO1ZxbIeNzfiGVC+hTdnbd3axpbTA5tLi kae7goTedXsBDr+D8l1QFupdPl0KIhdIToCOmXpYTzTe14b7zaIZswOO/AI/WbJr OpuVNg0x0Hk1S4ZczLEnO3AqI6KBejCMPT3aCmQJ//tXDu63M4yOX9GToy1lJrwe f8qWLMcmnw5b8zgynudFkEpncA3FMt+Xo010E/kgokADaXoGekOCe+cbKyOGBNoB rF1hq+dlFyPBHjWa/9SldmVn8o3RTtPifKxXCLNBWbu/JtI8XjXJyFM/24fmmed9 dDdYZUsV =QaRE -----END PGP SIGNATURE----- --tR2cvQ13k2aMxNOa--