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>
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Makefile 15 additions, 5 deletionsMakefile
- config.mk 2 additions, 0 deletionsconfig.mk
- helper.mk 64 additions, 0 deletionshelper.mk
- nand_spl/board/freescale/mpc8536ds/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/mpc8536ds/Makefile
- nand_spl/board/freescale/mpc8569mds/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/mpc8569mds/Makefile
- nand_spl/board/freescale/mpc8572ds/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/mpc8572ds/Makefile
- nand_spl/board/freescale/mx31pdk/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/mx31pdk/Makefile
- nand_spl/board/freescale/p1010rdb/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/p1010rdb/Makefile
- nand_spl/board/freescale/p1023rds/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/p1023rds/Makefile
- nand_spl/board/freescale/p1_p2_rdb/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/p1_p2_rdb/Makefile
- nand_spl/board/freescale/p1_p2_rdb_pc/Makefile 7 additions, 2 deletionsnand_spl/board/freescale/p1_p2_rdb_pc/Makefile
- nand_spl/board/karo/tx25/Makefile 7 additions, 2 deletionsnand_spl/board/karo/tx25/Makefile
- spl/.gitignore 1 addition, 0 deletionsspl/.gitignore
- spl/Makefile 6 additions, 2 deletionsspl/Makefile
Loading
Please register or sign in to comment