freebsd-dev/stand/efi/boot1
John Baldwin 8bd5e2f15c stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.
ld.bfd in binutils 2.34+ now reports an error in more cases for custom
ldscripts that do not place PHDRs in a LOAD segment.  However, EFI
binaries are not dynamic binaries which need PHDRs, so pass
--no-dynamic-linker to disable this check.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D34124
2022-02-02 12:18:43 -08:00
..
boot1.c boot1.efi: use malloc family from libsa 2020-06-30 21:48:58 +00:00
boot_module.h Fix gcc build by removing redeclaration 2019-06-13 03:48:36 +00:00
Makefile stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. 2022-02-02 12:18:43 -08:00
Makefile.depend
proto.c Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset. 2020-05-05 10:01:10 +00:00
proto.h Break out the disk selection protocol from the rest of boot1. 2019-06-08 18:59:50 +00:00
ufs_module.c As with r352446 align blocks in boot1.efi 2020-05-05 09:42:26 +00:00
zfs_module.c loader: implement mount/unmount rootfs 2021-09-08 04:01:20 +03:00