freebsd-dev/stand/efi/gptboot
Mitchell Horne cadd7992e2 gptboot.efi: align secbuf to 4K
The u-boot EFI implementation of the ReadBlocks and WriteBlocks methods
requires that the provided buffer meet the IO alignment requirements of
the underlying disk. Unlike loader.efi, gptboot.efi doesn't check this
requirement, and therefore fails to perform a successful read. Adjust
secbuf's alignment to 4K in hopes that we will always meet this
requirement.

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D25111
2020-06-03 16:38:16 +00:00
..
drv.h
Makefile loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
proto.c gptboot.efi: align secbuf to 4K 2020-06-03 16:38:16 +00:00