u-boot/nand_spl/board/freescale
Marek Vasut 97b24d3d51 common: Add symbol handling for generic lists into Makefile
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 <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Tested-by: Joe Hershberger <joe.hershberger@ni.com>
2012-10-22 08:29:29 -07:00
..
mpc8313erdb Fix build issues cause by LDFLAGS_FINAL changes 2011-03-31 23:38:16 +02:00
mpc8315erdb Fix build issues cause by LDFLAGS_FINAL changes 2011-03-31 23:38:16 +02:00
mpc8536ds common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
mpc8569mds common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
mpc8572ds common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
mx31pdk common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
p1_p2_rdb common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
p1_p2_rdb_pc common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
p1010rdb common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
p1023rds common: Add symbol handling for generic lists into Makefile 2012-10-22 08:29:29 -07:00
common.c nand_spl: update udelay for Freescale boards 2012-08-23 10:24:17 -05:00