freebsd-src/stand
Toomas Soome e4f6a1bfa3 loader.efi: efipart should exclude iPXE stub block protocol
iPXE does insert stub  BLOCK IO protocol handle to rework other issues,
this handle is not usable as it does not provide actual implementation.

We can detect this situation by checking and validating the BlockSize
property, so this update does make sure we have BlockSize at least 512B
and its value is power of 2.

PR:		223969
Reported by:	Jeff Pieper
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D13297
2017-12-01 06:37:12 +00:00
..
arm
arm64
common Fix theoretical integer overflow issues. If the product here is 2017-11-24 05:00:25 +00:00
efi loader.efi: efipart should exclude iPXE stub block protocol 2017-12-01 06:37:12 +00:00
fdt
ficl
ficl32
forth
geli
i386 Fix gptzfsboot for cases with GELI. 2017-11-21 18:03:47 +00:00
kshim
libsa
libsa32
man
mips
ofw Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass a 2017-11-24 23:41:04 +00:00
powerpc Use const pointers to avoid casting away constness. 2017-11-30 05:01:56 +00:00
sparc64
uboot
usb
userboot Mark the func pointer as __dead2. It looks up loader_main, which 2017-11-24 05:01:00 +00:00
zfs
zfs32
defs.mk
fdt.mk
ficl.mk
loader.mk
Makefile
Makefile.amd64
Makefile.arm
Makefile.arm64
Makefile.i386
Makefile.inc Unbreak riscv build in universe. 2017-11-21 19:23:20 +00:00
Makefile.mips
Makefile.powerpc
Makefile.sparc64
uboot.mk