freebsd-dev/sys/boot/arm/uboot
Ed Maste 22ef11ee47 Link EFI/uboot loaders with -znotext
By default LLD links with relocations disallowed against readonly
sections (e.g., .text), but the 32-bit ARM EFI & uboot boot bits require
such relocations. -znotext is either ignored as an unknown -z option
(in-tree lld 2.17.50) or is already the default (GNU ld or GNU gold from
ports) so we can just add it unconditionally to allow building with LLD.

This is similar to the change in r320179 for the kernel link.

Sponsored by:	The FreeBSD Foundation
2017-07-01 18:48:15 +00:00
..
conf.c
help.uboot Add a 'ubenv import' command to import environment variables from the 2014-09-08 19:19:10 +00:00
ldscript.arm Align the start of the text segment to an 8-byte boundary. This fixes 2016-04-09 19:09:06 +00:00
loader.conf Create a custom /boot/defaults/loader.conf for ARM. This differs from the 2015-01-03 19:38:37 +00:00
Makefile Link EFI/uboot loaders with -znotext 2017-07-01 18:48:15 +00:00
start.S Preserve the registers containing argc, argv, and return address values 2017-04-01 21:51:34 +00:00
version