From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 2 Oct 2012 18:40:30 -0500 Subject: [U-Boot] [PATCH 1/5] common: Add symbol handling for generic lists into Makefile In-Reply-To: <1348964274-12489-2-git-send-email-marex@denx.de> References: <1348964274-12489-1-git-send-email-marex@denx.de> <1348964274-12489-2-git-send-email-marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Sat, Sep 29, 2012 at 7:17 PM, Marek Vasut wrote: > This patch adds essential components for generation of the contents of > the linker section that is used by the linker-generated array. All of > the contents is held in a separate file, u-boot.lst, which is generated > at runtime just before U-Boot is linked. > > The purpose of this code is to especially generate the appropriate > boundary symbols around each subsection in the section carrying the > linker-generated arrays. Obviously, the interim linker code for actual > placement of the variables into the section is generated too. The > generated file, u-boot.lst, is included into u-boot.lds via the linker > INCLUDE directive in u-boot.lds . > > Adjustments are made in the Makefile and spl/Makefile so that the > u-boot.lds and u-boot-spl.lds depend on their respective .lst files. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Mike Frysinger > --- Tested-by: Joe Hershberger Acked-by: Joe Hershberger