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 E1D8CCA1016 for ; Thu, 11 Sep 2025 05:02:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6147A8329B; Thu, 11 Sep 2025 07:02:52 +0200 (CEST) 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="JXYVYwm/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AD3408329C; Thu, 11 Sep 2025 07:02:51 +0200 (CEST) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) (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 5217083280 for ; Thu, 11 Sep 2025 07:02:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=n-francis@ti.com Received: from lelvem-sh02.itg.ti.com ([10.180.78.226]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTP id 58B52drC671621; Thu, 11 Sep 2025 00:02:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1757566959; bh=UnVOnYUm6LKVkuXhkzlrmjb4ADMKLRWn0E8GwrU2eIw=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=JXYVYwm/hpeFnJJBDse3QNPDKRgC+K4JAZSPA9sFAHVDm3tcdKwRnL+GaIdaE8LY3 459pe2ZwGjJZSTgOqjuJ5P0g/GC4Rhw8t9/t8mnQ5rKOD6keJCJXhJPMi0Tv72oeOa yarr0yrsUCeTbHZeWNSE2PI+3nqN4qXS/WG0mhMg= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelvem-sh02.itg.ti.com (8.18.1/8.18.1) with ESMTPS id 58B52cLs812177 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=FAIL); Thu, 11 Sep 2025 00:02:38 -0500 Received: from DLEE204.ent.ti.com (157.170.170.84) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.55; Thu, 11 Sep 2025 00:02:37 -0500 Received: from lelvem-mr06.itg.ti.com (10.180.75.8) by DLEE204.ent.ti.com (157.170.170.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.20 via Frontend Transport; Thu, 11 Sep 2025 00:02:37 -0500 Received: from [172.24.235.200] (a0497641-hp-z2-tower-g9-workstation-desktop-pc.dhcp.ti.com [172.24.235.200]) by lelvem-mr06.itg.ti.com (8.18.1/8.18.1) with ESMTP id 58B52Ymi1285082; Thu, 11 Sep 2025 00:02:35 -0500 Message-ID: <6f79b383-72b0-46bb-bb63-4e9842f14484@ti.com> Date: Thu, 11 Sep 2025 10:32:34 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] doc: memory: Restore missing diagram To: Tom Rini , CC: Adriano Carvalho References: <20250910154039.1942458-1-trini@konsulko.com> From: Neha Malcom Francis Content-Language: en-US In-Reply-To: <20250910154039.1942458-1-trini@konsulko.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom On 10/09/25 21:10, Tom Rini wrote: > From: Neha Malcom Francis >=20 > When applying the patch that became commit a2d881f5bcd3 ("doc: memory: > Add documentation for system RAM") one of the diagrams was missed. > Re-add this missing file. >=20 > Reported-by: Adriano Carvalho > Fixes: a2d881f5bcd3 doc: memory: Add documentation for system RAM > Signed-off-by: Neha Malcom Francis > [trini: Take Neha's original svg and re-apply it] > Signed-off-by: Tom Rini > --- > I'm not sure how best to attribute this but I decided to default to > giving credit for it all to Neha and then just add my SoB. >=20 > That said, Neha can you please do a follow-up to rework both of these > SPL SVGs to be proper XML ones rather than what looks like SVG encoding= > a binary picture? Thanks! Thanks for the patch fixing this Tom. Will take some time out to send the XML patches out soon. >=20 > .gitattributes | 1 - > doc/develop/pics/spl_before_reloc.svg | 4 ++++ > 2 files changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/.gitattributes b/.gitattributes > index 735b13da2787..7a7c41635602 100644 > --- a/.gitattributes > +++ b/.gitattributes > @@ -6,4 +6,3 @@ > *.ttf binary > *.gz binary > *.png binary > -*.svg binary > diff --git a/doc/develop/pics/spl_before_reloc.svg b/doc/develop/pics/s= pl_before_reloc.svg > index e69de29bb2d1..f3a42ab7792e 100644 > --- a/doc/develop/pics/spl_before_reloc.svg > +++ b/doc/develop/pics/spl_before_reloc.svg > @@ -0,0 +1,4 @@ > + > + > + > +
Stack
=
Global Data
=
Heap
=
0x0
=
CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK
=
<= /g>
<= foreignObject style=3D"overflow: visible; text-align: left;" pointer-even= ts=3D"none" width=3D"100%" height=3D"100%" requiredFeatures=3D"http://www= =2Ew3.org/TR/SVG11/feature#Extensibility">
gd->malloc_base
<= div xmlns=3D"http://www.w3.org/1999/xhtml" style=3D"display: flex; align-= items: unsafe center; justify-content: unsafe center; width: 178px; heigh= t: 1px; padding-top: 240px; margin-left: 1px;">
C= ONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR
gd, gd->sta= rt_addr_sp
<= /g><= switch>
CONFIG_SYS_MALLOC_F_LEN
=
CONFIG_SPL_BSS_MAX_SIZE=
Ready RAM (SRAM, locked cache etc.) SPL before reloc= ation
CONFIG_SPL_BSS_START_ADDR
> \ No newline at end of file --=20 Thanking You Neha Malcom Francis