History log of /openbsd/sys/arch/amd64/stand/efiboot/bootia32/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 55f8664c 14-Jun-2020 deraadt <deraadt@openbsd.org>

rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
and alternatively XOR'd against TSC. now always run both sequences, and
also support rdseed as a third procedure.
ok kett

rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
and alternatively XOR'd against TSC. now always run both sequences, and
also support rdseed as a third procedure.
ok kettenis naddy

show more ...


# 2018449c 13-Oct-2018 kettenis <kettenis@openbsd.org>

Tweak linker flags and objcopy invocation to make things build with lld.
BOOTIA32.EFI works but BOOTX64.EFI unfortunately doesn't work yet.

ok patrick@


# ce954c54 02-Dec-2015 yasuoka <yasuoka@openbsd.org>

Add missing start_i386.S for ia32. Also start.S is renamed to
start_amd64.S.


# 12a8369b 07-Sep-2015 yasuoka <yasuoka@openbsd.org>

BOOTX86.EFI should be BOOTIA32.EFI.

pointed out deraadt kettenis
ok deraadt