Searched hist:"8 aba9dceebb14144e07d19593111ee3a999c37fc" (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/sh/ |
| H A D | config.mk | 6dc1eceb9c5f42216f1ba0e0ef538015b0aa10bc Tue Feb 22 21:38:05 UTC 2011 Haiying Wang <Haiying.Wang@freescale.com> Introduce a new linker flag LDFLAGS_FINAL
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
breaks the usage of --gc-section to build nand_spl. We still need linker option --gc-section for every uboot image, not only the main one. LDFLAGS_FINAL passes the --gc-sections to each uboot image.
To get the proper linker flags, we use LDFLAGS and LDFLAGS_FINAL to replace PLATFORM_LDFLAGS in the Makefile of each nand_spl board.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| /rk3399_rockchip-uboot/arch/nios2/ |
| H A D | config.mk | 6dc1eceb9c5f42216f1ba0e0ef538015b0aa10bc Tue Feb 22 21:38:05 UTC 2011 Haiying Wang <Haiying.Wang@freescale.com> Introduce a new linker flag LDFLAGS_FINAL
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
breaks the usage of --gc-section to build nand_spl. We still need linker option --gc-section for every uboot image, not only the main one. LDFLAGS_FINAL passes the --gc-sections to each uboot image.
To get the proper linker flags, we use LDFLAGS and LDFLAGS_FINAL to replace PLATFORM_LDFLAGS in the Makefile of each nand_spl board.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh2/ |
| H A D | config.mk | 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| /rk3399_rockchip-uboot/arch/powerpc/ |
| H A D | config.mk | 6dc1eceb9c5f42216f1ba0e0ef538015b0aa10bc Tue Feb 22 21:38:05 UTC 2011 Haiying Wang <Haiying.Wang@freescale.com> Introduce a new linker flag LDFLAGS_FINAL
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
breaks the usage of --gc-section to build nand_spl. We still need linker option --gc-section for every uboot image, not only the main one. LDFLAGS_FINAL passes the --gc-sections to each uboot image.
To get the proper linker flags, we use LDFLAGS and LDFLAGS_FINAL to replace PLATFORM_LDFLAGS in the Makefile of each nand_spl board.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | config.mk | a4594e41b907f60c85ed1cf96b65602f6b587a50 Thu Jan 27 06:03:49 UTC 2011 Stefano Babic <sbabic@denx.de> ARM: fix broken build of ARM
Commit 8aba9dceebb14144e07d19593111ee3a999c37fc breaks ARM boards because for ARM the -pie option is used for partial linking together with -r option.
The patch adds the -pie option to link u-boot.bin only.
Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Jason Liu <liu.h.jason@gmail.com> CC: lool@dooz.org CC: Wolfgang Denk <wd@denx.de> CC: Albert Aribaud <albert.aribaud@free.fr> Tested-by: Alexander Holler <holler@ahsoftware.de>
|
| /rk3399_rockchip-uboot/ |
| H A D | config.mk | 6dc1eceb9c5f42216f1ba0e0ef538015b0aa10bc Tue Feb 22 21:38:05 UTC 2011 Haiying Wang <Haiying.Wang@freescale.com> Introduce a new linker flag LDFLAGS_FINAL
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
breaks the usage of --gc-section to build nand_spl. We still need linker option --gc-section for every uboot image, not only the main one. LDFLAGS_FINAL passes the --gc-sections to each uboot image.
To get the proper linker flags, we use LDFLAGS and LDFLAGS_FINAL to replace PLATFORM_LDFLAGS in the Makefile of each nand_spl board.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
| H A D | Makefile | 8aba9dceebb14144e07d19593111ee3a999c37fc Thu Jan 06 01:23:54 UTC 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|