From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from inx.pm.waw.pl ([195.116.170.130]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UM1ts-0003cU-JS for barebox@lists.infradead.org; Sat, 30 Mar 2013 19:57:18 +0000 From: Krzysztof Halasa References: <1364644874.356017584@f97.mail.ru> <1364649788.298722850@f238.mail.ru> Date: Sat, 30 Mar 2013 20:57:13 +0100 In-Reply-To: <1364649788.298722850@f238.mail.ru> (Alexander Shiyan's message of "Sat, 30 Mar 2013 17:23:09 +0400") Message-ID: MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] Implement ALTERNATE memory layout. To: Alexander Shiyan Cc: barebox@lists.infradead.org Alexander Shiyan writes: >> >> +config MEMORY_LAYOUT_ALTERNATE >> >> + bool "use alternate memory layout" >> >> + help >> >> + select this option to use barebox's alternate memory layout: >> >> + >> >> + TEXT_BASE >> >> + ----- >> >> + malloc heap >> >> + ----- >> >> + stack >> >> + >> > >> > This should be described better. >> >> Well... I did it after the default layout. What do you propose? > > I cannot say more. > Since this option globally for all barebox targets, it is necessary to > describe all aspects of its application. But what "aspects" are you thinking about? This simply swaps the order in which text (+data/bss) and heap appear in memory. OTOH I think I should probably restrict its use to ARM, since the code is ARM-only. -- Krzysztof Halasa _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox