freebsd-dev/sys/boot/efi/boot1
Allan Jude 3595d72f86 Disable loop unrolling in skein for sys/boot
When tsoome@ added skein support to the ZFS boot code and zfsloader, it
resulted in an explosion in code size, running close to a number of
limits.

The default for the C version of skein is to unroll all loops for
skein-256 and 512

Disabling the loop unrolling saves 20-28kb from each binary
boot1.efi
gptzfsboot
loader.efi
userboot.so
zfsloader

Reviewed by:	emaste, tsoome
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D7826
2016-10-06 03:32:30 +00:00
..
boot1.c boot1.efi Free() should check for NULL to provide consistent behavior 2016-08-17 21:29:57 +00:00
boot_module.h Fix EFI multi device boot support 2016-02-05 15:35:33 +00:00
fat-amd64.tmpl.bz2.uu boot1: regenerate FAT templates after r297871 2016-04-12 20:59:25 +00:00
fat-arm64.tmpl.bz2.uu boot1: regenerate FAT templates after r297871 2016-04-12 20:59:25 +00:00
fat-arm.tmpl.bz2.uu boot1: regenerate FAT templates after r297871 2016-04-12 20:59:25 +00:00
fat-i386.tmpl.bz2.uu boot1: regenerate FAT templates after r297871 2016-04-12 20:59:25 +00:00
generate-fat.sh boot1.efifat: provide a fallback startup.nsh 2016-04-12 20:52:28 +00:00
Makefile Disable loop unrolling in skein for sys/boot 2016-10-06 03:32:30 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2016-02-16 02:14:30 +00:00
Makefile.fat boot1: regenerate FAT templates after r297871 2016-04-12 20:59:25 +00:00
ufs_module.c Correctly print and cast u_int64_t and off_t. 2016-08-17 08:29:30 +00:00
zfs_module.c Correctly print and cast u_int64_t and off_t. 2016-08-17 08:29:30 +00:00