freebsd-dev/stand/efi/boot1
Toomas Soome 12c470af75 boot1.efi: use malloc family from libsa
The zfs reader development did reach to the point where linking boot1,
we will get errors about duplicate symbols Malloc, Free, Calloc.

We can just use libsa version, just as loader.efi does. The only concern is,
libsa zalloc is using fixed size heap region, I did pick 64MB as other
stage instances are using, but this size is likely not optimal. In any case,
with limited memory setups, we should boot loader.efi directly.

Sponsored by:	Netflix, Klara Inc.
2020-06-30 21:48:58 +00: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 Remove tests for obsolete compilers in the build system 2020-05-12 15:22:40 +00: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