OPNSense/src 2f51827stand/efi/boot1 boot1.c, stand/efi/include efilib.h

loader.efi: efipart needs to use ioalign

UEFI specification 2.7A, EFI_BLOCK_IO_PROTOCOL, page 566.

The ioalign property does define the alignment of data buffer.

If the alignment is required and our buffer is not aligned, or if
the data buffer is not multiple of Blocksize, we need to use bounce buffer
to perform the block IO. This is much like with BIOS version, except
there the INT13 needs buffer to be located in low memory.

MFS: r353501
MFC: r347195,350654-350656,351274,351630,351637,352421,352439,352443-352446,352451

Approved by:    re (gjb)
DeltaFile
+408-393stand/efi/libefi/efipart.c
+181-159stand/libsa/zalloc.c
+100-77stand/libsa/zalloc_malloc.c
+26-3stand/efi/libefi/devpath.c
+17-12stand/libsa/zalloc_defs.h
+13-10stand/libsa/zalloc_mem.h
+8-7stand/efi/boot1/boot1.c
+7-3stand/libsa/stand.h
+7-2stand/libsa/zalloc_protos.h
+4-4stand/efi/loader/main.c
+7-0stand/efi/libefi/libefi.c
+2-1stand/efi/loader/framebuffer.c
+2-0stand/efi/include/efilib.h
+1-1stand/efi/loader/arch/i386/efimd.c
+1-1stand/efi/loader/efi_main.c
+1-1stand/efi/libefi/efinet.c
+785-67416 files

UnifiedSplitRaw