History log of /netbsd-src/sys/arch/i386/stand/efiboot/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 5a18d451 08-Nov-2018 christos <christos@NetBSD.org>

revert previous; does not fix the issue


# 86a693fc 08-Nov-2018 christos <christos@NetBSD.org>

Don't build this as a PIE binary, PIE binaries need PHDR and this barfs
under the new binutils: error: PHDR segment not covered by LOAD segment
[including bsd.init.mk includes ../Makefile.inc which d

Don't build this as a PIE binary, PIE binaries need PHDR and this barfs
under the new binutils: error: PHDR segment not covered by LOAD segment
[including bsd.init.mk includes ../Makefile.inc which disables PIE like
all the other bootloaders do]

show more ...


# 5f0ef792 08-Jul-2018 christos <christos@NetBSD.org>

use += :-)


# 7d350d60 08-Jul-2018 christos <christos@NetBSD.org>

Enable efiboot on i386, for 32 bit bootblocks


# d13f4989 24-Jan-2017 nonaka <nonaka@NetBSD.org>

Initial commit of native amd64 EFI boot loader.