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 8A6C9C433EF for ; Fri, 21 Jan 2022 15:18:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ADA0B81B53; Fri, 21 Jan 2022 16:18:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.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=ti.com header.i=@ti.com header.b="B+sfpQ/f"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6198381426; Fri, 21 Jan 2022 16:18:16 +0100 (CET) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6BCC180F6F for ; Fri, 21 Jan 2022 16:18:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vigneshr@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 20LFI8xA061974; Fri, 21 Jan 2022 09:18:08 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1642778288; bh=leDs/mwN0VJHqLMWcMsQmI0MqAvA/i82zxwzj4itDUU=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=B+sfpQ/f1a6ThswM4mzxQobbdWcnxegvy94aEjuP/y6kbY4GrxJs2SvBLXToyg4/Z HSRzHd0sN/cXp26jPaX5b2m3YUEqJ+PnfMs1C7vgF2UD3dieX/HQn4QUruhuUrXVQi jZJ8TaiA+SRVvIFnMTd7zvPxySPgPb4i84qW+xGM= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 20LFI8Pf011868 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 21 Jan 2022 09:18:08 -0600 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 21 Jan 2022 09:18:08 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 21 Jan 2022 09:18:08 -0600 Received: from [10.250.235.90] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 20LFI5B9090589; Fri, 21 Jan 2022 09:18:06 -0600 Message-ID: <22f403c1-55bb-3d77-311a-75e405e4a2d8@ti.com> Date: Fri, 21 Jan 2022 20:48:05 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH 8/8] configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot Content-Language: en-US To: Tom Rini CC: Dave Gerlach , Joe Hershberger , Ramon Fried , , Grygorii Strashko References: <20211224072536.270251-1-vigneshr@ti.com> <20211224072536.270251-9-vigneshr@ti.com> <20220117144701.GA2631111@bill-the-cat> <20220121145705.GR7004@bill-the-cat> From: Vignesh Raghavendra In-Reply-To: <20220121145705.GR7004@bill-the-cat> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 On 21/01/22 8:27 pm, Tom Rini wrote: > On Fri, Jan 21, 2022 at 09:59:21AM +0530, Vignesh Raghavendra wrote: >> >> >> On 17/01/22 8:47 am, Tom Rini wrote: >>> On Fri, Dec 24, 2021 at 12:55:36PM +0530, Vignesh Raghavendra wrote: >>> >>>> Enable config options needed to support Ethernet boot on AM64x SK. >>>> >>>> Signed-off-by: Vignesh Raghavendra >>> >>> This leads to size overflow on r5. >>> >> >> Hmm, I don't see size limitations locally. >> >> $ size spl/u-boot-spl >> text data bss dec hex filename >> 230470 10401 12992 253863 3dfa7 spl/u-boot-spl >> >> vs limit declared in configs/am64x_evm_r5_defconfig: >> >> CONFIG_SPL_SIZE_LIMIT=0x190000 >> >> I don't expect size overflow? > > What toolchain are you using? I'm seeing this with gcc-11.1. > I am using 10.3.1. Will try 11.1. But what's is overflow error being reported? Also, could you try if [1] compiles fine on top of latest master? [1] https://lore.kernel.org/u-boot/20220121071754.197577-1-vigneshr@ti.com/T/#t Regards Vignesh