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 98903C433EF for ; Wed, 13 Apr 2022 20:21:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D440883DE0; Wed, 13 Apr 2022 22:21:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1649881289; bh=HZGTGr+DmG3PQYAWpbAkRy/dIj0af1YFsKEfDXSrRvQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=zHWXLE5wflFEoUXbl0zGpi62CQ7rGLkPbGKLbi5ftl3LLo3r70AxjIYi/JKxcW6O3 O+rlj42LxT5n0fw2QMkPBVdmcJWpehxEe2RMawbSgoSllJeddRlZiN4SW4EDR9WPiy Tk3Qgt2qYLI29WzQns0YQPgc4okIQW9lAWhBYcR2KT9HFPG1SbvjRcSPFmB65uB21p bi73qDzv6xEbbrnYOe4YVdIs5w2CnefpO5fwesfWDdKORxfb/jJ6yMtayh2hlOBID4 /ut8AGmLa8vc+k1i7qQcDXrUWowmBXbQJy5gT1BV++IxgR/YTf2E5whtoVBqouGE9B HvmCos1O149Kg== Received: from [IPV6:2001:a61:618e:a001:35fa:4f45:1664:8b31] (unknown [IPv6:2001:a61:618e:a001:35fa:4f45:1664:8b31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 1BB2483D7A; Wed, 13 Apr 2022 22:21:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1649881288; bh=HZGTGr+DmG3PQYAWpbAkRy/dIj0af1YFsKEfDXSrRvQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Fjt2FrdUgefZ9QhtEBFCZmgnIEDV2eDSHZ+l2YDKTED1c1oldLm4ilZORjmzEMG0z SifAr3B+X1A27PUpScBGjsS6QfyNTruTMKUucnytWobGoSx7or6vxRf+QQclyU10lD 3jF9Q/YyARRAbz/xCDHFmCEXma10sZszsWoexl02oQVD61Fl9z8Gts0sf2vm9LKKlG MbEn7r1PS+MNOZl/xdvy0iFBjqi/mXeczCszhE9Q+CYQuRStPi9AO+XMdyUutJA10V ah2+LcTV3dxVGkNFg82FxusZDEWsAl7Z9cNl/cNsonbpRgjxx4ZDfx3PpPwF/d+mHD zIi2uogvcIM5Q== Message-ID: Date: Wed, 13 Apr 2022 22:21:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: Pull request: u-boot-imx u-boot-imx-20220412 Content-Language: en-US To: Tom Rini , Stefano Babic Cc: "U-Boot@lists.denx.de" , Marek Vasut References: <4672a67c-c1fd-471f-adb9-d54a4f737be8@denx.de> <20220413162438.GT14282@bill-the-cat> From: Stefano Babic In-Reply-To: <20220413162438.GT14282@bill-the-cat> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Hi Tom, On 13.04.22 18:24, Tom Rini wrote: > On Wed, Apr 13, 2022 at 11:41:45AM +0200, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> Note: I picked up Heinrich's patch for Renesas : >> ARM: renesas: reduce rcar3_salvator-x image size >> >> due to CI failure. Breakage is in master, too. > > I don't see breakage in master for this platform, in CI, fwiw. Other > toolchains may have problems as it is indeed close to the limit. I get the error when I run buildman locally on my host, so I guess it was near to the limit if you have not seen. > >> >> The following changes since commit 33ae8c5bebba0874fbc432914406e63fbc219080: >> >> Merge tag 'efi-2022-07-rc1' of >> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-04-10 11:21:39 >> -0400) >> >> are available in the Git repository at: >> >> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git >> tags/u-boot-imx-20220413 >> >> for you to fetch changes up to a1c711046b0d5478a702b27c6773ea6231eba057: >> >> board: gateworks: venice: add imx8mm-gw7903 support (2022-04-13 09:55:26 >> +0200) >> > > So, I've applied this to master and pushed, and thanks for clearing out > much of the backlog. Is there still things left that aren't recently > newly posted? There are still 3 big series that should flow in: - Marek's series about Power Domain - Gateworks series (Tim) - Toradex series These series conflict with the rest, so they needed to be rebased. But also, the size problem on rcar3_salvator-x is because > every platform with DM_REGULATOR_FIXED grew because: > commit f3b5100aff3a7edd53fd5d15bd6db92d294865e2 > Author: Philippe Schenker > Date: Fri Apr 8 10:07:10 2022 +0200 > > regulator: fixed: add possibility to enable by clock > > adds 300-400 bytes on 64bit platforms. I'm mainly just noting this as I > don't see a nice way to handle this that doesn't then make the CONFIG > side of things troublesome / annoying. > Regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================